Process unexpectedly closed with status 1
OS Used - ALL Information (architecture, linux flavor, etc.)
Kali Linux, Local Machine
I tried several times, I reinstalled 3 times eyewitness. I also reinstalled python. But the same issue is appearing. Please help.
Same issue i have also face
Same issue i have also face
How to get recovery from this?
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: @.***>
I reinstalled selenium, 2-3 times, same condition,
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: @.***>
I am currently using this version,
4.31.1
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: @.***>
same on Linux Mint... Selenium, chromedriver, geckodriver - updates and works.
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: @.***>
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
Same issue but with selenium==4.9.1
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
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.