Cyber Security Penetration Testing With Python

Torrent Details


Cyber Security Penetration Testing with Python

NAME
Cyber Security Penetration Testing with Python.torrent
CATEGORY
Other
INFOHASH
9431e3e74399211b02c26472f2a09193087ec8b4
SIZE
694 MB in 49 files
ADDED
Uploaded on 17-05-2022 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Description

Have you ever wanted to learn Python from an Ethical Hacking point of view?

Maybe you already have basic coding skills or maybe you’re completely new to programming. In either case, sometimes you’ll find yourself on a penetration test with limited tooling. In cases like these you can demonstrate immense value to the client by building your own toolkits.

In this course you will build offensive tooling in Python 3 from scratch. You will learn how to setup your coding environment in VMWare Workstation, Kali Linux and VSCode. We’ll quickly configure and customize your development environment and then code our first hacking tool: an email scraper.

The tool will accept a URL as input from the user and then spider links and scrap emails using regex and the BeautifulSoup library. It’s going to be a lot of fun (especially when you make it work on your own!)

Whether you’re coming from C#, C++ or you have zero programming experience, this course will hold you by the hand and walk you through a modern coding approach. Everything is explained one step at a time and the author is readily available for questions.

So what are you waiting for? Let’s jump in and start now!
Who this course is for:

Beginner Python Developers
Ethical Hackers
Penetration Testers
Cyber Security Analysts

Requirements

Laptop with internet connection

Last Updated 4/2022

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
.pad/0408.9 KB
.pad/1240.9 KB
.pad/1026.9 KB
.pad/11400.6 KB
.pad/12176.3 KB
.pad/13195.4 KB
.pad/14349.6 KB
.pad/2123.8 KB
.pad/3260 KB
.pad/4437.1 KB
.pad/5323.1 KB
.pad/6481.6 KB
.pad/7247.5 KB
.pad/8157.9 KB
.pad/9307 KB
TutsNode.com.txt63 B
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/1. Resource Development VMWare Workstation Download.mp422.1 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/1. Resource Development VMWare Workstation Download.srt3.1 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/2. Resource Development VMWare Workstation Installation.mp421.3 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/2. Resource Development VMWare Workstation Installation.srt2.4 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/3. Resource Development Kali Linux Download.mp431.7 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/3. Resource Development Kali Linux Download.srt4.3 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/4. Resource Development Kali Linux Import + Config.mp420.6 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/4. Resource Development Kali Linux Import + Config.srt3.2 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/5. Resource Development Kali Linux PIMPED!.mp487.8 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/5. Resource Development Kali Linux PIMPED!.srt12.2 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/6. Resource Development Kali Linux TMUX!.mp428 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/6. Resource Development Kali Linux TMUX!.srt5.9 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/6.1 tmux.txt384 B
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/7. Resource Development VSCode Themes.mp433.3 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/7. Resource Development VSCode Themes.srt6.8 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/8. Resource Development Python Extensions.mp420.8 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/1. Press Play/8. Resource Development Python Extensions.srt3.3 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/1. MITRE ATT&CK T1114 Collection.mp440.8 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/1. MITRE ATT&CK T1114 Collection.srt7 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/2. Importing (and Understanding) our Python modules.mp457.4 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/2. Importing (and Understanding) our Python modules.srt12.9 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/3. Gathering User Input for the URL.mp456.6 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/3. Gathering User Input for the URL.srt11.3 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/4. Scraping Content.mp456.7 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/4. Scraping Content.srt11.8 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/5. Making Requests.mp420.7 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/5. Making Requests.srt3.4 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/6. Email Extraction.mp449.7 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/6. Email Extraction.srt7.8 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/7. Crawling the Webpages.mp443 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/7. Crawling the Webpages.srt5.4 KB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/8. Debugging and Running.mp499.5 MB
[TutsNode.com] - Cyber Security Penetration Testing with Python/2. Building a Basic Email Scraper/8. Debugging and Running.srt11.2 KB

Alternative Torrents for 'Cyber Security Penetration Testing with Python'.

There are no alternative torrents found.