WINDOWS-EXPLOIT-SUGGESTER

./windows-exploit-suggester.py --update 



This will download latest ms bulletin xls file

pip install xlrd --upgrade



to download xlrd package python

./windows-exploit-suggester.py -d xlsfile -o  "Windows 8.1 (Build 9600)"



Based on this test you will get list of vulnurabilties many of them not work because we have only provided Windows version not the full systeminfo 

from the list of vulnurabilities you can find exploit for that on rapid 7 website 

now we are going to use system info to find vulnurabilities 

to get system info do 

meterpreter> shell

c:/windows/system32> systeminfo 

copy all

save it in systeminfo.txt file 

./windows-exploit-suggester.py -d xlsfile -i systeminfo.txt


No comments:

Post a Comment

Popular Posts