AutoGet is a bash script that automates the setup process for a Ubuntu/Kali machine or server by installing essential pentesting and reconnaissance tools. This script installs tools such as knockpy, dirsearch, sublist3r, Seclists, sqlmap, wpscan, nmap, metasploit, nuclei, httpx, hakcheckurl, hakrawler, waybackurl, golang, mobsf, amass, and dnsscan, making it easy for security professionals to quickly prepare a machine for penetration testing tasks.
sudo ./AutoGet.sh
- Ubuntu/Kali Linux
- Root access
- knockpy: a python tool designed to enumerate subdomains on a target domain through a wordlist.
- dirsearch: a Python tool designed to brute force directories and files in websites.
- sublist3r: a python tool that helps to enumerate subdomains using many search engines.
- Seclists: a collection of multiple types of lists used during security assessments.
- sqlmap: an open-source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws.
- wpscan: a black box WordPress vulnerability scanner.
- nmap: a network exploration tool and security/port scanner.
- metasploit: an open-source penetration testing framework.
- nuclei: a fast tool for configurable targeted scanning based on templates offering massive extensibility and ease of use.
- httpx: a fast and flexible HTTP toolkit.
- hakcheckurl: a tool which takes a list of URLs and returns their HTTP response codes
- hakrawler: a web crawler designed for offensive security tasks.
- waybackurls: a tool to search for URLs in the Wayback Machine.
- golang: a open-source programming language that makes it easy to build simple, reliable, and efficient software.
- mobsf: a mobile application (Android/iOS) automated pentesting framework.
- amass: In-depth Attack Surface Mapping and Asset Discovery.
- dnsscan: Fast subdomains enumeration tool through DNS brute force.