PAC | Basic And Low-level Python Network Attacks (2017 EN)

Discussion in 'Information Technology' started by Kanka, Jul 18, 2019.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,381
    Likes Received:
    485
    Trophy Points:
    83
    [​IMG]

    Company: Packt Publishing
    Author: Sam Bowne
    Full Title: Basic And Low-level Python Network Attacks
    Year: 2017
    Language: English
    Genre: Educational: Networking
    Skill Level: -
    Price: €124.99
    -
    Files: MP4 (+ Code Files)
    Time: 02:22:10
    Video: AVC, 1920 x 1080 (1.778) at 30.000 fps, 450 kbps
    Audio: AAC at 160 Kbps, 2 channels, 48.0 KHz



    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.

    Style and Approach:
    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.


    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.

    Features:
    ✓ Create basic and low-level network attacks with Python quickly and easily
    ✓ Use the Scapy library to make networking tools, including clients and servers Write your own Custom Tools to break into vulnerable websites
    ✓ The ultimate guide that teaches you how to use Python to protect your systems against sophisticated cyber attacks and Make defenses that distract and confuse attackers, or that detect suspicious network activity


    Lessons:
    1. Port Scanning
    01. The Course Overview
    02. Installation and Setup
    03. Port Scanning
    04. Challenge: Find a Hidden Service
    05. Challenge: Port Knocking
    2. HTTP Methods
    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
    TCP and UDP
    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
    3. Network Attacks
    16. ARP Poisoning
    17. IPv6 Router Advertisements
    18. SYN Flood
    19. Slowloris Attack
    20. Challenge 1: SMBloris
    21. Challenge 2: Land Attack
    4. Network Defenses
    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


    -------------