fsociety: XSStrike : ImportError: No module named mechanize
Checkboxes
- Updated fsociety
- Issue does not already exist
- fsociety issue not a tool issue
Installed XSStrike and get this error at the execution
Traceback (most recent call last):
File "/var/www/Infosec/fsociety/tools/XSStrike/xsstrike", line 5, in <module>
import mechanize # To make request to webpages
ImportError: No module named mechanize
Click [Return] to continue
Completed, click return to go back
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (1 by maintainers)
Just do “pip3 install prettytable && pip3 install mechanize && pip3 fuzzywuzzy”, also do “sudo apt-get install python-levenshtein”, if not Ubuntu just do " Pip3 install python-levenshtein", that should do the same thing.
@UltimateHackers Getting the exact same issue using your tool from the official repo even with a different URL.
It does not detect firefox :
/usr/bin/xdg-open: 778: /usr/bin/xdg-open: mozilla: not foundClosing as it’s an issue with XSStrike.
@UltimateHackers lol so I’m one of he devs, it’s directly pulls from your GitHub