Skip to content

cgarey2014/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐍 Python Scripts Collection

Author: Chris Garey
Date: 2024
Repository: Python-Scripts
Category: Security / Penetration Testing / Automation


πŸ“œ Description

Welcome to the Python Scripts Collection! This repository contains a variety of Python scripts designed for tasks such as security assessments, penetration testing, and automating various system and network tasks. The scripts here can be useful for penetration testers, security researchers, and anyone looking to streamline their cybersecurity workflows or automate day-to-day tasks.

This collection includes scripts focused on:

  • Security Auditing
  • Penetration Testing
  • Network Security
  • System Automation
  • Miscellaneous Utility Scripts

βš™οΈ Features

  • Security-Focused: Scripts for ethical hacking, vulnerability assessment, and more.
  • Penetration Testing: Tools for automating penetration tests, brute-force attacks, and more.
  • Utilities: General-purpose Python scripts for various system automation tasks.
  • Comprehensive Documentation: Each script comes with detailed comments and usage instructions.

πŸ› οΈ Requirements

  • Python Version: Python 3.x
  • Dependencies:
    • requests
    • paramiko
    • beautifulsoup4
    • scapy
    • Other dependencies as specified by individual scripts.

To install the required dependencies, you can use:

$ pip install -r requirements.txt

🧠 Usage

Cloning the Repository: To get started, clone the repository to your local machine:

$ git clone https://github.com/cgarey2014/Python.git
$ cd Python

Running a Script: Navigate to the directory containing the script you want to use.

Install any required dependencies (if a requirements.txt is provided):

$ pip install -r requirements.txt

Run the script:

$ python script_name.py

Example:

$ python network_scanner.py --target 192.168.1.0/24 --scan_type full

This example runs a network scanner script against a subnet, performing a full scan.

🚨 Disclaimer

This repository is intended for educational and authorized use only. Ensure you have explicit permission before running any scripts on systems you do not own or have authorization to test. Unauthorized use may be illegal.

The author assumes no responsibility for misuse of these scripts.

πŸ“Œ License

This project is distributed for educational purposes under the MIT License.

About

A collection of python scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published