NullArray / DorkNet

Selenium powered Python script to automate searching for vulnerable web apps.
GNU General Public License v3.0
337 stars 103 forks source link

Error #4

Closed mr01100100 closed 6 years ago

mr01100100 commented 6 years ago

when i use python dorknet.py the result is

Traceback (most recent call last): File "dorknet.py", line 7, in from selenium import webdriver ImportError: No module named selenium

NullArray commented 6 years ago

Have you tried installing Selenium? sudo -H pip install selenium should do the trick.

NullArray commented 6 years ago

Since you haven't responded in a while i will go ahead and assume the issue has been resolved. If you're still encountering problems, please feel free to open another support ticket.