You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scripts to setup pentesting system and use during pentest which will make the testing more efficient.
1
+
# hack-scripts
2
+
3
+
> scripts to setup pentesting system and use during pentest
4
+
5
+
This repo hosts the pentest system setup script and various other scripts to help on pentesting and security related tasks.
6
+
7
+
-[massbanner.sh](massbanner.sh) - Specify file with list of URLs and get the server running
8
+
-[setup-pendata.sh](setup-pendata.sh) - Clone popular and useful files and payloads without needing to go to each source
9
+
-[setup-sys.sh](setup-sys.sh) - Setups the base system to get into hacking/programming mode
10
+
11
+
## Installation
12
+
13
+
The first thing you would want to do after downloading/cloning this repository is to run [setup-sys.sh](setup-sys.sh) and [setup-pendata.sh](setup-pendata.sh) scripts respectively. These two scripts will install various packages, tools and resources that will be useful during your pentesting journey.
0 commit comments