pocsploit icon indicating copy to clipboard operation
pocsploit copied to clipboard

a lightweight, flexible and novel open source poc verification framework

Results 4 pocsploit issues
Sort by recently updated
recently updated
newest added

┌──(root💀kali)-[~/pocsploit] └─# python3 pocsploit.py -iS "https://testphp.vulnweb.com/" -r "modules/" -t 100 --poc Traceback (most recent call last): File "/root/pocsploit/pocsploit.py", line 3, in from lib.cli import main ModuleNotFoundError: No module named 'lib.cli'...

![image](https://user-images.githubusercontent.com/37021853/169756562-2b2318c5-ecc1-4a73-b0be-1da3c0e20bb1.png)

module = _load(spec) File "", line 711, in _load File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/root/Desktop/pocsploit/modules/vulnerabilities/wordpress/wp-xmlrpc-pingback-detection.py", line...

python3 pocsploit.py -iF example.txt -r modules/ --poc ``` /opt/pocsploit/lib/utils/register.py:88: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(self.targets) is 0: __ _ __ ____ ____ ______________ / /___...