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
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…