shodan+msf

https://thor-sec.com/cheatsheet/shodan/shodan_cheat_sheet/

https://www.exploit-db.com/docs/english/33859-searching-shodan-for-fun-and-profit.pdf

命令

1
2
3
4
5
6
7
8
msfconsole
use auxiliary/gather/shodan_search
set shodan_apikey xxx
set QUERY webcamxp //webcamXP是一款国外软件,使用广泛的私人和专业用途的网络视频捕捉软件
//query是设置查询语句的意思
这个query怎么用,可以参考上述链接2

run 运行搜索语法

案例

set QUERY webcamxp


set QUERY port:”21”

搜索语法

https://www.freebuf.com/sectool/121339.html

参考上面这篇文章的搜索实例

msf中输入以下的的搜索语句:
set query xx
这里的xx就是在网页版搜索的字符串。

例如,在网页上搜索port:"21"
那么在msf输入的语句就是:set query port:"21"