17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[FTUForum.com] [UDEMY] Offensive Python Mastering Ethical Hacking Using Python [FTU]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Learn how to write your own python Security scripts during any ethical hacking operation to get the job done like a PRO
Created by : Mohammad Askar Last updated : 10/2017 Language : English Caption (CC) : Included Torrent Contains : 94 Files, 6 Folders Course Source : https://www.udemy.com/offensive-python-mastering-ethical-hacking-using-python/
What you'll learn
• Build python backdoors to perform security test on your endpoints • Build an ethical hacking tools with python to perform security test on wireless networks • Dealing with exploits written in python • Writing real world python scripts for penetration testing • Growing your skills in penetration testing and python programming • Simulate real world attacks on your network • Creating executable python files for windows (exe files) • Scarping web pages using python • Customize your own penetration testing labs • Creating executable python files for linux (elf files) • Build your own tools to perform web penetration testing
Requirements
• Simple python skills • General knowledge in IT • Basics of ethical hacking • Basics of linux operating system
Description
NOTE : I update this course monthly , so maybe you can see some sections with few lectures , especially for buffer overflow section , so don't worry about that :)
This course will teach you how to use python programming language during any penetration testing or ethical hacking operation , it will teach you how to write your own ethical hacking scripts on various information security fields like network security , web application security , and endpoint security.
Also this course will teach you how to deal with buffer overflow vulnerabilities on windows machines and how you can write fully customized fuzzers to help you in exploitation stage.
Each section of this course will be a wonderful journey , I will talk about a lot of interesting topics about each section , I will teach you how to think in a practical way to solve a lot of programmatic problems that you could face during any penetration testing operation.
First , we will talk about how you can build your own lab with simple network configuration , then we will talk about Netcat and how we can use it , because you need to know how we can send and receive data between the attacker machine and the target machine , Then we will talk about Python sockets , sockets type and where we can use each type , and also we will learn how we can use sockets to build a simple port scanner
Then we will talk about TOR network , and how we can build python scripts to perform anonymous penetration testing through TOR network using SOCKS , I will teach you multiple techniques to build the same scripts , because it's really important to train the student how he can use this techniques during penetration testing.
Also in this course , I talked about very interesting topic which is how we can write a Python wifi jammer , to jam on wifi networks , I talked about the theory that I will use , then we will write the code.
For web application security , I talked about some great topics about how we can handle a http requests in python and how we can use some libraries such as urllib2 , urllib to communicate with web servers without any problem , We will write a lot of interesting tools such as Web shell controller , authentication system cracker , and a lot of other interesting topics.
In the endpoint security section , I will focused on how you can build your own command line shells that works on linux and windows without any problems , and the types of this shells , we talked about reverse shell and bind shell , and how we can build a protected bind shell , and how you can use multiple techniques to execute commands on systems and bypass some security restrictions , I also talked about how we can convert python scripts to exe files on windows OS and ELF files on Linux OS and we will talk about how we can build python rootkit for linux that with hidden process.
In encryption basics section , I talked about a lot of useful things that you can use using python , such as hashing , creating rainbow tables , finally I will teach you how we can build a encrypted reverse shell with ssl.
Finally , the buffer overflow section , I will teach you how you can exploit a simple stack buffer overflow vulnerabilities on windows OS using python scripts , I will talk about just the basics of buffer overflow , and I will talk about the general topics only.
Who this course is for :
• Anyone who works in IT industry • Anyone who works in information security industry • Anyone who wants to learn some ethical hacking techniques with python • Anyone who interested in information security.
For More Udemy Free Courses >>> https://ftuforum.com/ For more Lynda and other Courses >>> https://www.freecoursesonline.me/ Our Forum for discussion >>> https://discuss.ftuforum.com/
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
1. Warming Up/1. What is this course about .mp4
12.7 MB
1. Warming Up/1. What is this course about .vtt
2.7 KB
1. Warming Up/2. Labs setup (network settings and python installation).mp4
20.6 MB
1. Warming Up/2. Labs setup (network settings and python installation).vtt
3.2 KB
2. Network security with python/1. Introduction to netcat (nc & ncat).mp4
29.1 MB
2. Network security with python/1. Introduction to netcat (nc & ncat).vtt
9.3 KB
2. Network security with python/2. Introduction to python sockets.mp4
25.1 MB
2. Network security with python/2. Introduction to python sockets.vtt
10 KB
2. Network security with python/2.1 example1.py.py
279 B
2. Network security with python/3. Write customized port scanner in python.mp4
33.4 MB
2. Network security with python/3. Write customized port scanner in python.vtt
9.5 KB
2. Network security with python/3.1 example2.py.py
448 B
2. Network security with python/4. Perform banner grabbing on open ports using netcat.mp4
2.8 MB
2. Network security with python/4. Perform banner grabbing on open ports using netcat.vtt
1.5 KB
2. Network security with python/5. Write python script to bypass traffic using SOCKS - TOR network (part 1).mp4
3.4 MB
2. Network security with python/5. Write python script to bypass traffic using SOCKS - TOR network (part 1).vtt
1.6 KB
2. Network security with python/5.1 Understanding and Implementing Socks Server - A Guide TO set up a socks environment.html
172 B
2. Network security with python/6. Write python script to bypass traffic using SOCKS - TOR network (part 2).mp4
15.5 MB
2. Network security with python/6. Write python script to bypass traffic using SOCKS - TOR network (part 2).vtt
5.9 KB
2. Network security with python/6.1 example3.py.py
366 B
2. Network security with python/6.2 Beginner’s Guide to Tor on Ubuntu.html
114 B
2. Network security with python/7. Teaser video User our wifi jammer to jam on wifi networks.mp4
3 MB
2. Network security with python/7. Teaser video User our wifi jammer to jam on wifi networks.vtt
1.6 KB
2. Network security with python/8. Write python Jammer to jam wifi networks - Part1 (find all wifi networks).mp4
15.3 MB
2. Network security with python/8. Write python Jammer to jam wifi networks - Part1 (find all wifi networks).vtt
6.6 KB
2. Network security with python/9. Write python Jammer to jam wifi networks - Part2 (build the jamming function).mp4
17.9 MB
2. Network security with python/9. Write python Jammer to jam wifi networks - Part2 (build the jamming function).vtt
7.4 KB
2. Network security with python/9.1 example4.py.py
933 B
3. Web application security with python/1. Handling URLs using python - Part1 (Introduction to URL handling).mp4
17.2 MB
3. Web application security with python/1. Handling URLs using python - Part1 (Introduction to URL handling).vtt
5.3 KB
3. Web application security with python/2. Handling URLs using python - Part2 (Write a script to test php authentication).mp4
13.6 MB
3. Web application security with python/2. Handling URLs using python - Part2 (Write a script to test php authentication).vtt
5.9 KB
3. Web application security with python/2.1 example5.py.py
322 B
3. Web application security with python/3. Write python script to control a web shell.mp4
19.8 MB
3. Web application security with python/3. Write python script to control a web shell.vtt
8.7 KB
3. Web application security with python/3.1 example6.py.py
290 B
3. Web application security with python/4. Write python script to perform dictionary attack on web servers.mp4
18.6 MB
3. Web application security with python/4. Write python script to perform dictionary attack on web servers.vtt
8.3 KB
3. Web application security with python/4.1 example7.py.py
390 B
4. Endpoint security with python/1. Introduction to python shells.mp4
4.3 MB
4. Endpoint security with python/1. Introduction to python shells.vtt
2.1 KB
4. Endpoint security with python/10. Bypass AntiVirus using Pyinstaller and py2exe (demo).mp4
17.9 MB
4. Endpoint security with python/10. Bypass AntiVirus using Pyinstaller and py2exe (demo).vtt
5.4 KB
4. Endpoint security with python/11. Write python script to execute commands without saving the commands.mp4
10.2 MB
4. Endpoint security with python/11. Write python script to execute commands without saving the commands.vtt