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

Update crawler.py #46

Closed DanielBaumert closed 5 years ago

DanielBaumert commented 5 years ago

Ubuntu 19.10 setup to install

epsylon commented 5 years ago

Hi @facebamm Firstly, many thanks for your contribution. ;-) Your pull request is directly related with this other issues: https://github.com/epsylon/xsser/issues?utf8=%E2%9C%93&q=Soup So, please, check also this other thread: https://stackoverflow.com/questions/18831380/how-can-i-from-bs4-import-beautifulsoup Looks that the issue is more related on how python libraries are deployed at a system installation than to the code written for importing them. Actually, this line of code used for importing https://github.com/epsylon/xsser/blob/master/core/crawler.py#L33 is working both, as it is right now, and as you have been changed on your patch. So probably, it is more interesting to update only "setup.py" and "README", with new libraries name/paths, and keep 'crawler.py' as it is. What do you think about it?