XSStrike : ImportError: No module named mechanize
See original GitHub issueCheckboxes
- 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
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (1 by maintainers)
Top Results From Across the Web
ImportError: No module named mechanize - Stack Overflow
ImportError : No module named mechanize · 1. check where it installed the package, then if this path is in the PYTHONPATH environment...
Read more >installation of mechanize in python2 - Unix Stack Exchange
When I run the program by python2 I get an error ImportError: No module named mechanize . I have mechanize installed in Python3....
Read more >[wwwsearch-general] ImportError: No module named mechanize
On Sun, 25 Oct 2009, Roy Hinkelman wrote: > I'm a newby to Python and mechanize. > > Traceback (most recent call last):...
Read more >I need help in python it said no module name mechanize
ImportError :No module named mechanize. Thats what it said in my ... No code and no answer about if you installed the mechanize...
Read more >fsociety - bytemeta
Error Exception · CMSMap : File cmsmap.py · XSStrike : ImportError: No module named mechanize · command problem · Private Web Hacking/Get all...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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.