INSTALL 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ============================================
  2. XSSer - Cross Site Scripter - 2011/2018
  3. ============================================
  4. Cross Site "Scripter" is an automatic -framework- to detect, exploit and report XSS vulnerabilities in web-based applications.
  5. ===================
  6. How-to INSTALL:
  7. ===================
  8. XSSer runs on many platforms. It requires Python and the following libraries:
  9. - python-pycurl - Python bindings to libcurl
  10. - python-xmlbuilder - create xml/(x)html files - Python 2.x
  11. - python-beautifulsoup - error-tolerant HTML parser for Python
  12. - python-geoip - Python bindings for the GeoIP IP-to-country resolver library
  13. On Debian-based systems (ex: Ubuntu), run:
  14. sudo apt-get install python-pycurl python-xmlbuilder python-beautifulsoup python-geoip
  15. On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:
  16. pip install geoip
  17. #### Source libs:
  18. * Python: https://www.python.org/downloads/
  19. * PyCurl: http://pycurl.sourceforge.net/
  20. * PyBeautifulSoup: https://pypi.python.org/pypi/BeautifulSoup
  21. * PyGeoIP: https://pypi.python.org/pypi/GeoIP
  22. =========
  23. Please report any problems you encounter using/installing XSSer to the xsser-users mailing-list:
  24. - xsser-users@lists.sourceforge.net
  25. Or write directly to:
  26. - epsylon@riseup.net
  27. Website:
  28. - https://xsser.03c8.net
  29. =========