
Scanner for network for CVE-2005-1794.
Can be used to scan several targets vulnerable to CVE-2005-1794.
Credit to @daveysec and his orginal script available at https://github.com/RhinoSecurityLabs/Security-Research/blob/master/tools/python/CVE-2005-1794-check.py
I take not responsibility for your use of the software. Development is done in my personal capacity and carry no affiliation to my work.
Following is required to be installed to python.
python3 -m pip install requests, tqdm, pandas
Utilise as shown below to scan a list of targets, this needs to each IP on a newline.
python3 CVE-2005-1794Scanner.py -t ips.txt
