A curated collection of Python scripts for cybersecurity, networking, automation, and beginner Python projects.
This repository contains various Python scripts built while learning Python and cybersecurity concepts.
Each folder contains one or more Python scripts along with a README explaining the script and how to run it.
These scripts are free to use for educational purposes.
Contributions, improvements, and suggestions are welcome.
You can contribute by:
- Adding new Python scripts
- Improving existing scripts
- Fixing bugs
- Improving documentation
-
Fork the repository
-
Create a new folder for your script
-
Add:
- Python script
- README.md explaining the script
- Requirements if needed
-
Update the "List of Scripts in Repo" section below
-
Submit a Pull Request
| Script | Link | Description |
|---|---|---|
| Fake Profile Generator | Fake Profile Generator | Generates fake user profiles for testing and educational purposes |
| Basic Port Scanner | Basic Port Scanner | Scans a single TCP port on a target |
| Multiple Port Scanner | Multiple Port Scanner | Scans multiple ports on a target system |
| Banner Grabber | Banner Grabber | Retrieves banners from open services |
| Multi-threaded TCP Scanner | Multi-threaded TCP Scanner | Fast TCP port scanner using multithreading |
Some scripts require external libraries.
Install dependencies using:
pip install -r requirements.txt