pocsploit is a lightweight, flexible and novel open source poc verification framework.
Encountered code/poc issues, please Submit issue
cve | cnnvd | others |
---|---|---|
345 | 7 | 102 |
pip3 install -r requirements.txt
poc to verify single website
python3 pocsploit.py -iS “http://xxxx/” -r “modules/” -t 100 –poc
specific poc
python3 pocslpoit.py -iS “http://xxxxx” -r “modules/vulnerabilities/thinkphp/thinkphp-5022-rce.py” –poc
exp to exploit many websites (with urls in a file)
python3 pocslpoit.py -iF “urls.txt” -r “modules/vulnerabilities/” –exp
Output to file & console quiet mode
python3 pocslpoit.py -iS “http://xxxx” -r “modules/vulnerabilities/” –poc -o result/result.log -q
Docker is a powerful open-source containerization platform that allows developers to build, test, and deploy…
Docker is one of the most widely used containerization platforms. But there may come a…
Introduction Google Dorking is a technique where advanced search operators are used to uncover information…
Introduction In cybersecurity and IT operations, logging fundamentals form the backbone of monitoring, forensics, and…
What is Networking? Networking brings together devices like computers, servers, routers, and switches so they…
Introduction In the world of Open Source Intelligence (OSINT), anonymity and operational security (OPSEC) are…