Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techgaun/hack-scripts
scripts to setup pentesting system and use during pentest
https://github.com/techgaun/hack-scripts
bash hack-scripts hacktoberfest pentest setup-pentesting
Last synced: 7 days ago
JSON representation
scripts to setup pentesting system and use during pentest
- Host: GitHub
- URL: https://github.com/techgaun/hack-scripts
- Owner: techgaun
- License: apache-2.0
- Created: 2016-10-14T06:56:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T16:08:37.000Z (over 2 years ago)
- Last Synced: 2024-11-07T12:52:15.608Z (about 2 months ago)
- Topics: bash, hack-scripts, hacktoberfest, pentest, setup-pentesting
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 18
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hack-scripts
> scripts to setup pentesting system and use during pentest
This repo hosts the pentest system setup script and various other scripts to help on pentesting and security related tasks.
- [massbanner.sh](massbanner.sh) - Specify file with list of URLs and get the server running
- [setup-pendata.sh](setup-pendata.sh) - Clone popular and useful files and payloads without needing to go to each source
- [setup-sys.sh](setup-sys.sh) - Setups the base system to get into hacking/programming mode## Installation
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.
## Author
- [techgaun](https://github.com/techgaun)