Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 2.01 KB

File metadata and controls

73 lines (47 loc) · 2.01 KB

Python Scripts

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.


Table of Contents


Contributing

Contributions, improvements, and suggestions are welcome.

You can contribute by:

  • Adding new Python scripts
  • Improving existing scripts
  • Fixing bugs
  • Improving documentation

Adding a New Script

  1. Fork the repository

  2. Create a new folder for your script

  3. Add:

    • Python script
    • README.md explaining the script
    • Requirements if needed
  4. Update the "List of Scripts in Repo" section below

  5. Submit a Pull Request


List of Scripts in Repo

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

Requirements

Some scripts require external libraries.

Install dependencies using:

pip install -r requirements.txt