Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Network Penetration Testing by using Python
Rating: 4.5 out of 5(6 ratings)
59 students

Network Penetration Testing by using Python

Employ the power of Python programming to create programs for network penetration testing.
Created byDr. Mohit .
Last updated 12/2022
English

What you'll learn

  • Students will learn the use of Python programming in Network Penetration testing.
  • They will learn the implementation of network attacks such as scanning, sniffing, DHCP server attack, and Wireless attack
  • They can enhance their knowledge of network security by creating their tools. Students can launch different attacks to check the vulnerability of network system
  • Students can make software to detect the different types of network attacks.
  • Students can do new research by applying by creating their own tools and detection mechanism.

Course content

6 sections41 lectures7h 23m total length
  • Welcome and Course Overview0:35
  • Networking Commands3:52

    Learn the basic command to check IP addresses, broadcast addresses, gateway addresses, and open connections.

  • What is socket, IP and Port number?3:07

    Learn what the significance of sockets is. How a client communicates with a server.

  • Client and Server server communication using Python socket programming10:51

    In this video, you will learn basic python socket programming and how a client communicates with the server using TCP/IP protocol.

  • Useful socket Methods3:42

    Students will learn some useful socket methods using Python programming.

  • Wireshark: Installation and Filters12:59

    You will learn how to install Wireshark in Ubuntu and use it to monitor the different types of frames by applying filters.

Requirements

  • Basic of Python, Networking and Linux

Description

The student will learn about the network hacking or penetration testing concept without any tools in this Course. The Course is divided into 6 Sections or chapters.


In the first chapter, you will learn about socket programming and its concept. You will also learn about Wireshark and its filters.


In the second chapter, you will learn the scanning process. The chapter includes coding IP scanners (ping sweep), threaded IP scanners, port scanners, and threaded port scanners.


The Third chapter teaches you about the sniffing process. You will learn how to create the sniffers of Ethernet, Network, and TCP layers. You will also learn about ARP protocol and how to perform ARP spoofing attacks. With the help of a sniffer, you can create your Intrusion detection system.


The fourth chapter deals with the DHCP server concept and its attack. You will learn how to config a DHCP server and create a program to launch a DHCP starvation attack.


In the Fifth chapter, you will learn about wireless frames. You will see how to capture important information such as SSID, BSSID, and channel number from the wireless Acess Point (AP).  You will learn about scanning wireless frames, de-auth attacks, and finding the client connected to AP.


In the Sixth chapter, students will learn about the honeypot creation. How to give fake ARP and ICMP (ping) replies. You will learn about unlisted DHCP attacks.  You will know how to send a fake port open reply or a fake three-way handshake.

Who this course is for:

  • Networking guy who wants to be network hacker, or pen-tester