blackeye icon indicating copy to clipboard operation
blackeye copied to clipboard

Fixed public link retrival

Open drizzo0 opened this issue 4 years ago • 46 comments

Fixed the way that the script checks for the ngrok public link

drizzo0 avatar Nov 18 '20 23:11 drizzo0

This fixed my issue too - think this needs to be merged to master ASAP otherwise no link is returned when running the utility

itquadcorps avatar Dec 04 '20 15:12 itquadcorps

this still didnt work for me

cybot-spec avatar May 03 '21 02:05 cybot-spec

try this if still not working, use OS : Linux 2.6 / 3.x/ 4.x (64). in my case i've using debian version of OS then i changed to Linux 2.6 / 3.x /4.x (64) it works now.

killmech-rasber avatar May 03 '21 14:05 killmech-rasber

you see after pasting the command in the nano setting , i saved it , then i typed bash blackeye.sh. it will trigger the complete tool and you will get the link

On Mon, May 3, 2021 at 8:30 PM killmech-rasber @.***> wrote:

try this if still not working, use OS : Linux 2.6 / 3.x/ 4.x (64). in my case i've using debian version of OS then i changed to Linux 2.6 / 3.x /4.x (64) it works now.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-831316798, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT5Q5AMRMRTQKLAAKL4CLNLTL227BANCNFSM4T2UL5WQ .

cybot-spec avatar May 06 '21 15:05 cybot-spec

Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste 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") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to https://github.com/An0nUD4Y/blackeye/pull/5. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok.

Darshanstar avatar May 17 '21 10:05 Darshanstar

Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste 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") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to #5. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok.

Using Kali and it says: Send this link to the Victim: link= Any suggestions ?

justalittlenobodey avatar May 22 '21 21:05 justalittlenobodey

lovely mate

valhala123 avatar May 25 '21 01:05 valhala123

Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste 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") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to #5. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok.

Using Kali and it says: Send this link to the Victim: link= Any suggestions ?

This above given path is for Kali. Please follow the steps as given and this should resolve your issue. Let me know if this path doesn't work.

Darshanstar avatar May 26 '21 05:05 Darshanstar

Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste 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") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to #5. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok.

Using Kali and it says: Send this link to the Victim: link= Any suggestions ?

This above given path is for Kali. Please follow the steps as given and this should resolve your issue. Let me know if this path doesn't work.

Before it was not giving me anything, than I pasted in the line of code, and it was saying that the link I should have sent was
Link=

justalittlenobodey avatar May 26 '21 05:05 justalittlenobodey

Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste 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") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to #5. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok.

Using Kali and it says: Send this link to the Victim: link= Any suggestions ?

This above given path is for Kali. Please follow the steps as given and this should resolve your issue. Let me know if this path doesn't work.

Before it was not giving me anything, than I pasted in the line of code, and it was saying that the link I should have sent was Link=

replace the whole 436 line with link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]*\.ngrok.io")

SixiS-Official avatar May 30 '21 23:05 SixiS-Official

can anybody give me the old line 436 of the link please

srikoti-cyber avatar May 31 '21 16:05 srikoti-cyber

can anybody give me the old line 436 of the link please

link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9a-z]*\.ngrok.io")

SixiS-Official avatar May 31 '21 16:05 SixiS-Official

Thanks for helping 😘

On Wed, Jun 2, 2021, 7:27 PM masonwestwood02 @.***> wrote:

@.**** commented on this pull request.

In blackeye.sh https://github.com/An0nUD4Y/blackeye/pull/5#discussion_r643989767:

@@ -433,7 +433,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")

tysm

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#discussion_r643989767, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUI5VKQSLGVYPCT3RWEH5ALTQY2E7ANCNFSM4T2UL5WQ .

srikoti-cyber avatar Jun 02 '21 14:06 srikoti-cyber

this doesnt work nun of this please help

elsen123 avatar Jun 02 '21 18:06 elsen123

