Hiddeneye-legacy: Please verify your internet connection.

Created on 8 Sep 2020  Â·  34Comments  Â·  Source: DarkSecDevelopers/HiddenEye-Legacy

I am using the latest version of hidden eye. I have met every requirements. But still I am getting this error please verify your internet connection. I tried using several vpn but it is not working. I am using termunx apk on android 10 with patch of August.
Screenshot_20200908-194700

duplicate

Most helpful comment

goto: Defs/ActionManaager/simple_informant.py , change line to:
def verify_connection(host='https://google.com'): # Connection check

All 34 comments

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.80. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

I requested a file change to change and remove the error

goto: Defs/ActionManaager/simple_informant.py , change line to:
def verify_connection(host='https://google.com'): # Connection check

I'm using setoolkit and the following error came up "[*] Error. Unable to clone this specific site. Check your internet connection."
Can someone help me??Screenshot_20200910-032113.png

I have this problem too buddy

Can you describe that procces in more details like how to go actually change the data like how to find the file. Because I can't find the specific path in file manger.

This Error is being caused as the script they have written to check for internet access is actually sending a get request to there official website which is now down... so to fix this error as @tejaswankalluri82522 said, cd into Defs/ActionManaager/ directory and edit the simple_informant.py kid lines to

def verify_connection(host='https://google.com'):

Can you describe that procces in more details like how to go actually change the data like how to find the file. Because I can't find the specific path in file manger.
watch this video : https://www.youtube.com/watch?v=ZTfOSjaTRSM&feature=youtu.be

Well i found a fix for this.

cd HiddenEye/Defs/ActionManager

sed -i 's/dark-sec-official.com/google.com/g' simple_informant.py

The problem is, defined is connection with his website, his website is down.
You just replace his website with google and then it's fixed +1

Line 246:
def verify_connection(host='https://google.com'):

Screenshot_20200910-123726.png
How to resolve, help me pleaseeeee

Screenshot_20200910-123726.png
How to resolve, help me pleaseeee

sudo pip3 install requests

Screenshot_20200910-123726.png
How to resolve, help me pleaseeee

sudo pip3 install requests

Screenshot_20200910-132935.png

:(

Ok I done what you asked me to do here look

Screenshot_20200910-220430

But I am still having the same issue here please fix this.....

Screenshot_20200910-220526

@Lucifer472 Edit the file with vim, just change the Line 246 to:

def verify_connection(host='https://google.com'):

This will fix the issue
if you dont know how to use vim, then ¯_(ツ)_/¯

@Lucifer472 Edit the file with vim, just change the Line 246 to:

def verify_connection(host='https://google.com'):

This will fix the issue
if you dont know how to use vim, then ¯_(ツ)_/¯

Screenshot_20200910-132935.pnghow to resolve bro?

I think you messed up something, wait i will fork this repo and edit and give the link in 2 minutes :)

Okay now clone this repo - https://github.com/Samurai9954/HiddenEye.git
after doing it try again :D

I think you messed up something, wait i will fork this repo and edit and give the link in 2 minutes :)

Ok

Okay now clone this repo - https://github.com/Samurai9954/HiddenEye.git
after doing it try again :D

Ok ok

If getting any new errors, ask here :D i have experience in python and tunneling through ngrok and serveo so i will be here :)

If getting any new errors, ask here :D i have experience in python and tunneling through ngrok and serveo so i will be here :)

Screenshot_20200910-135814.png

Ok, delete the already there hiddeneye with the command

rm -r HiddenEye

then try to clone it

Ok, delete the already there hiddeneye with the command

rm -r HiddenEye

then try to clone it

I'm cloning, as soon as I finish I'll be back here

you done yet? its been 7 minutes XD

you done yet? its been 7 minutes XD

Screenshot_20200910-141647.png
Thank you bro, I love u haha

you done yet? its been 7 minutes XD

Screenshot_20200910-143237.png

When I try to connect for the second time this appears:
IMG-20200910-WA0020.jpg

Screenshot_20200910-144035.png

This problem happens when I try to use the "serveo"

I also had these issues too, to fix them don't do them straight from hiddeneye, choose localhost in hiddeneye, then do start ngrok or serveo in another terminal i repeat not straight from the hiddeneye program... i did the same thing :D

I also had these issues too, to fix them don't do them straight from hiddeneye, choose localhost in hiddeneye, then do start ngrok or serveo in another terminal i repeat not straight from the hiddeneye program... i did the same thing :D

but localhost does not open on external connections

thats what i said, do it on localhost and then start ngrok or serveo externally through a different terminal in termux

thats what i said, do it on localhost and then start ngrok or serveo externally through a different terminal in termux

as soon as you said i tried and got it, thanks so much for your patience.

thats what i said, do it on localhost and then start ngrok or serveo externally through a different terminal in termux

My serveo Screenshot_20200911-033115.pngdoesn't work

dude, when starting the hiddeneye on localhost select the port 8080 and then try to run that command again, if doesn't work start it on port 30 then try

Duplicate of #773 , closing here

Was this page helpful?
0 / 5 - 0 ratings

Related issues

torp3do picture torp3do  Â·  4Comments

Micrafast picture Micrafast  Â·  7Comments

An0nUD4Y picture An0nUD4Y  Â·  6Comments

KaleyLenux picture KaleyLenux  Â·  3Comments

jigsaw678 picture jigsaw678  Â·  3Comments