File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ function Spiderfoot()
644644# List and download function
645645function list()
646646{ printf " \n\n"
647- options=(" QuickScan" " TadPole" " DNSRecon" " Sublist3r" " TekDefense" " TheHarvester" " IOC-Parser" " PyParser-CVE" " Mimir" " Harbinger" " Inquisitor" " BirdWatcher" " Spiderfoot" " Main Menu" )
647+ options=(" QuickScan" " TadPole" " DNSRecon" " Sublist3r" " TekDefense" " TheHarvester" " IOC-Parser" " PyParser-CVE" " Mimir" " Harbinger" " Inquisitor" " BirdWatcher" " Spiderfoot" " EagleEye " " Main Menu" )
648648 PS3=' Please enter your choice: '
649649 select opt in " ${options[@]} "
650650 do
@@ -713,6 +713,11 @@ function list()
713713 tools
714714 printf " %b \n"
715715 ;;
716+ " EagleEye" )
717+ EaglEye
718+ tools
719+ printf " %b \n"
720+ ;;
716721 " Main Menu" )
717722 printf " \nReturning to main menu."
718723 sleep 2 && logo
You can’t perform that action at this time.
0 commit comments