Skip to content

A python script to help process the output from xsscrapy and remove duplicate vulnerabilities

License

Notifications You must be signed in to change notification settings

ddworken/xsscrapyProcess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xsscrapyProcess

A python script to help process the output from xsscrapy and remove duplicate vulnerabilities

usage: xsscrapyProcess.py fileName
                          [--removeURLs REMOVEURLS]
                          [--onlyURLs ONLYURLS]
                          [--removeDuplicateInjections]
                          [--removeUserAgentVulns]
                          [--output OUTPUT]
                          [--quiet]

###Examples:

Read input from xsscrapy-vulns.txt and remove all URLs containing example.com/blog/

python xsscrapyProcess.py xsscrapy-vulns.txt --removeURLs example.com/blog/

========== Read input from xsscrapy-vulns.txt and remove all URLs that don't contain example.com/blog/

python xsscrapyProcess.py xsscrapy-vulns.txt --onlyURLs example.com/blog/

========== Read input from xsscrapy-vulns.txt and remove vulnerabilities with duplicate injection points.

python xsscrapyProcess.py xsscrapy-vulns.txt --removeDuplicateInjections

========== Read input from xsscrapy-vulns.txt and remove user agent based vulnerabilities..

python xsscrapyProcess.py xsscrapy-vulns.txt --removeUserAgentVulns

About

A python script to help process the output from xsscrapy and remove duplicate vulnerabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages