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
ParadeDB is an Elasticsearch alternative built on Postgres. We're modernizing the features of Elasticsearch's product…
Invoke-AtomicAssessment is a powerful tool designed to facilitate adversary emulation by leveraging Atomic Red Team.…
This is a simulation of attack by the Wicked Panda group (APT-41) targeting U.S. state…
A simple application that extracts your IoCs from garbage input and checks their reputation using…
Flutter Mobile Application Reverse Engineering Tool by Compiling Dart AOT Runtime. Currently, the application supports…
Welcome to FLARE-VM - a collection of software installations scripts for Windows systems that allows…