Skip to content

Commit

Permalink
Hot Fix
Browse files Browse the repository at this point in the history
SubDover runtime error
Yuki runtime directory fix
  • Loading branch information
s1l3nt78 committed Sep 10, 2020
1 parent 9637d98 commit ad69167
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/vulnscanners/yuki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cat /opt/sifter/files/pingtest.pass
echo -e "${NC}"
echo -e "${W}Please copy and paste in your target site\nOr enter as per example above${NC}"
echo "================================================================================================="
cd /root/yuki
cd /root/yuki2
sleep 1
sudo ./startyuki
echo "================================================================================================="
Expand Down
8 changes: 4 additions & 4 deletions sifter
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ dom_mods(){
figlet -f mini "Domain Recon Gathering"
echo -e "${ORNG}"
PS3='What tool would you like to use?'
options=("DnsTwist" "Armory" "SubDover" "Spiderfoo7" "SubFinder" "Pulsar" "Back")
options=("DnsTwist" "Armory" "Spiderfoo7" "SubFinder" "Pulsar" "Back") #"SubDover"
select opt in "${options[@]}"
do
case $opt in
Expand All @@ -265,9 +265,9 @@ dom_mods(){
./modules/dommods/armory.sh
;;

"SubDover")
./modules/dommods/subdover.sh
;;
#"SubDover")
# ./modules/dommods/subdover.sh
# ;;

"Spiderfoo7")
./modules/dommods/spiderfoot.sh
Expand Down

0 comments on commit ad69167

Please sign in to comment.