Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 484 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 484 Bytes

CVE-2021-1675-SCANNER

Vulnerability Scanner for CVE-2021-1675

follow install instructions for https://github.com/cube0x0/CVE-2021-1675 make sure you have rpcdump.py

from a list of hosts that you gather use nmap tag -oG to output your file with list of hosts that are up

Example: nmap -iL hosts.txt -T4 --open -p 135 -oG outfile.txt

python3 scan.py outfile.txt

its not the best way to implement this lol but anyways thanks for coming to my ted talk HACK THE PLANET!