blackeye
blackeye copied to clipboard
Fixed the blank open victim link problem
In the new version of Blackeye, there is a problem that on running the blackeye script ./blackeye
, the link to be sent up to the victim comes up empty. I figured out, the reason for this is on the line 436, where previously written regex had improperly formatted regex expression, as a result of which the grep returned NULL. In this pull request, I have fixed the regex to extract the exact ngrok link from /api/tunnel endpoint of ngrok.
problem solved thank you,
the "send this link to victim" field is still black for me.
@steepkid-fresh check the output of the following command (enter it in terminal), after running the blackeye.sh script simultaneously in another terminal
curl -S -n http://127.0.0.1:4040/api/tunnels
it started working after uninstalled and installed again. before running the script, you have to change line 436 as mentioned above. thank you so much..
@steepkid-fresh you can try cloning the edits I have made in my forked version. I have made the edits in my copy.
git clone https://github.com/debajyotidasgupta/blackeye.git
Still not working even after git clone :/
So I am seeing my URL now using this line edit but it includes my IP address and only works at my location/in my machine, is this an ngrok issue and if so does anyone know how to resolve it?
can you teach me guys how to create phishing?:(
Pls teach me how to create phishing:( I don't know how
thank you soo much
problem solved thank you,
how did you get your"s to work
the "send this link to victim" field is still black for me.
For beginners out there, GUYS, DON'T write "+" or "-" before link$
in line 436.
It is not part of the command, it's used just for reference to the correct answer...
@steepkid-fresh you can try cloning the edits I have made in my forked version. I have made the edits in my copy.
git clone https://github.com/debajyotidasgupta/blackeye.git
thanks that fixed it, i now get a link but im now having issues with the ngrok server thing, it keeps giving me error 3200 (tunnel hostname not found) despite following all the steps in the video and website, any idea how this could be fixed?
@steepkid-fresh you can try cloning the edits I have made in my forked version. I have made the edits in my copy.
git clone https://github.com/debajyotidasgupta/blackeye.git
thanks that fixed it, i now get a link but im now having issues with the ngrok server thing, it keeps giving me error 3200 (tunnel hostname not found) despite following all the steps in the video and website, any idea how this could be fixed?
Yeah, same problem Tunnel 3906-34-90-72-53.ngrok.io not found
ERR_NGROK_3200
@steepkid-fresh you can try cloning the edits I have made in my forked version. I have made the edits in my copy.
git clone https://github.com/debajyotidasgupta/blackeye.git
thanks that fixed it, i now get a link but im now having issues with the ngrok server thing, it keeps giving me error 3200 (tunnel hostname not found) despite following all the steps in the video and website, any idea how this could be fixed?
Yeah, same problem Tunnel 3906-34-90-72-53.ngrok.io not found
ERR_NGROK_3200
I had the same response. However, I tried the same link in like 5 minutes, and worked just fine. It is most likely an NGROK issue.
git clone https://github.com/debajyotidasgupta/blackeye.git
do i need to uninstall my current blackeye? just cloned it yesterday and no url link is showing to send. tried cloning again using your edits, but it came back as "fatal: destination path already exits........"
Can anyone help me I'm having a problem that it does not give the link to send
wait till everythings started, go into browser, type in "127.0.0.1:4040/status" the link is on the left
Thank You_
Can anyone help me I'm having a problem that it does not give the link to send
same :(. im on windows btw
git clone https://github.com/debajyotidasgupta/blackeye.git
do i need to uninstall my current blackeye? just cloned it yesterday and no url link is showing to send. tried cloning again using your edits, but it came back as "fatal: destination path already exits........"
You will need to rm -rf "to remove the blackeye folder" once this has been done then yes you can git clone this new repository
guys, who has change line 436, and it still don't work. then download ngrok from official site (new version) and replace it in blackeye folder