blackeye icon indicating copy to clipboard operation
blackeye copied to clipboard

Fixed the blank open victim link problem

Open debajyotidasgupta opened this issue 3 years ago • 21 comments

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.

debajyotidasgupta avatar Aug 30 '21 19:08 debajyotidasgupta

problem solved thank you,

24githubs avatar Sep 01 '21 10:09 24githubs

the "send this link to victim" field is still black for me.

steepkid-fresh avatar Sep 03 '21 14:09 steepkid-fresh

@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

debajyotidasgupta avatar Sep 03 '21 14:09 debajyotidasgupta

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..

Meerkatsaviour avatar Sep 03 '21 17:09 Meerkatsaviour

@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

debajyotidasgupta avatar Sep 04 '21 14:09 debajyotidasgupta

Still not working even after git clone :/ image

m004323 avatar Sep 05 '21 01:09 m004323

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?

mkohler23 avatar Sep 05 '21 04:09 mkohler23

can you teach me guys how to create phishing?:(

jefferson6 avatar Sep 06 '21 15:09 jefferson6

Pls teach me how to create phishing:( I don't know how

jefferson6 avatar Sep 06 '21 15:09 jefferson6

thank you soo much

ihlaz avatar Sep 08 '21 10:09 ihlaz

problem solved thank you,

how did you get your"s to work

ridge00 avatar Sep 09 '21 19:09 ridge00

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...

MAS012 avatar Sep 13 '21 05:09 MAS012

@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?

obmaa avatar Sep 14 '21 00:09 obmaa

@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

ppmpreetham avatar Sep 15 '21 15:09 ppmpreetham

@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.

diegomanri avatar Sep 16 '21 02:09 diegomanri

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........"

ghost avatar Sep 18 '21 04:09 ghost

Can anyone help me I'm having a problem that it does not give the link to send

mordehai1o2 avatar Sep 18 '21 13:09 mordehai1o2

wait till everythings started, go into browser, type in "127.0.0.1:4040/status" the link is on the left

Thank You_

Hix718 avatar Sep 19 '21 14:09 Hix718

Can anyone help me I'm having a problem that it does not give the link to send

same :(. im on windows btw

iskut avatar Sep 19 '21 21:09 iskut

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

Lifelessyeti40 avatar Sep 22 '21 23:09 Lifelessyeti40

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

whaleBid avatar Sep 26 '21 12:09 whaleBid