| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
"Violent Python" by TJ O'Connor
This repo contains exercises that I found interesting to explore from the book. I kept the book structure, although some chapters tackle the same problems.
In case you are searching for the original code snippets, you can find them here.
All about penetration testing and understanding networks. Also, brute-force is fairly used. These first two chapters contain scripts to:
Geo-locating people and extrack meta data from apps.
Manipulating Wifi packets.
About Web Crawlers; Using Google and Twitter API and Antivirus evasion that I did not find that interesting, so nothing was added about that.
To run all available scripts locally you must create a new environment and install and required packages:
$ mkvirtualenv violent-python
$ pip install -r requirements.txtIf you don't have mkvirtualenv installed, you can find it here: Install mkvirtualenv
All code here is under the MIT license.
All code in this repo is for educational purpuses only. Some of these tools may be illegal to use on machines that you do not own or have no authorization to interact with. Use this programs at your own risk.
| Back | FazBrowse Home | New Git URL |