Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
IT & Software Network & Security Python Network Programming

Python Network Programming | Network Apps & Hacking Tools

Learn How To Create Python 3 Networking Tools and Progress to Creating Your Own Python 3 Network Hacking Tools
Rating: 4.4 out of 54.4 (70 ratings)
3,216 students
Created by Phillip Aaron
Last updated 4/2019
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • 5.5 hours of Full HD video material comprised of 25 lectures.
  • Become familiar with basics of networking: internet architecture, IP addresses, Python TCP connections, Ports and Sockets
  • Discover core concepts of network communication and python networking
  • Learn how to use Python 3 TCP sockets to create client and server network applications.
  • Create over 15 different Python 3 networking applications for hackers.
  • Build a Python 3 IRC Bot and learn how to process IRC server responses using TCP sockets.
  • Create a Python 3 banner grabbing tool using TCP sockets to connect to remote services and log banner messages.
  • Code your own Web Server enumerator tool to scan web servers to find hidden directories or files using the requests library.
  • Create a Client/Server tool for transferring files to and from remote systems using TCP sockets.
  • Learn how to build a Stealth Port Scanner to scan remote servers using scapy without making a complete connection to the server.
  • Use the Paramiko library to make an interactive SSH Shell connection to a remote SSH server using Python 3.
  • Build your own SMTP Username Enumerator to find user accounts on remote systems using TCP sockets.
  • Develop a Python 3 sFTP tool to securely download and upload files to and from remote servers in Python 3.
  • Learn how to connect to a remote POP Mail Server and retrieve email from a remote server.
  • Create a Man-in-The-Middle Python 3 tool to sniff internet traffic from a remote system.
  • Code your own Host Discovery tool in Python 3 using scapy to locate live systems on a network using ARP, ICMP, and TCP methods.
  • Build a Data Scraping tool to harvest information from remote websites to locate IP Addresses, Email Addresses, and Phone Numbers of your target.

Requirements

  • Basic understanding of Python
  • Basic understanding of Linux or can follow instructions

Description

In this course you'll learn everything you need to know to start coding network applications in Python 3. I'll walk you through setting up your environment and getting started with using Python 3. I won't leave anything to guessing and will explain every line of code.

This course consists of 5.5 hours of Full HD video material comprised of 25 lectures. You'll become familiar with basics of networking: internet architecture, IP addresses, Python TCP connections, Ports and Sockets. You'll discover core concepts of network communication and Python 3 network coding.

I'll show you how to use Python 3 TCP sockets to create client and server network applications. We'll create over 15 different Python 3 networking applications and code application tools for hackers. I'll show you how to build a Python 3 IRC Bot and learn how to process IRC server responses using TCP sockets.

We'll create a Python 3 banner grabbing tool using TCP sockets to connect to remote services and log banner messages. You'll code your own Web Server enumerator tool to scan web servers to find hidden directories or files using the requests library. You'll create a Client/Server tool for transferring files to and from remote systems using TCP sockets.

I'll show you how to build a Stealth Port Scanner to scan remote servers using scapy without making a complete TCP connection to the server. We'll use the Paramiko library to make an interactive SSH Shell connection to a remote SSH server using Python 3.

You'll build your own SMTP Username Enumerator to find user accounts on remote systems using TCP sockets. We'll develop a Python 3 sFTP tool to securely download and upload files to and from remote servers in Python 3. I'll show you how to connect to a remote POP Mail Server and retrieve email from a remote server.

We'll create a SMTP client tool to read Email from a remote SMTP server using the smtplib library. You'll create your own a Man-in-The-Middle Python 3 tool to sniff internet traffic from a remote system. We'll code your own Host Discovery tool in Python 3 using scapy to locate live systems on a network using ARP, ICMP, and TCP methods.

You'll also build a Data Scraping tool to harvest information from remote websites to locate IP Addresses, Email Addresses, and Phone Numbers of your target.

Who this course is for:

  • Beginner Python 3 coders interested in creating their own Networking tools.
  • Python 3 Hackers wanting to develop their own hacking tools in Python 3.

Course content

4 sections • 26 lectures • 5h 42m total length

  • Preview02:56

  • Setting Up Virtual Box (Virtualization)
    02:55
  • Setting Up VMWare (Virtualization)
    03:29
  • Installing Kali Linux in a Virtual Environment
    Preview09:47
  • Getting Familiar With Python
    07:14
  • Preview04:26
  • Install IRC Client
    01:38

  • Preview05:45
  • Basic Functions in the Socket Library
    07:01
  • Use the Urllib Library to Access URL Resources and Download Files
    10:45
  • Code a POP Email Client to Read Email From a POP Server
    07:50
  • Create a SMTP Client Using smtplib to Send Email
    04:59
  • Develop an FTP Client Using The ftplib Library
    16:15
  • Create an Interactive SSH Shell using the Paramiko Library
    Preview07:44
  • Create an sFTP Client to Securely Upload and Download Files Over SSH
    09:49
  • Code Your First TCP Client/Server Application
    09:27
  • Build a Client/Server TCP File Transfer Tool
    15:38
  • Code Your Own IRC Bot Using TCP Sockets
    23:50

  • Introduction to The Argparse Module
    12:30
  • Develop a HTML Data Scraper For The Information Discovery Phase
    37:02
  • Code a Network Host Discovery Tool Using ARP, ICMP, TCP
    37:52
  • Code a Stealth Port Scanner Using Scapy
    16:31
  • Build a Banner Grabber To Identify Services on a Remote Server
    27:37
  • Develop a Man-in-The-Middle Tool For Sniffing Traffic From a Remote System
    27:23
  • Build an SMTP Server Username Enumerator
    19:07
  • Create a Web Server Directory and File Enumerator
    12:41

Instructor

Phillip Aaron
Author
Phillip Aaron
  • 4.1 Instructor Rating
  • 128 Reviews
  • 3,840 Students
  • 2 Courses

Hello and welcome to my video course on Python and cyber security. My name is Phillip Aaron and I've been involved with cyber security since the late 1990's and currently writing a Python book on cyber security topics. I look forward to being your instructor on your journey into cyber security with Python.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.