| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | 
							- ============================================
 
- Introduction:
 
- ============================================
 
- Cross Site "Scripter" is an automatic -framework- to detect, exploit and report XSS vulnerabilities in web-based applications.
 
- ================================================================
 
- Current Version:
 
- ==============================
 
- XSSer v1.8[1]: "The Hive!" (2010/2019) // [https://xsser.03c8.net]
 
- ================================================================
 
- + INSTALL: AUTO
 
- ==================
 
-   sudo python setup.py install
 
- ================================================================
 
- + INSTALL: MANUAL
 
- ===================
 
- XSSer runs on many platforms. It requires Python and the following libraries:
 
-     - python-pycurl - Python bindings to libcurl
 
-     - python-xmlbuilder - create xml/(x)html files - Python 2.x
 
-     - python-beautifulsoup - error-tolerant HTML parser for Python
 
-     - python-geoip - Python bindings for the GeoIP IP-to-country resolver library
 
- On Debian-based systems (ex: Ubuntu), run: 
 
-     sudo apt-get install python-pycurl python-xmlbuilder python-beautifulsoup python-geoip
 
- On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:
 
-     pip install geoip 
 
- ####  Source libs:
 
-        * Python: https://www.python.org/downloads/
 
-        * PyCurl: http://pycurl.sourceforge.net/
 
-        * PyBeautifulSoup: https://pypi.python.org/pypi/BeautifulSoup
 
-        * PyGeoIP: https://pypi.python.org/pypi/GeoIP
 
- ================================================================
 
 
  |