[更新]渗透测试脚本-discover

discover是老外开发的一款渗透测试辅助脚本,功能强大,目前支持运行在BackTrack 5 R3,2-bit gnome上面。有兴趣的同学可以下载源码研究学习。

RECON

1:OSIG - 开源情报收集
2:Scrape - 收集姓名、电子邮件、域名、DNS和路由跟踪、端口扫描、服务列举、操作系统识别、NMAP扫描和Metasploit扫描,如下:
ping扫描
支持单台主机或网址
支持局域网
CIDR Notation

WEB

在Firefox中打开多个标签
Niktos
SSL检查

MISC

 

破解WiFi
启动Metasploit监听器

 

使用方法如下:

1. Download scripts to the proper location.

svn co https://backtrack-scripts.googlecode.com/svn/ /opt/scripts
2. Set permissions.

chmod +x /opt/scripts/ -R
3. Run the setup script.

cd /opt/scripts/
./setup.sh
4. Exit Terminal and open a new one. Run the new alias to update the distro and commonly used applications. This should be ran daily.

update
5. Run the main application.

./discover.sh

你可能感兴趣的:(开发,测试,扫描,局域网,discover)