epsylon / xsser

Cross Site "Scripter" (aka XSSer) is an automatic -framework- to detect, exploit and report XSS vulnerabilities in web-based applications.
https://xsser.03c8.net
1.21k stars 240 forks source link

XSSer.py: error: no such option: --no-head #41

Closed toptuto closed 5 years ago

toptuto commented 5 years ago

When I used xsser --gtk , then I ran fly , map tab showed nothing , in cmd it said" XSSer.py: error: no such option: --no-head " What should I suppose to do ? Thanks

epsylon commented 5 years ago

Hi @toptuto Which version of XSSer are you using for your tests? Cheers

toptuto commented 5 years ago

My version is XSSer v1.8[1]: "The Hive!" , I just downloaded from github

epsylon commented 5 years ago

Roger!. Let me check it, because some related changes were done to --no-head feature on latest update.

epsylon commented 5 years ago

Ok. I have found it! This error is happening when you click at "No-Head" GTK button at Checker(s) tab. I will commit a patch soon. Many thanks for your report..

epsylon commented 5 years ago

https://github.com/epsylon/xsser/commit/f717288a62c2cb7dbf67f3122a9535f9d435627b

epsylon commented 5 years ago

About Geomapping: 1) Check that you have a folder named: .xsser at your ~/home/user with geomapping databases: GeoLiteCity.dat 2) If you have this warning error at shell and you want to avoid it: Invalid database type GeoIP Country Edition, expected GeoIP City Edition, Rev 1 related: https://github.com/syslog-ng/syslog-ng/issues/1446 Try to install next libraries: libmaxminddb0, python-maxminddb ex: sudo apt-get install libmaxminddb0 python-maxminddb

toptuto commented 5 years ago

thanks for your support! But now when I reinstall the xsser, it appear the problem : File "/usr/local/lib/python2.7/dist-packages/xsser-1.8-py2.7.egg/core/crawler.py", line 33, in from BeautifulSoup import BeautifulSoup ImportError: No module named BeautifulSoup How can I fix this , thanks

toptuto commented 5 years ago

I have installed bs4 already

epsylon commented 5 years ago

Not a good idea to continue threads with different issues. Btw, try to read this first: https://stackoverflow.com/questions/5663980/importerror-no-module-named-beautifulsoup And after that, if you still have your problem, open a new ticket with your question and share link here for future readers. Thanks.

epsylon commented 5 years ago

bs4 importing error related ticket: https://github.com/epsylon/xsser/issues/42