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.
- Host: GitHub
- URL: https://github.com/robertdevore/pypractice
- Owner: robertdevore
- License: gpl-3.0
- Created: 2022-06-28T00:18:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T05:09:42.000Z (over 1 year ago)
- Last Synced: 2025-02-12T20:15:40.706Z (12 months ago)
- Language: Python
- Homepage:
- Size: 3.53 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)