Skip to content

Commit 1b71d72

Browse files
authored
fixed setup item, EagleEye install invocation
1 parent 55f2939 commit 1b71d72

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

intrec.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ function Spiderfoot()
644644
# List and download function
645645
function 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

0 commit comments

Comments
 (0)