this doesnt work nun of this please help

msg me on insta id @_neophile_44...can explain u better there..

sahil-dhuri avatar Jun 04 '21 03:06 sahil-dhuri

Yes it worked  Sent from Mail for Windows 10 From: elsen123Sent: 02 June 2021 11:35To: An0nUD4Y/blackeyeCc: sahil-dhuri; MentionSubject: Re: [An0nUD4Y/blackeye] Fixed public link retrival ***@***.*** commented on this pull request.In blackeye.sh:> @@ -433,7 +433,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 ***@***.*** did u get it to work—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe. 

sahil-dhuri avatar Jun 04 '21 03:06 sahil-dhuri

Hello I need help I just installed the blackeye tool I managed to put it on the Linux kali by trying it on me when I take the link that gives me blackeye that I put it on the browser its tells me that the site is dangerous and I can not put my login I have all red screen can give me a solution this problem

Bigo97x avatar Jun 08 '21 11:06 Bigo97x

Hello I need help I just installed the blackeye tool I managed to put it on the Linux kali by trying it on me when I take the link that gives me blackeye that I put it on the browser its tells me that the site is dangerous and I can not put my login I have all red screen can give me a solution this problem

download it manually, go to the blackeye page and click download

SixiS-Official avatar Jun 08 '21 11:06 SixiS-Official

sa does not work

Bigo97x avatar Jun 08 '21 12:06 Bigo97x

Thanks, I'll check it out.

On Tue, 8 Jun 2021 at 08:04, Bigo97x @.***> wrote:

sa does not work

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-856705010, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN6MDPWNZ3XA4NGVIRQ5XOTTRYBLXANCNFSM4T2UL5WQ .

sahil-dhuri avatar Jun 09 '21 06:06 sahil-dhuri

guys first try it on chrome n thn firefox....if thn too its showing alert try on windows operating system.. n thn too if it not wosks maill me back

sahil-dhuri avatar Jun 09 '21 06:06 sahil-dhuri

I have solved this link problem in another way and I would be uploading a solution video for it soon on YouTube so stay tuned here

On Wed, Jun 9, 2021, 11:50 AM sahil-dhuri @.***> wrote:

guys first try it on chrome n thn firefox....if thn too its showing alert try on windows operating system.. n thn too if it not wosks maill me back

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857415023, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUI5VKQWRTALKTJF35ESVZ3TR4BZ3ANCNFSM4T2UL5WQ .

srikoti-cyber avatar Jun 09 '21 10:06 srikoti-cyber

Let me know when your video gets published or give me the name of your network.

Le mer. 9 juin 2021 à 14:08, srikoti-cyber @.***> a écrit :

I have solved this link problem in another way and I would be uploading a solution video for it soon on YouTube so stay tuned here

On Wed, Jun 9, 2021, 11:50 AM sahil-dhuri @.***> wrote:

guys first try it on chrome n thn firefox....if thn too its showing alert try on windows operating system.. n thn too if it not wosks maill me back

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857415023, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUI5VKQWRTALKTJF35ESVZ3TR4BZ3ANCNFSM4T2UL5WQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857567024, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUMYABP4AK6UHPRXR3ZFTWLTR44SBANCNFSM4T2UL5WQ .

Bigo97x avatar Jun 09 '21 10:06 Bigo97x

https://youtu.be/p8wJkq-Dnjc

Here we all go this is the solution video hope it will help

On Wed, Jun 9, 2021, 4:24 PM Bigo97x @.***> wrote:

Let me know when your video gets published or give me the name of your network.

Le mer. 9 juin 2021 à 14:08, srikoti-cyber @.***> a écrit :

I have solved this link problem in another way and I would be uploading a solution video for it soon on YouTube so stay tuned here

On Wed, Jun 9, 2021, 11:50 AM sahil-dhuri @.***> wrote:

guys first try it on chrome n thn firefox....if thn too its showing alert try on windows operating system.. n thn too if it not wosks maill me back

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857415023, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUI5VKQWRTALKTJF35ESVZ3TR4BZ3ANCNFSM4T2UL5WQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857567024, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUMYABP4AK6UHPRXR3ZFTWLTR44SBANCNFSM4T2UL5WQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857595799, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUI5VKS2WBWOQWOFIGUHUVLTR5B7TANCNFSM4T2UL5WQ .

srikoti-cyber avatar Jun 09 '21 11:06 srikoti-cyber

its good it works

darkstormgg avatar Aug 10 '21 16:08 darkstormgg

Is there anyone who can help me. I've tried every possible fix and still no victim link shown if there's someone who can personal message me and help me it would be highly appreciated will even pay through any payment method of your choice.

P2peps avatar Aug 23 '21 21:08 P2peps

Is there anyone who can help me. I've tried every possible fix and still no victim link shown if there's someone who can personal message me and help me it would be highly appreciated will even pay through any payment method of your choice.

Yeah sure!! You just have to delete the existing directory directly from home/root folder where you have cloned it. Then simply clone it again on either place you want it. Now! Check if this works!! If not, then simply type 1- cd blackeye 2- nano blackeye.sh 3- check on a link above Printf command and below sleep=10 on the bottom most of that script. 4-

Is there anyone who can help me. I've tried every possible fix and still no victim link shown if there's someone who can personal message me and help me it would be highly appreciated will even pay through any payment method of your choice.

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

Paste these two links on the nano blackeye.sh command

Kali-100 avatar Aug 24 '21 00:08 Kali-100

Is there anyone who can help me. I've tried every possible fix and still no victim link shown if there's someone who can personal message me and help me it would be highly appreciated will even pay through any payment method of your choice.

Yeah sure!! You just have to delete the existing directory directly from home/root folder where you have cloned it. Then simply clone it again on either place you want it. Now! Check if this works!! If not, then simply type 1- cd blackeye 2- nano blackeye.sh 3- check on a link above Printf command and below sleep=10 on the bottom most of that script. 4-

Is there anyone who can help me. I've tried every possible fix and still no victim link shown if there's someone who can personal message me and help me it would be highly appreciated will even pay through any payment method of your choice.

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

Paste these two links on the nano blackeye.sh command

this doesnt work for me. is there another solution?

ramaflp avatar Aug 24 '21 13:08 ramaflp

https://youtu.be/p8wJkq-Dnjc Here we all go this is the solution video hope it will help On Wed, Jun 9, 2021, 4:24 PM Bigo97x @.> wrote: Let me know when your video gets published or give me the name of your network. Le mer. 9 juin 2021 à 14:08, srikoti-cyber @.> a écrit : > I have solved this link problem in another way and I would be uploading a > solution video for it soon on YouTube so stay tuned here > > On Wed, Jun 9, 2021, 11:50 AM sahil-dhuri @.***> wrote: > > > guys first try it on chrome n thn firefox....if thn too its showing alert > > try on windows operating system.. n thn too if it not wosks maill me back > > > > — > > You are receiving this because you commented. > > Reply to this email directly, view it on GitHub > > <#5 (comment)>, or > > unsubscribe > > < > https://github.com/notifications/unsubscribe-auth/AUI5VKQWRTALKTJF35ESVZ3TR4BZ3ANCNFSM4T2UL5WQ > > > > . > > > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <#5 (comment)>, or > unsubscribe > < https://github.com/notifications/unsubscribe-auth/AUMYABP4AK6UHPRXR3ZFTWLTR44SBANCNFSM4T2UL5WQ > > . > — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUI5VKS2WBWOQWOFIGUHUVLTR5B7TANCNFSM4T2UL5WQ .

it got taken down. can you explain how to solve it? the solution with the nano blackeye and pasting the new link didnt work for me

ramaflp avatar Aug 24 '21 13:08 ramaflp

[*] Choose an option: 6

[] Starting php server... [] Starting ngrok server... [] Send this link to the Victim: [] Waiting victim open the link ...

look i have done all your giving steps but link was not show

please help us

jitesh-eng avatar Aug 25 '21 17:08 jitesh-eng

i found a way on line 436 put this line: link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]*.ngrok.io") then in your browser go to: http://127.0.0.1:4040/api/tunnels and scroll down and you will find <PublicURL>URL<PublicURL> copy and paste it in the browser

Hope it works

Shaheertura avatar Aug 28 '21 18:08 Shaheertura

its in the publicurl tag

Shaheertura avatar Aug 28 '21 18:08 Shaheertura

i found a way on line 436 put this line: link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]*.ngrok.io") then in your browser go to: http://127.0.0.1:4040/api/tunnels and scroll down and you will find URL copy and paste it in the browser

Hope it works

if i open that publicurl on another device this shows up: Duplicate of # Tunnel bebd-87-78-248-203.ngrok.io not found

i found a way on line 436 put this line: link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]*.ngrok.io") then in your browser go to: http://127.0.0.1:4040/api/tunnels and scroll down and you will find URL copy and paste it in the browser

Hope it works

if i open the publicurl on another device this shows up: Tunnel bebd-87-78-248-203.ngrok.io not found

ramaflp avatar Aug 28 '21 21:08 ramaflp

Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste 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") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to #5. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok.

Using Kali and it says: Send this link to the Victim: link= Any suggestions ?

same

yesline avatar Aug 31 '21 12:08 yesline

Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste 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") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to #5. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok.

Using Kali and it says: Send this link to the Victim: link= Any suggestions ?

This above given path is for Kali. Please follow the steps as given and this should resolve your issue. Let me know if this path doesn't work.

it doesnt work for me too and i followed the steps

Steam-21-lol avatar Sep 01 '21 11:09 Steam-21-lol

can we create our own custom site on the blackeye.sh?

On Wed, Sep 1, 2021 at 7:13 PM Steam_21_lol @.***> wrote:

Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9a-z].ngrok.io http://ngrok.io")link=$(curl -s -N http://127.0.0.1:4040/api/tunnels http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z].ngrok.io") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to #5 https://github.com/An0nUD4Y/blackeye/pull/5. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok.

Using Kali and it says: Send this link to the Victim: link= Any suggestions ?

This above given path is for Kali. Please follow the steps as given and this should resolve your issue. Let me know if this path doesn't work.

it doesnt work for me too and i followed the steps

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-910181407, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVG5QYR7RKG4YH4WE3NNWT3T7YDEPANCNFSM4T2UL5WQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

stevengreg2020 avatar Sep 01 '21 12:09 stevengreg2020

git clone https://github.com/thelinuxchoice/blackeye Cloning into 'blackeye'... Username for 'https://github.com': why asking for username and password and whos username and password mind of the coder for this program.?

On Wed, Sep 1, 2021 at 7:39 AM Steven Greg @.***> wrote:

can we create our own custom site on the blackeye.sh?

On Wed, Sep 1, 2021 at 7:13 PM Steam_21_lol @.***> wrote:

Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9a-z].ngrok.io http://ngrok.io")link=$(curl -s -N http://127.0.0.1:4040/api/tunnels http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z].ngrok.io") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to #5 https://github.com/An0nUD4Y/blackeye/pull/5. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok.

Using Kali and it says: Send this link to the Victim: link= Any suggestions ?

This above given path is for Kali. Please follow the steps as given and this should resolve your issue. Let me know if this path doesn't work.

it doesnt work for me too and i followed the steps

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-910181407, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVG5QYR7RKG4YH4WE3NNWT3T7YDEPANCNFSM4T2UL5WQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

stevengreg2020 avatar Sep 03 '21 18:09 stevengreg2020

Credential Harvester Attack i am facing another issue which says

