This repository will hold scripts I create for pentesting.
Each script will have its own directory. Each directory will contain:
The script, which will be called the same as the directory (Ex. directory_name.sh).
README.txt, which contains instructions or Tips.
install.sh, a script used to install the dependencies for that directory.
Downloading the repository:
git clone https://github.com/brian10101/pentest-scripts.git
cd pentest-scripts
To installing all dependencies for all scripts:
sudo bash install-all.sh
If you only want to install the dependencies for a chosen script navigate to that script's directory and run:
sudo bash install.sh
NOTE: For now, the install scripts ONLY supports Debian based systems. However, if you still wish to use a script, you could install the dependencies manually, and try to see if the script works. Best of luck!
The scripts found in this repository are intended to be used only for educational purposes or with explicit permission.
Unauthorized use of these scripts against systems you do not own or have permission to test is illegal and unethical.
The author assumes no responsibility for misuse or damage caused by these scripts.