Companies Home Search Profile

Python For Ethical Hackers and Cyber Security Engineers

Focused View

Bilel Chatti

4:30:02

62 View
  • 1. Python For Ethical Hackers and Cyber Security Engineers Introduction.mp4
    02:33
  • 2. Networking fundamentals.mp4
    02:22
  • 3. OSI Model.mp4
    02:22
  • 4. Data Encapsulation.mp4
    01:27
  • 5. Packet Flow.mp4
    03:01
  • 1. A deep dive inside the ARP protocol.mp4
    01:23
  • 2. ARP Scan and Man In The Middle Attack.mp4
    01:53
  • 3. A deep dive inside the Ethernet frame.mp4
    03:30
  • 4. Hacking the ARP Header.mp4
    04:05
  • 5. Spoofing our MAC address using python.mp4
    11:36
  • 6. Scanning the network and discovering live hosts using python.mp4
    11:11
  • 1. Deep Dive inside the IP Protocol - Part 1.mp4
    03:04
  • 2. Deep Dive inside the IP Protocol - Part 2.mp4
    03:10
  • 3. Deep Dive inside the IP Protocol - Part 3.mp4
    04:03
  • 4. Deep Dive inside the ICMP Protocol - Part 1.mp4
    03:49
  • 5. Deep Dive inside the ICMP Protocol - Part 2.mp4
    03:00
  • 6. Trace routing an IP Address using python - Part 1.mp4
    05:36
  • 7. Trace routing an IP Address using python - Part 2.mp4
    03:27
  • 8. Trace routing an IP Address using python - Part 3.mp4
    13:00
  • 1. Introduction to TCP Protocol.mp4
    02:37
  • 2. TCP Handshake in details.mp4
    01:58
  • 3. TCP Port Scanning Techniques - Part 1.mp4
    04:12
  • 4. TCP Port Scanning Techniques - Part 2.mp4
    04:01
  • 5. Hacking the TCP Header - Part 1.mp4
    02:21
  • 6. Hacking the TCP Header - Part 2.mp4
    02:49
  • 7. Hacking the TCP Header - Part 3.mp4
    03:01
  • 8. Discovering open ports using python - Part 1.mp4
    08:27
  • 9. Discovering open ports using python - Part 2.mp4
    11:39
  • 10. Discovering open ports using python - Part 3.mp4
    12:37
  • 11. Discovering open ports using python - Part 4.mp4
    04:05
  • 12. Discovering open ports using python - Part 5.mp4
    02:52
  • 13. Discovering open ports using python - Part 6.mp4
    05:16
  • 14. Discovering open ports using python - Part 7.mp4
    07:20
  • 1. Shell fundamentals.mp4
    01:50
  • 2. Bind Shell and Reverse Shell fundamentals.mp4
    02:27
  • 3. Write a Bind Shell using python.mp4
    07:26
  • 4. Write a Reverse Shell using python.mp4
    03:10
  • 1. Encoding and Hashing fundamentals.mp4
    01:57
  • 2. Encryption Fundamentals.mp4
    03:22
  • 3. Hybrid Encryption.mp4
    02:12
  • 4. Building a Password Hash Cracker using python - Part 1.mp4
    06:42
  • 5. Building a Password Hash Cracker using python - Part 2.mp4
    08:24
  • 6. Building a Password Hash Cracker using python - Part 3.mp4
    05:12
  • 7. Building a Password Hash Cracker using python - Part 4.mp4
    14:47
  • 8. Building a Password Hash Cracker using python - Part 5.mp4
    12:10
  • 9. AES Encryption using python - Part 1.mp4
    03:21
  • 10. AES Encryption using python - Part 2.mp4
    07:06
  • 11. AES Encryption using python - Part 3.mp4
    12:11
  • 12. Hybrid Encryption (AES & RSA) using python - Part 1.mp4
    04:11
  • 13. Hybrid Encryption (AES & RSA) using python - Part 2.mp4
    04:05
  • 14. Hybrid Encryption (AES & RSA) using python - Part 3.mp4
    05:32
  • 15. Hybrid Encryption (AES & RSA) using python - Part 4.mp4
    06:10
  • Description


    Become an Ethical Hacker and Cyber Security Analyst, and build your own hacking tools using Python Scripting

    What You'll Learn?


    • Python scripting and Ethical hacking
    • Write your own hacking tools using python
    • Build a strong foundation in networking protocols
    • Build a strong foundation in cryptography
    • Learn the OSI model, data encapsulation and how network packets are constructed and transferred from one machine to another
    • Write you own python script to spoof your MAC address
    • Dive Deep into ARP protocol and build a network scanner to discover live hosts
    • Acquire a comprehensive understanding of the IP and ICMP protocol
    • Lean how to build your own hacking tool to trace route an IP address
    • Learn the TCP protocol, how an connection is established during a TCP handshake and the type of TCP packets
    • Dive Deep into TCP port Scanning techniques like SYN_SCAN, ACK_SCAN and FIN_SCAN
    • Write a python script to scan TCP ports
    • Lean data encoding, hashing and encryption
    • Build a password cracker in python, to retrieve a password from a given hashing
    • build your hacking tool to encrypt and decrypt data using AES algorithm
    • Implement an Hybrid Encryption in python, by generating an RSA private and public keys and encrypting the AES session Key
    • Learn the fundamentals about Bind Shell and Reverse Shell
    • write your own Bind Shell in python language
    • write your own reverse Shell in python language

    Who is this for?


  • Beginners and cyber security enthusiasts who want to follow an Ethical Hacking career
  • System administrators and network administrators who aim to improve the defense of their infrastructure
  • What You Need to Know?


  • No programming experience or cyber security knowledge is required
  • Basic IT knowledge in computer systems
  • More details


    Description
    • This course is focused on learning by doing. In this course you will learn both Ethical Hacking and Programming at the same time. First you learn the basic theoretical knowledge about a given topic, then you apply this knowledge by building a hacking tool using python scripting.


    • On this course we will focus on the following topics, networking, shell terminals and cryptography.


    • 1- We dive into details about the OSI model, data encapsulation and how network packets are constructed and exchanged between different hosts.


    • 2- We learn how data is exchanged using both the MAC address and the IP address.


    • 3- We write a python script that will spoof our MAC address.


    • 4- We learn the inner working of the ARP protocol and we apply that knowledge by writing a network scanner using python scripting. A network scanner will discover all live hosts inside our local network using ARP Requests and Replies.


    • 5- We dive into details about IP protocol and ICMP protocol, and we apply this theoretical knowledge by writing a python script that will trace route an IP address and discover all the routers in the path to the target IP address.


    • 6- We build the required knowledge about TCP protocol, how a connection is made during TCP handshake, and how to scan a target host to discover its open ports using TCP port scanning techniques. We write a python script to scan for open ports using TCP_SYN_SCAN, TCP_ACK_SCAN, TCP_FIN_SCAN...


    • 7- We learn how to connect to a target machine and get a shell terminal to execute commands on this target machine, using BIND SHELL and REVERSE SHELL. We write a BIND SHELL and REVERSE SHELL using python scripting.


    • 8- We learn the fundamentals skills about Cryptography, like Data Encoding, Data Hashing, Data Encryption/Decryption, and Password Hash Cracking.


    • 9- We apply the theoretical knowledge about Cryptography by implementing an Hybrid Encryption in Python using RSA Asymmetric Encryption and AES Symmetric Encryption.


    • 10- We write a Password Hash Cracking Tool using Python Scripting.

    Who this course is for:

    • Beginners and cyber security enthusiasts who want to follow an Ethical Hacking career
    • System administrators and network administrators who aim to improve the defense of their infrastructure

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Bilel Chatti
    Bilel Chatti
    Instructor's Courses
    My name is Bilel Chatti, I am a passionate cyber security engineer, network administrator, CTF player, and Bug Bounty Hunter, driven by a profound fascination for ethical hacking. Cyber security is not merely a profession to me; it is a genuine passion that fuels my dedication.The significance of cyber security cannot be emphasized enough. In our interconnected world, where nearly every aspect of our lives relies on technology, the consequences of cyber threats can be catastrophic. Cyber attacks have the potential to result in financial losses, reputational harm, and significant disruptions to businesses and critical infrastructures. As an instructor, my primary goal is to equip individuals with the indispensable skills of Ethical Hacking, laying a solid foundation for them to pursue a successful career in this field. In this ever-changing landscape of cyber security, I aim to provide students with a comprehensive understanding of Ethical Hacking principles and techniques.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 52
    • duration 4:30:02
    • Release Date 2023/09/10