Basic and Low-level Python Network Attacks

Basic and Low-level Python Network Attacks

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 2h 22m | 1.02 GB

Write great custom tools to break into vulnerable websites

Explore the world of Basic and Low-Level Network Attacks with Python

A penetration tester who only knows how to use tools written by others is limited to old techniques. Knowledge of a programming language will make you much more powerful. Python is the favorite choice for penetration testers because it combines simplicity and ease of use with advanced features.This course will commence by showing you how to get the Target and Attacker virtual machines running and properly networked together. You will learn how to connect to a server, and how to automate login requests. This will let you break into services by guessing PINs, and exploit blind vulnerabilities by observing time delays. You will also get your hands dirty and learn how to write custom scanning tools, so that you can send unusual patterns of packets to find and exploit hidden services. Next, you will learn how Web pages are delivered, and how to write your own tools to break into vulnerable websites. Some “blind” services don’t return any useful information to guide attackers, but can still be exploited by measuring the time they take to respond. You will also be walked through an in depth understanding of the exact series of network packets required to connect to servers, you can perform many attacks that block traffic or misdirect it through the attacker’s system. Using the Scapy library, you can then quickly make network tools, including clients and servers. This is the best way to learn exactly how networking works. Now that you understand normal networking, you can perform attacks that trick networks into sending data to the wrong destination, or refusing service to clients. Towards the end of the course, you will also learn to use these tools to make defenses that distract and confuse attackers, or that detect suspicious network activity.

What You Will Learn

  • In this video course you will learn Code network servers and clients and automate repetitive tasks, including brute-force login attacks
  • Break into services by guessing PINs, and exploit blind vulnerabilities by observing time delays
  • Write custom scanning tools, so you can send unusual patterns of packets to find and exploit hidden services
  • Learn how Web pages are delivered, and how to write your own tools to break into vulnerable websites
  • Trick networks into sending data to the wrong destination, or refusing service to clients these tools to make defenses that distract and confuse attackers, or that detect suspicious network activity.
Table of Contents

01 The Course Overview
02 Installation and Setup
03 Port Scanning
04 Challenge- Find a Hidden Service
05 Challenge- Port Knocking
06 Using the HEAD Method
07 Logging in with POST
08 Challenge- Brute-Force a Short PIN
09 Challenge- Brute-Force PIN of Unknown Length
10 Introduction to Scapy
11 Sending UDP Packets
12 Performing a TCP Handshake
13 Fetching a Web Page
14 Challenge 1- Send TCP Data
15 Challenge 2- Firewalk
16 ARP Poisoning
17 IPv6 Router Advertisements
18 SYN Flood
19 Slowloris Attack
20 Challenge 1- SMBloris
21 Challenge 2- Land Attack
22 The Yesman Honeypot
23 Detecting Promiscuous NICs
24 ARP Poisoning Detection
25 DNS Monitoring
26 Challenge 1- RA Detection
27 Challenge 2- Land Attack Detection