Skip to content

imhunterand/CVE-2021-42013

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages