10000 GitHub - andreffs18/violent-python at 22151769062d5cf14006c66d9d7a55379eeb49a6
[go: up one dir, main page]

Skip to content

andreffs18/violent-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Violent Python

https://www.goodreads.com/book/show/16192263-violent-python

"Violent Python" by TJ O'Connor

This repo contains exercices that I found interesting to explore from the book. I kept the book structure, altough some chapters tackle the same problems.

In case you are searching for the original book code snippets, you can find them here.

Chapter 1 and 2

All about penetration testing and understaing network. Also, brute-force is fairly used.

These first chapters contain scripts to:

  • Dictionary attacks
  • Brute force password hash comparisons
  • Open an secure zip files.
  • Port scanner
  • SSH Botnet
  • FTP Attack
  • Replicate Conficker Attack

Chapter 3 and 4

Geo-locating and extrack meta data from apps.

  • Geo-locate people using IPs and Images
  • Firefox scrapper to download databases of saved cookies, download list and past browser history.
  • Figure out where DDos attack came from from packets on the network.

Chapter 5

Manipulating wiki packets

  • Wifi packet sniffer to find credit card number and google searches
  • 802.11 protocol exploitation

Chapter 6 and 7

About Web Crawlers, using Google and Twitter api and Antivirus evasion that I did not find that interesting, so nothing was added about that.

Setup

To run all available scripts locally you must create a new environment and install and required packages:

$ mkvirtualenv violent-python 
$ pip install -r requirements.txt

License

Disclaimer

About

Scripts and code example about penetration testing, web, network and exploiting wireless devices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0