Skip to content

brian10101/pentest-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

About

This repository will hold scripts I create for pentesting.

Structure

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.

Installation

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!

Legal and Ethical Warning

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.

About

This repository will hold scripts I create for pentesting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages