blackeye icon indicating copy to clipboard operation
blackeye copied to clipboard

Update blackeye.sh

Open Mrva1 opened this issue 3 years ago • 16 comments

Mrva1 avatar Nov 29 '20 20:11 Mrva1

Issue I have, For some reason whenever I try to use the blackeye tool it just will use different characters

Hard to explain let me show you

https://user-images.githubusercontent.com/67207814/102809728-cef7e100-43c2-11eb-8be9-2bb03b9fe324.mp4

MistoWebDev avatar Dec 21 '20 18:12 MistoWebDev

the ngrok link didn't come out (not show) (no link)

AHMAD-AIMAN avatar Jan 14 '21 12:01 AHMAD-AIMAN

it also happening to me

BlackstormCoder avatar Jan 31 '21 06:01 BlackstormCoder

No link

Mintman242 avatar Feb 28 '21 19:02 Mintman242

NO victim link

Capacityname1 avatar Mar 05 '21 22:03 Capacityname1

no link :(

lizardjuice8543 avatar Mar 07 '21 18:03 lizardjuice8543

victim link is empty pleas fix

myrajurek avatar Mar 11 '21 00:03 myrajurek

Victim link is not generating please fix it bro!

REXILE369 avatar Mar 12 '21 16:03 REXILE369

hei guys you need to update the line 436 in blackeye.sh (see #5 "Fixed public link retrival") work for me

trua88 avatar Mar 14 '21 13:03 trua88

Hey bro how can I update that .sh file I'm new to the GitHub. Can you tell me the whole procedure.

On Sun, 14 Mar, 2021, 6:45 PM trua88, @.***> wrote:

hei guys you need to update the line 436 in blackeye.sh (see #5 https://github.com/An0nUD4Y/blackeye/pull/5 "Fixed public link retrival") work for me

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

REXILE369 avatar Mar 17 '21 03:03 REXILE369

Hey bro how can I update that .sh file I'm new to the GitHub. Can you tell me the whole procedure. On Sun, 14 Mar, 2021, 6:45 PM trua88, @.***> wrote: hei guys you need to update the line 436 in blackeye.sh (see #5 <#5> "Fixed public link retrival") work for me — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQUDGZQWFEQNU4KMHTWDQCDTDSZF5ANCNFSM4UGXWR5A .

i solved the problem by opening the blackeye.sh file with visual studio code (nano it's fine too) go to the line 436 and put: #link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9a-z].ngrok.io") to comment the line and add this: link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z].ngrok.io") save the file, add chmod +x blackeye.sh (if is necessary) and ./blackeye.sh I hope to be proved helpful

trua88 avatar Mar 17 '21 09:03 trua88

Thank you for the update . . . One last thing I need to ask if you don't mind. How can I use this method in android terminal(termux). Guide me with that. That would be very helpful for me.

On Wed, 17 Mar, 2021, 3:13 PM trua88, @.***> wrote:

Hey bro how can I update that .sh file I'm new to the GitHub. Can you tell me the whole procedure. … <#m_-2243923213547894946_> On Sun, 14 Mar, 2021, 6:45 PM trua88, @.***> wrote: hei guys you need to update the line 436 in blackeye.sh (see #5 https://github.com/An0nUD4Y/blackeye/pull/5 <#5 https://github.com/An0nUD4Y/blackeye/pull/5> "Fixed public link retrival") work for me — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#6 (comment) https://github.com/An0nUD4Y/blackeye/pull/6#issuecomment-798904826>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQUDGZQWFEQNU4KMHTWDQCDTDSZF5ANCNFSM4UGXWR5A .

i solved the problem by opening the blackeye.sh file with visual studio code (nano it's fine too) go to the line 436 and put: #link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https:// [0-9a-z]

.ngrok.io http://ngrok.io") to comment the line and add this: 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 ") save the file, add chmod +x blackeye.sh (if is necessary) and ./blackeye.sh I hope to be proved helpful

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

REXILE369 avatar Mar 17 '21 11:03 REXILE369

Hey bro how can I update that .sh file I'm new to the GitHub. Can you tell me the whole procedure. On Sun, 14 Mar, 2021, 6:45 PM trua88, @.***> wrote: hei guys you need to update the line 436 in blackeye.sh (see #5 <#5> "Fixed public link retrival") work for me — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQUDGZQWFEQNU4KMHTWDQCDTDSZF5ANCNFSM4UGXWR5A .

i solved the problem by opening the blackeye.sh file with visual studio code (nano it's fine too) go to the line 436 and put: #link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9a-z].ngrok.io") to comment the line and add this: link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z].ngrok.io") save the file, add chmod +x blackeye.sh (if is necessary) and ./blackeye.sh I hope to be proved helpful

Hi, fix still not working. Could you explain what "add chmod +x blackeye.sh (if is necessary) and ./blackeye.sh" means? Thank you.

sefani avatar Mar 18 '21 02:03 sefani

Hey bro how can I update that .sh file I'm new to the GitHub. Can you tell me the whole procedure. On Sun, 14 Mar, 2021, 6:45 PM trua88, @.***> wrote: hei guys you need to update the line 436 in blackeye.sh (see #5 <#5> "Fixed public link retrival") work for me — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQUDGZQWFEQNU4KMHTWDQCDTDSZF5ANCNFSM4UGXWR5A .

i solved the problem by opening the blackeye.sh file with visual studio code (nano it's fine too) go to the line 436 and put: #link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9a-z].ngrok.io") to comment the line and add this: link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z].ngrok.io") save the file, add chmod +x blackeye.sh (if is necessary) and ./blackeye.sh I hope to be proved helpful

Hi, fix still not working. Could you explain what "add chmod +x blackeye.sh (if is necessary) and ./blackeye.sh" means? Thank you.

Not working, how? chmod +x is a linux command, necessary to do if your user isn't able to execute the file. it has absolutely nothing to do with whether the link comes out or not.

trua88 avatar Mar 18 '21 13:03 trua88

Thank you for the update . . . One last thing I need to ask if you don't mind. How can I use this method in android terminal(termux). Guide me with that. That would be very helpful for me. On Wed, 17 Mar, 2021, 3:13 PM trua88, @.> wrote: Hey bro how can I update that .sh file I'm new to the GitHub. Can you tell me the whole procedure. … <#m_-2243923213547894946_> On Sun, 14 Mar, 2021, 6:45 PM trua88, @.> wrote: hei guys you need to update the line 436 in blackeye.sh (see #5 <#5> <#5 <#5>> "Fixed public link retrival") work for me — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#6 (comment) <#6 (comment)>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQUDGZQWFEQNU4KMHTWDQCDTDSZF5ANCNFSM4UGXWR5A . i solved the problem by opening the blackeye.sh file with visual studio code (nano it's fine too) go to the line 436 and put: #link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https:// [0-9a-z] .ngrok.io http://ngrok.io") to comment the line and add this: 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 ") save the file, add chmod +x blackeye.sh (if is necessary) and ./blackeye.sh I hope to be proved helpful — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQUDGZWWFNUJK7MISTTZAYTTEB2TPANCNFSM4UGXWR5A .

hi REXILE369 i don't know termux, but i would do the change on your pc and after replace the file on android terminal (i did so, change the file on my mac with visual studio code and after replace the old one on my kali VM)

trua88 avatar Mar 18 '21 13:03 trua88

Hey bro how can I update that .sh file I'm new to the GitHub. Can you tell me the whole procedure. On Sun, 14 Mar, 2021, 6:45 PM trua88, @.***> wrote: hei guys you need to update the line 436 in blackeye.sh (see #5 <#5> "Fixed public link retrival") work for me — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQUDGZQWFEQNU4KMHTWDQCDTDSZF5ANCNFSM4UGXWR5A .

i solved the problem by opening the blackeye.sh file with visual studio code (nano it's fine too) go to the line 436 and put: #link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9a-z].ngrok.io") to comment the line and add this: link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[0-9a-z].ngrok.io") save the file, add chmod +x blackeye.sh (if is necessary) and ./blackeye.sh I hope to be proved helpful

THANKS BRO, its WORK to me. GOD BLESS YOU

alan027 avatar Mar 28 '21 19:03 alan027