set:webattack> IP address for the POST back in Harvester/Tabnabbing [10.0.2.15]:http://8787-191-96-121-180.ngrok.io [-] SET supports both HTTP and HTTPS [-] Example: http://www.thisisafakesite.com set:webattack> Enter the url to clone:http://www.facebook.com

[] Cloning the website: http://www.facebook.com [] This could take a little bit...

The best way to use this attack is if username and password form fields are available. Regardless, this captures all POSTs on a website. [] The Social-Engineer Toolkit Credential Harvester Attack [] Credential Harvester is running on port 80 [] Information will be displayed to you as it arrives below: [] Looks like the web_server can't bind to 80. Are you running Apache or NGINX? Do you want to attempt to disable Apache? [y/n]:

said web_server cant bind to 80 and asking me if i want to disable Apache? if i click no it will Automatically return me back to the starting of the credential harvester but if i click yes it will be clone and accessible on my windows but when i login on the clone Facebook page its dont lost give me connection fail and it gives me error on the setoolkit instead of harvesting my password.. i believe the problem is this ([*] Looks like the web_server can't bind to 80. Are you running Apache or NGINX? Do you want to attempt to disable Apache? [y/n]: ) how can i solve this how can i bind the web_server to 80 please i need help.

On Fri, Sep 3, 2021 at 1:43 PM Steven Greg @.***> wrote:

git clone https://github.com/thelinuxchoice/blackeye Cloning into 'blackeye'... Username for 'https://github.com': why asking for username and password and whos username and password mind of the coder for this program.?

On Wed, Sep 1, 2021 at 7:39 AM Steven Greg @.***> wrote:

can we create our own custom site on the blackeye.sh?

On Wed, Sep 1, 2021 at 7:13 PM Steam_21_lol @.***> wrote:

Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9a-z].ngrok.io http://ngrok.io")link=$(curl -s -N http://127.0.0.1:4040/api/tunnels http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z]. ngrok.io") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to #5 https://github.com/An0nUD4Y/blackeye/pull/5. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok.

Using Kali and it says: Send this link to the Victim: link= Any suggestions ?

This above given path is for Kali. Please follow the steps as given and this should resolve your issue. Let me know if this path doesn't work.

it doesnt work for me too and i followed the steps

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-910181407, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVG5QYR7RKG4YH4WE3NNWT3T7YDEPANCNFSM4T2UL5WQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

stevengreg2020 avatar Sep 06 '21 17:09 stevengreg2020

Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste 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") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to #5. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok.

Using Kali and it says: Send this link to the Victim: link= Any suggestions ?

Just run Blackeye link still wont show but that ok wait till everythings started (link still didnt show), 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 we create our own custom site on the blackeye.sh? On Wed, Sep 1, 2021 at 7:13 PM Steam_21_lol @.*> wrote: Resolved the issue. Just go to the terminal type nano blackeye.sh and go to line number 436 and delete the old line and paste link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9a-z].ngrok.io <http://ngrok.io>")link=$(curllink=%24(curl) -s -N http://127.0.0.1:4040/api/tunnels http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z].ngrok.io") . After pasting press ctrl + X then ctrl + Y and press enter . You can also find the link by going to #5 <#5>. Your issue will be solved. If still having the issue download the ngrok . You can find videos on how to install ngrok. Using Kali and it says: Send this link to the Victim: link= Any suggestions ? This above given path is for Kali. Please follow the steps as given and this should resolve your issue. Let me know if this path doesn't work. it doesnt work for me too and i followed the steps — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVG5QYR7RKG4YH4WE3NNWT3T7YDEPANCNFSM4T2UL5WQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

use setoolkit that better for custom cloner

Hix718 avatar Sep 19 '21 14:09 Hix718

[*] Choose an option: 6

[] Starting php server... [] Starting ngrok server... [] Send this link to the Victim: [] Waiting victim open the link ...

look i have done all your giving steps but link was not show

please help us

Just run Blackeye link still wont show but that ok wait till everythings started (link still didnt show), 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

