Book Image

Basic and Low-level Python Network Attacks [Video]

By : Samuel Bowne
Book Image

Basic and Low-level Python Network Attacks [Video]

By: Samuel Bowne

Overview of this book

<p><span id="description" class="sugar_field">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.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">The goal of this video course is to show you how you can quickly and easily make simple attack tools with Python, even if you have never programmed before. &nbsp;</span></span></p>
Table of Contents (5 chapters)
Chapter 5
Network Defenses
Content Locked
Section 2
Detecting Promiscuous NICs
The aim of this video is to take a look at the network setup consisting of attacker and target machines. We also understand how to make a ping in Scapy and how to detect promiscuous mode - Explore the network setup: Attacker and target machine - Learn about making a ping in Scapy - Understand how to detect promiscuous mode