RapidRepoPull goal is to quickly pull and install repos from its list. This program uses Python to clone/maintain multiple security related repos using threading and multiprocessing.
Use cases
Requirements
sudo apt-get install python3-venv
sudo apt-get install git
Also Read – Remot3d : A Simple Tool Created for Large Pentesters
Usage Option 1 Automatic (Docker)
git clone https://github.com/tbalz2319/RapidRepoPull.git
cd RapidRepoPull
docker-compose up –build
Usage Option 2 Local Install
git clone https://github.com/tbalz2319/RapidRepoPull.git
cd RapidRepoPull
./install.sh
Usage Option 3 Manual
git clone https://github.com/tbalz2319/RapidRepoPull.git
cd RapidRepoPull
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 rapid.py
Update Program
./update.sh
Mass Update all existing repos
./update_repos.sh
To do
Clean up code
ModTask is an advanced C# tool designed for red teaming operations, focusing on manipulating scheduled…
HellBunny is a malleable shellcode loader written in C and Assembly utilizing direct and indirect…
SharpRedirect is a simple .NET Framework-based redirector from a specified local port to a destination…
Flyphish is an Ansible playbook allowing cyber security consultants to deploy a phishing server in…
A crypto library to decrypt various encrypted D-Link firmware images. Confirmed to work on the…
LLMs (e.g., GPT-3.5, LLaMA, and PaLM) suffer from hallucination—fabricating non-existent facts to cheat users without…