this doesnt work nun of this please help

Just run Blackeye link still wont show but that ok wait till everything started (link still didnt show), 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

https://youtu.be/p8wJkq-Dnjc

Here we all go this is the solution video hope it will help

On Wed, Jun 9, 2021, 4:24 PM Bigo97x @.***> wrote:

Let me know when your video gets published or give me the name of your network.

Le mer. 9 juin 2021 à 14:08, srikoti-cyber @.***> a écrit :

I have solved this link problem in another way and I would be uploading a solution video for it soon on YouTube so stay tuned here

On Wed, Jun 9, 2021, 11:50 AM sahil-dhuri @.***> wrote:

guys first try it on chrome n thn firefox....if thn too its showing alert try on windows operating system.. n thn too if it not wosks maill me back

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857415023, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUI5VKQWRTALKTJF35ESVZ3TR4BZ3ANCNFSM4T2UL5WQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857567024, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUMYABP4AK6UHPRXR3ZFTWLTR44SBANCNFSM4T2UL5WQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857595799, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUI5VKS2WBWOQWOFIGUHUVLTR5B7TANCNFSM4T2UL5WQ .

The video has been removed sir

Bigpablo2 avatar Sep 19 '21 19:09 Bigpablo2

why cant my target open my phishing link sent to him or her... i cloned a site and i sent outside my home network they cant access it says Tunned ngrok link not Found but when i open on my PC it opens i can fully access it on my PC and any other computer connected to same wifi with me can access it only why cant outsider be able to reach the link this is a big problem and its rendering this practice useless.

please any solution..????

On Mon, Sep 20, 2021 at 3:49 AM Bigpablo2 @.***> wrote:

https://youtu.be/p8wJkq-Dnjc

Here we all go this is the solution video hope it will help

On Wed, Jun 9, 2021, 4:24 PM Bigo97x @.***> wrote:

Let me know when your video gets published or give me the name of your network.

Le mer. 9 juin 2021 à 14:08, srikoti-cyber @.***> a écrit :

I have solved this link problem in another way and I would be uploading a solution video for it soon on YouTube so stay tuned here

On Wed, Jun 9, 2021, 11:50 AM sahil-dhuri @.***> wrote:

guys first try it on chrome n thn firefox....if thn too its showing alert try on windows operating system.. n thn too if it not wosks maill me back

— You are receiving this because you commented. Reply to this email directly, view it on GitHub #5 (comment) https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857415023, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUI5VKQWRTALKTJF35ESVZ3TR4BZ3ANCNFSM4T2UL5WQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub #5 (comment) https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857567024, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AUMYABP4AK6UHPRXR3ZFTWLTR44SBANCNFSM4T2UL5WQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub #5 (comment) https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857595799, or unsubscribe

https://github.com/notifications/unsubscribe-auth/AUI5VKS2WBWOQWOFIGUHUVLTR5B7TANCNFSM4T2UL5WQ .

The video has been removed sir

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-922526595, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVG5QYXLEPUUVFDGTJWXKWLUCY5FHANCNFSM4T2UL5WQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

stevengreg2020 avatar Sep 20 '21 07:09 stevengreg2020

why cant my target open my phishing link sent to him or her... i cloned a site and i sent outside my home network they cant access it says Tunned ngrok link not Found but when i open on my PC it opens i can fully access it on my PC and any other computer connected to same wifi with me can access it only why cant outsider be able to reach the link this is a big problem and its rendering this practice useless. please any solution..???? On Mon, Sep 20, 2021 at 3:49 AM Bigpablo2 @.> wrote: https://youtu.be/p8wJkq-Dnjc Here we all go this is the solution video hope it will help On Wed, Jun 9, 2021, 4:24 PM Bigo97x @.> wrote: Let me know when your video gets published or give me the name of your network. Le mer. 9 juin 2021 à 14:08, srikoti-cyber @.> a écrit : I have solved this link problem in another way and I would be uploading a solution video for it soon on YouTube so stay tuned here On Wed, Jun 9, 2021, 11:50 AM sahil-dhuri @.> wrote: guys first try it on chrome n thn firefox....if thn too its showing alert try on windows operating system.. n thn too if it not wosks maill me back — You are receiving this because you commented. Reply to this email directly, view it on GitHub #5 (comment) <#5 (comment)>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUI5VKQWRTALKTJF35ESVZ3TR4BZ3ANCNFSM4T2UL5WQ . — You are receiving this because you commented. Reply to this email directly, view it on GitHub #5 (comment) <#5 (comment)>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUMYABP4AK6UHPRXR3ZFTWLTR44SBANCNFSM4T2UL5WQ . — You are receiving this because you commented. Reply to this email directly, view it on GitHub #5 (comment) <#5 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUI5VKS2WBWOQWOFIGUHUVLTR5B7TANCNFSM4T2UL5WQ . The video has been removed sir — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVG5QYXLEPUUVFDGTJWXKWLUCY5FHANCNFSM4T2UL5WQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

port forward or use zphisher

Hix718 avatar Sep 20 '21 12:09 Hix718

you mean i should use zphisher what is the difference? they both use ngrok i am saying my target cant access the ngrok phishing link sent to him all because we are not on same WiFi network is using port forward or Zphisher the solution.?

On Mon, Sep 20, 2021 at 8:20 PM Hix718 @.***> wrote:

why cant my target open my phishing link sent to him or her... i cloned a site and i sent outside my home network they cant access it says Tunned ngrok link not Found but when i open on my PC it opens i can fully access it on my PC and any other computer connected to same wifi with me can access it only why cant outsider be able to reach the link this is a big problem and its rendering this practice useless. please any solution..???? … <#m_844084271595149477_> On Mon, Sep 20, 2021 at 3:49 AM Bigpablo2 @.> wrote: https://youtu.be/p8wJkq-Dnjc https://youtu.be/p8wJkq-Dnjc Here we all go this is the solution video hope it will help On Wed, Jun 9, 2021, 4:24 PM Bigo97x @.> wrote: Let me know when your video gets published or give me the name of your network. Le mer. 9 juin 2021 à 14:08, srikoti-cyber @.> a écrit : I have solved this link problem in another way and I would be uploading a solution video for it soon on YouTube so stay tuned here On Wed, Jun 9, 2021, 11:50 AM sahil-dhuri @.> wrote: guys first try it on chrome n thn firefox....if thn too its showing alert try on windows operating system.. n thn too if it not wosks maill me back — You are receiving this because you commented. Reply to this email directly, view it on GitHub #5 https://github.com/An0nUD4Y/blackeye/pull/5 (comment) <#5 (comment) https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857415023>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUI5VKQWRTALKTJF35ESVZ3TR4BZ3ANCNFSM4T2UL5WQ . — You are receiving this because you commented. Reply to this email directly, view it on GitHub #5 https://github.com/An0nUD4Y/blackeye/pull/5 (comment) <#5 (comment) https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857567024>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUMYABP4AK6UHPRXR3ZFTWLTR44SBANCNFSM4T2UL5WQ . — You are receiving this because you commented. Reply to this email directly, view it on GitHub #5 https://github.com/An0nUD4Y/blackeye/pull/5 (comment) <#5 (comment) https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-857595799>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUI5VKS2WBWOQWOFIGUHUVLTR5B7TANCNFSM4T2UL5WQ . The video has been removed sir — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#5 (comment) https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-922526595>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVG5QYXLEPUUVFDGTJWXKWLUCY5FHANCNFSM4T2UL5WQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

port forward or use zphisher

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/An0nUD4Y/blackeye/pull/5#issuecomment-922877869, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVG5QYS2WQIIEHVGWATDWFTUC4RIFANCNFSM4T2UL5WQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

stevengreg2020 avatar Sep 21 '21 08:09 stevengreg2020