question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

XSStrike : ImportError: No module named mechanize

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
CRO-THEHACKERcommented, Oct 5, 2018

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.

1reaction
sundowndevcommented, Mar 30, 2018

@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 found

Closing as it’s an issue with XSStrike.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found