diff --git a/autoenum.sh b/autoenum.sh deleted file mode 100755 index 70ab78b..0000000 --- a/autoenum.sh +++ /dev/null @@ -1,98 +0,0 @@ -#!/bin/bash - -if [ ! -x "$(command -v nmap)" ];then - echo "[+] nmap not detected...Installing" - sudo apt-get install nmap -y > installing;rm installing -fi - -if [ ! -x "$(command -v nikto)" ];then - echo "[+] nikto not detected. Installing..." - sudo apt-get install nikto -y > installing;rm installing -fi - -if [ ! -x "$(command -v gobuster)" ];then - echo "[+] gobuster not detected. Installing..." - sudo apt-get install gobuster -y > installing;rm installing -fi - -if [ ! -x "$(command -v whatweb)" ];then - echo "[+] whatweb not detected. installing..." - sudo apt-get install whatweb -y > installing;rm installing -fi - -if [ ! -x "$(command -v onesixtyone)" ];then - echo "[+] onesixtyone not detected. Installing..." - sudo apt-get install onesixtyone -y > installing;rm installing -fi - -if [ ! -x "$(command -v rpcbind)" ];then - echo "rpcbind not detected. Installing..." - sudo apt-get install rpcbind -y > installing;rm installing -fi - -if [ ! -x "$(command -v snmp-check)" ];then - echo "[+] snmp-check not detected. Installing..." - sudo apt-get install snmp-check -y > installing;rm installing -fi - -if [ ! -x "$(command -v snmpwalk)" ];then - echo "[+] snmpwalk not detected. Installing..." - sudo apt-get install snmpwalk -y > installing;rm installing -fi - -if [ ! -x "$(command -v fierce)" ];then - echo "[+] fierce not detected. Installing..." - sudo apt-get install fierce -y > installing;rm installing -fi - -if [ ! -x "$(command -v dnsrecon)" ];then - echo "[+] dnsrecon not detected. Installing..." - sudo apt-get installl dnsrecon -y > installing;rm installing -fi - -if [ ! -x "$(command -v dnsenum)" ];then - echo "[+] dnsenum not detected. Installing..." - sudo apt-get install dnsenum -y > installing;rm installing -fi - -if [ ! -x "$(command -v oscanner)" ];then - echo "[+] oscanner not detected. Installing..." - sudo apt-get install oscanner -y > installing;rm installing -fi - -if [ ! -x "$(command -v wafw00f)" ];then - echo "[+] wafw00f not detected. Installing..." - sudo apt-get install wafw00f -y > installing;rm installing -fi - -if [ ! -x "$(command -v odat)" ];then - echo "[+] odat not detected. installing..." - sudo apt-get install odat -y > installing;rm installing -fi - -if [ ! -x "$(command -v jq)" ];then - echo "[+] jq not detected. installing..." - sudo apt-get install jq -y > installing;rm installing -fi - -if [ ! -x "$(command -v tput)" ];then - echo "[+] tput not detected. installing..." - sudo apt-get install tput -y > installing;rm installing -fi - -#source api-keys.sh -hunter_io_API="7929dee3153d23bfae3eba4ca4c84b4603059b62" - -source functions/banner.sh -source functions/upgrade.sh -source functions/scans.sh -source functions/enum.sh -source functions/help_general.sh -source functions/menu.sh - - -clear -banner -get_ip -halp_meh -menu