Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 911 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 911 Bytes

Cyber Suite

Just some tools I created for general attacks and reconnaissance using Python

Usage

Run the following command to have my entire arsenal at your disposal

pip install -r requirements.txt

A custom prompt for the Cyber Suite is available using the main.py

python3 main.py

NOTE: This isn't updated too frequently and is really just some basic scripts I've built using Python that don't need a new repository

Available Scripts

Name Description Location
Anarchy A simple Distributed Denial of Service (DDoS) script, sends over 100 requests per second scripts/anarchy.py
Keylogger A simple keylogger created in Python scripts/keylogger.py