============================================
Introduction:
============================================

Cross Site "Scripter" is an automatic -framework- to detect, exploit and report XSS vulnerabilities in web-based applications.

================================================================
Current Version:
==============================

XSSer v1.9: "Bl4ck Swarm!" (2010/2026) // [https://xsser.03c8.net]

================================================================
+ INSTALL: AUTO
==================

  sudo python setup.py install (or sudo python3 setup.py install)

================================================================
+ INSTALL: MANUAL
===================

XSSer runs on many platforms. It requires Python (3.x) and the following libraries:

    - python3-pycurl - Python bindings to libcurl (Python 3)
    - python3-bs4 - error-tolerant HTML parser for Python 3
    - python3-geoip - Python3 bindings for the GeoIP IP-to-country resolver library
    - python3-gi - Python 3 bindings for gobject-introspection libraries
    - python3-selenium - Python3 bindings for Selenium
    - firefoxdriver - Firefox WebDriver support
    - ddgs - DuckDuckGo search library (used by the 'dorking' engine)
    - fpdf2 - PDF generation library (used by the '--pdf' report exporter)

On Debian-based systems (ex: Ubuntu), run:

    sudo apt-get install python3-pycurl python3-bs4 python3-geoip python3-gi python3-selenium firefoxdriver python3-fpdf2

On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:

    sudo pip3 install pycurl bs4 pygeoip PyGObject selenium ddgs fpdf2

####  Source libs:

       * Python: https://www.python.org/downloads/
       * PyCurl: http://pycurl.sourceforge.net/
       * PyBeautifulSoup4: https://pypi.org/project/beautifulsoup4/
       * PyGeoIP: https://pypi.org/project/pygeoip/
       * PyGObject: https://pypi.org/project/gobject/
       * PySelenium: https://pypi.org/project/selenium/
       * ddgs: https://pypi.org/project/ddgs/
       * fpdf2: https://pypi.org/project/fpdf2/

================================================================

