You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
When running legion 0.4.3 in kali, screenshot taking fails with an error about selenium driver.
Apparently, check if application is running in kali (module kali() in auxiliary.py) has a mistake.
str(platform.uname().release) returns only kali version string ('6.8.11-amd64' on my machine)
str(platform.uname().node) should be used instead.