EyeWitness icon indicating copy to clipboard operation
EyeWitness copied to clipboard

Process unexpectedly closed with status 1

Open MuhammadTashdidNayeem opened this issue 1 year ago • 12 comments

OS Used - ALL Information (architecture, linux flavor, etc.)

Kali Linux, Local Machine

image

I tried several times, I reinstalled 3 times eyewitness. I also reinstalled python. But the same issue is appearing. Please help.

MuhammadTashdidNayeem avatar Dec 23 '24 10:12 MuhammadTashdidNayeem

Same issue i have also face

crueler12 avatar Dec 25 '24 07:12 crueler12

Same issue i have also face

How to get recovery from this?

MuhammadTashdidNayeem avatar Dec 25 '24 16:12 MuhammadTashdidNayeem

Does the install work correctly? There is a bug with the current Kali installer that means it doesn't install Selenium correctly. If the install doesn't work right then the app won't work right either.

On Wed, 25 Dec 2024, 16:06 MuhammadTashdidNayeem, @.***> wrote:

Same issue i have also face

How to get recovery from this?

— Reply to this email directly, view it on GitHub https://github.com/RedSiege/EyeWitness/issues/696#issuecomment-2561939411, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWP6FWGKS6SUVOPP47T2HLJZ3AVCNFSM6AAAAABUC23OFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRRHEZTSNBRGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

digininja avatar Dec 25 '24 16:12 digininja

I reinstalled selenium, 2-3 times, same condition,

MuhammadTashdidNayeem avatar Dec 25 '24 16:12 MuhammadTashdidNayeem

How did you install it? You have to have the specific version the rest of the app is expecting.

On Wed, 25 Dec 2024, 16:23 MuhammadTashdidNayeem, @.***> wrote:

I reinstalled selenium, 2-3 times, same condition,

— Reply to this email directly, view it on GitHub https://github.com/RedSiege/EyeWitness/issues/696#issuecomment-2561943631, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWJN44NFZXMBE2BDKT32HLLX7AVCNFSM6AAAAABUC23OFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRRHE2DGNRTGE . You are receiving this because you commented.Message ID: @.***>

digininja avatar Dec 25 '24 16:12 digininja

image I am currently using this version,

4.31.1

MuhammadTashdidNayeem avatar Dec 25 '24 16:12 MuhammadTashdidNayeem

Look in the setup script to see what version that is expecting.

On Wed, 25 Dec 2024, 16:44 MuhammadTashdidNayeem, @.***> wrote:

image.png (view on web) https://github.com/user-attachments/assets/8be76b22-8802-4fb9-9ccb-633aa17a06fa I am currently using this version,

4.31.1

— Reply to this email directly, view it on GitHub https://github.com/RedSiege/EyeWitness/issues/696#issuecomment-2561948627, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWPQG4DGEUL5XLDRNAT2HLOHJAVCNFSM6AAAAABUC23OFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRRHE2DQNRSG4 . You are receiving this because you commented.Message ID: @.***>

digininja avatar Dec 25 '24 16:12 digininja

same on Linux Mint... Selenium, chromedriver, geckodriver - updates and works.

krlabs avatar Dec 26 '24 14:12 krlabs

There's your problem. Look in the setup script, it expects 4.9.1.

Install the right version and see if that works.

If you want to know how to do this using a virtual environment, look for one of my open tickets, I describe how to do it in there.

On Wed, 25 Dec 2024, 16:44 MuhammadTashdidNayeem, @.***> wrote:

image.png (view on web) https://github.com/user-attachments/assets/8be76b22-8802-4fb9-9ccb-633aa17a06fa I am currently using this version,

4.31.1

— Reply to this email directly, view it on GitHub https://github.com/RedSiege/EyeWitness/issues/696#issuecomment-2561948627, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWPQG4DGEUL5XLDRNAT2HLOHJAVCNFSM6AAAAABUC23OFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRRHE2DQNRSG4 . You are receiving this because you commented.Message ID: @.***>

digininja avatar Dec 26 '24 15:12 digininja

Probably need some digging to see what is incompat in 4.31.1 (>4.9.1)

https://github.com/RedSiege/EyeWitness/blob/8a2152657b52e0c4c5ce7d89c7a4c050a6e93ddc/Python/setup/requirements.txt#L2

Relkci avatar Feb 13 '25 07:02 Relkci

Same issue but with selenium==4.9.1

stuxve avatar Mar 04 '25 11:03 stuxve

I was able to fix it by clearing the "XAUTHORITY" environment variable:

export XAUTHORITY=
./Eyewitness --single http://example.com --web

or in one go: export XAUTHORITY= && ./Eyewitness --single http://example.com --web

tijldeneut avatar Jun 17 '25 16:06 tijldeneut

Selenium has been replaced as of commit 6634ff2234794283a3a091c719f7f156dfe67609. I'm closing for now. Let us know if this is an issue and we can reopen.

nidem avatar Oct 22 '25 15:10 nidem