RedSiege / EyeWitness

EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
https://www.christophertruncer.com/eyewitness-usage-guide/
GNU General Public License v3.0
5.02k stars 851 forks source link

Message: Failed to read marionette port #585

Closed aravindb26 closed 2 years ago

aravindb26 commented 2 years ago

python3 ./EyeWitness.py -f urls.txt --web

unkown
digininja commented 2 years ago

I've just had the same issue.

I'm running the latest GitHub main branch.

Successfully ran the setup script after the pull.

$ ./EyeWitness.py --single https://ip.digi.ninja

################################################################################
#                                  EyeWitness                                  #
################################################################################
#           FortyNorth Security - https://www.fortynorthsecurity.com           #
################################################################################

Attempting to screenshot https://ip.digi.ninja
Message: Failed to read marionette port
aravindb26 commented 2 years ago

I ran this on my VPS, have u used the VPS? @digininja

digininja commented 2 years ago

What do you mean? I've not used your VPS no.

aravindb26 commented 2 years ago

@digininja I mean u got the same error while running it on ur VPS?

digininja commented 2 years ago

No, I got the error running it on desktop

On Thu, 20 Oct 2022, 15:00 B Aravind, @.***> wrote:

@digininja https://github.com/digininja I mean u got the same error while running it on ur VPS?

— Reply to this email directly, view it on GitHub https://github.com/FortyNorthSecurity/EyeWitness/issues/585#issuecomment-1285598201, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWJPTXQT6DJVPX2PFI3WEFGBJANCNFSM6AAAAAARFH577U . You are receiving this because you were mentioned.Message ID: @.***>

aravindb26 commented 2 years ago

No, I got the error running it on desktop On Thu, 20 Oct 2022, 15:00 B Aravind, @.> wrote: @digininja https://github.com/digininja I mean u got the same error while running it on ur VPS? — Reply to this email directly, view it on GitHub <#585 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWJPTXQT6DJVPX2PFI3WEFGBJANCNFSM6AAAAAARFH577U . You are receiving this because you were mentioned.Message ID: @.>

Okk, I understood that it's not running on VPS , because it's running well when I have tried on my desktop too

ChrisTruncer commented 2 years ago

the only time this really happens is when the geckodriver put out by mozilla gets updated, I'll check that out

aravindb26 commented 2 years ago

the only time this really happens is when the geckodriver put out by mozilla gets updated, I'll check that out

Will u update if u find solution?

digininja commented 2 years ago

It is nothing to do with the type of computer it is running on, it is to do with software and different things not interacting correctly with each other. If you re-run the setup script on the machine that is working it will probably stop working in the same way.

aravindb26 commented 2 years ago

It is nothing to do with the type of computer it is running on, it is to do with software and different things not interacting correctly with each other. If you re-run the setup script on the machine that is working it will probably stop working in the same way.

Oh okk understood, I will try to resolve it

digininja commented 2 years ago

Leave it to Chris and his team unless you have a good understanding of how geckodriver works and interacts with the rest of the system.

On Thu, 20 Oct 2022, 18:38 B Aravind, @.***> wrote:

It is nothing to do with the type of computer it is running on, it is to do with software and different things not interacting correctly with each other. If you re-run the setup script on the machine that is working it will probably stop working in the same way.

Oh okk understood, I will try to resolve it

— Reply to this email directly, view it on GitHub https://github.com/FortyNorthSecurity/EyeWitness/issues/585#issuecomment-1285917409, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWKF2K4SI3KCNNLVX63WEF7Q3ANCNFSM6AAAAAARFH577U . You are receiving this because you were mentioned.Message ID: @.***>

ChrisTruncer commented 2 years ago

looks like mozilla did update their geckodriver, setup script now has been updated to download the latest version

digininja commented 2 years ago

I'll give it a try in the morning.

On Thu, 20 Oct 2022, 21:20 ChrisTruncer, @.***> wrote:

Closed #585 https://github.com/FortyNorthSecurity/EyeWitness/issues/585 as completed.

— Reply to this email directly, view it on GitHub https://github.com/FortyNorthSecurity/EyeWitness/issues/585#event-7634668585, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWN2CF2VT2ZBYKVGVFTWEGSPLANCNFSM6AAAAAARFH577U . You are receiving this because you were mentioned.Message ID: @.*** com>

digininja commented 2 years ago

Sorry, fix failed!

I've just pulled the latest and watched it grab geckodriver-v0.32.0-linux64.tar.gz but I'm still getting the marionette error.

aravindb26 commented 2 years ago

yeah @ChrisTruncer it's still showing the error.

image
digininja commented 2 years ago

Still broke with a pull of the latest.

tillmana7 commented 2 years ago

I am still seeing this error after a fresh install/setup completed today. What was the resolution? What am I missing?