pocsuite3

Remote vulnerability testing and exploit framework for security research

brewmacoslinux
Try with needOr install directly
Source

About

Open-sourced remote vulnerability testing framework

Commands

pocsuite3

Examples

test a website for known vulnerabilities$ pocsuite3 -u http://target.com --plugins pocsuite3.plugins.httpserver
run a specific exploit against a target$ pocsuite3 -u http://target.com -m http://localhost:8000/poc.py
scan multiple targets from a file$ pocsuite3 -f targets.txt --search keyword
test for sql injection vulnerabilities$ pocsuite3 -u http://target.com/page?id=1 --dork 'inurl:id=' -v 3
generate exploit report after vulnerability scan$ pocsuite3 -u http://target.com -m poc.py --output report.html