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.17k stars 238 forks source link

add Requirements #18

Closed odinn1984 closed 7 years ago

epsylon commented 7 years ago

@odinn1984 version is needed on requirements file...

Libs for XSSer are:

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

So, requirements.txt is like:

python-xmlbuilder==1.0-1 beautifulsoup==3.2.1-1 pycurl==7.19.5.1 GeoIP==1.3.2 pygeoip==0.3.2

Btw, this file is included on latest XSSer code (1.7.1):

https://github.com/epsylon/xsser-public/blob/master/xsser-public/doc/requirements.txt

What's your point for this pull request??

odinn1984 commented 7 years ago

@epsylon got it, usually the requirements file is in the root directory that's why i didn't find it :) thanks.