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
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…
Introduction Unlock the full potential of your Linux system with this comprehensive guide to essential…