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
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…