The open-source decon-framework comprises a diverse array of tools, including but not limited to nmap, ffus, dnsenum, whois, nikto, amass, and whatweb. These open-source tools collectively serve to furnish comprehensive information pertaining to a domain name. They play a pivotal role during the reconnaissance phase, aiding in bug hunting, and facilitating penetration testing endeavors. Through their combined functionality, they enable users to gather essential data, analyze potential vulnerabilities, and execute thorough assessments of target domains.
KALI LINUX
OPEN YOUR TERMINAL & RUN THE FOLLOWING COMMANDS
-
UPDATE AND UPGRADE YOUR KALI
$ sudo apt-get update && sudo apt-get upgrade -y
-
CLONE DECON-FRAMEWORK IN YOUR TERMINAL
$ git clone https://github.com/kalmux1/DECON.git
-
CHANGE DIRECTORY INTO DECON
$ cd DECON
-
GIVE EXECUTABLE PERMISSION TO THE BASH FILE
$ sudo chmod +x decon.sh
-
EXECUTE THE MAIN TOOL FILE
$ sudo bash decon.sh
For support, email kal.mux.cyber@gmail.com