An open API service indexing awesome lists of open source software.

https://github.com/robertdevore/pypractice

Teaching myself Python and these are the things I build while I'm learning.
https://github.com/robertdevore/pypractice

Last synced: 10 months ago
JSON representation

Teaching myself Python and these are the things I build while I'm learning.

Awesome Lists containing this project

README

          

# PyPractice
Teaching myself Python and these are the things I'm building while I'm learning.

My focus will be on building scripts for pentesting/hacking/OSINT/etc.

**Current Scripts**

* [Banner grabber](https://github.com/robertdevore/pypractice/tree/main/banner-grabber)
* [Combine TXT](https://github.com/robertdevore/pypractice/tree/main/combine-txt)
* [Content Crypt](https://github.com/robertdevore/pypractice/tree/main/content-crypt)
* [CVE Scraper](https://github.com/robertdevore/pypractice/tree/main/cve-scraper)
* [DDos Yes](https://github.com/robertdevore/pypractice/tree/main/ddos-yes)
* [Directory discovery](https://github.com/robertdevore/pypractice/tree/main/directory-discovery)
* [Dork search](https://github.com/robertdevore/pypractice/tree/main/dork-search)
* [Email bomber](https://github.com/robertdevore/pypractice/tree/main/email-bomber)
* [Email scraper](https://github.com/robertdevore/pypractice/tree/main/email-scraper)
* [Filter Action Finder](https://github.com/robertdevore/pypractice/tree/main/filter-action-finder)
* [Key logger](https://github.com/robertdevore/pypractice/tree/main/key-logger)
* [Network scanner](https://github.com/robertdevore/pypractice/tree/main/network-scanner)
* [Nmap scanner](https://github.com/robertdevore/pypractice/tree/main/nmap-scanner)
* [Password Cracker](https://github.com/robertdevore/pypractice/tree/main/password-cracker)
* [Password Cracker 2](https://github.com/robertdevore/pypractice/tree/main/password-cracker-2)
* [Port scanner](https://github.com/robertdevore/pypractice/tree/main/port-scanner)
* [Regex scanner](https://github.com/robertdevore/pypractice/tree/main/regex-scanner)
* [Regex scanner 2](https://github.com/robertdevore/pypractice/tree/main/regex-scanner-2)
* [Savage scanner](https://github.com/robertdevore/pypractice/tree/main/savage-scanner)
* [Server monitoring](https://github.com/robertdevore/pypractice/tree/main/server-monitoring)
* [Subdomain scanner](https://github.com/robertdevore/pypractice/tree/main/subdomain-scanner)
* [supercli](https://github.com/robertdevore/pypractice/tree/main/supercli)
* [Word scraper](https://github.com/robertdevore/pypractice/tree/main/word-scraper)
* [WP Pass](https://github.com/robertdevore/pypractice/tree/main/wp-pass)
* [XSS Yes](https://github.com/robertdevore/pypractice/tree/main/xss-yes)
* [XSS Yes 2](https://github.com/robertdevore/pypractice/tree/main/xss-yes-2)
* [Random scripts](https://github.com/robertdevore/pypractice/tree/main/random-scripts)