9.shodan搜索引擎----Metasploit Web GUI----取证工具箱----sAINT间谍软件

shodan搜索引擎

物联网搜索引擎
访问路由器,服务器,网络摄像头,安装CLI
banner抓取,端口扫描

www.shodan.io
需要注册账户,支持google账户

搜索
webcams    网络摄像头
traffic signals   交通信号
port:22   3389
netgear     路由器
cisco    思科
os:windows xp    系统
apache 2.2.3   版本

安装CLI shodan API

easy_install shodan
官网获取API密钥
shodan --help
shodan -i   API密钥
shodan init API密钥
shodan host IP地址

Metasploit Web GUI

下载社区版,解压

service matasploit start

取证工具箱

parrot发行版 python 2.7

Linux Explorer

github.com/intezer/linux-explorer

git clone   URL下载地址
cd Desktop
ls
cd linux-补全
ls
cat requ补全
pip install -r requir补全
ls
python config.py
nano config.py
clear
apt-get install yara
apt-get install chkrootkit
ls
python linux_exp补全
打开链接

sAINT间谍软件

parrot发行版

  • 所有学习者请务必不要已任何可能的侵犯方式使用此功能违反任何法律。
  • 未知攻,焉知防。这个世界的正恶本就难以分清,也请审核者怀着海阔天空的心,包容一切。
  • 所有学科的技术都是一把双刃剑,只不过网络安全很少在大众面前出现,不要因为不了解就封来封去。

sAINT在github存储库中:github.com/tiagoriampert/sAINT

git 自己下载
ls
cd sAINT/
ls
依赖是java 8
chmod +x configure.sh
./configure.sh
ls
java -jar sAINT.jar
需要Gmail账户 test@gmail.com
ls
cd target/
ls
注意appdata下面roaming下面的数据
原文地址:https://www.cnblogs.com/sec875/p/11323416.html