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
bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…
Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…
Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…
Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…