前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >高效开源的网络扫描框架NINJA-PingU

高效开源的网络扫描框架NINJA-PingU

作者头像
FB客服
发布2018-02-02 15:24:42
7560
发布2018-02-02 15:24:42
举报
文章被收录于专栏:FreeBufFreeBuf

写在前面:

这个扫描框架有着一个很萌的名字(企鹅忍者),同时它还有其他优秀的特性,开源,支持插件,高效。

正文:

NINJA-PingU作为一个扫描框架,可不仅仅只有ping这样简单的功能,他是一个专门为大型网络扫描所设计的框架,兼顾效率的同时,支持插件的开发。

NINJA-PingU本身也自带了很多插件,这些插件可以很好的分析网络环境中的服务和识别嵌入式设备。更多关于NINJA-PingU的信息可以看他的官方网站 http://owasp.github.io/NINJA-PingU。

环境需求

代码语言:javascript
复制
- gcc
- Linux box. Will not work neither on *BSD or Windows OS.
- Root Privileges

安装指令

代码语言:javascript
复制
cd /tmp; 
wget  
tar -xvf v1.0.tar.gz; 
cd NINJA-PingU-1.0/; 
./npingu.sh

参数说明

代码语言:javascript
复制
# sudo ./bin/npingu [OPTIONS] targets  
-t Number of sender threads. 
-p Port scan range. For instance, 80 or 20-80.
-d Delay between packages sent (in usecs).
-s No service identification (less bandwith load, more hosts/time).-
m Module to run. For instance, Service.
-h Show this help.  
[targets] Ip address seed. For instance, 192.168.1. or 1.1.1.1-255.0.0.0

NINJA Pingu使用脚本编译,使用如下语句可以运行它。

代码语言:javascript
复制
$ ./npingu.sh

用例

扫描OVH服务器

代码语言:javascript
复制
 # ./bin/npingu -t 3 -p 20-80 188.1.1.1-188.255.1.1 -d 1 -m Service
 -Targeted Hosts [188.165.83.148-188.255.83.148]
 -Targeted Port Range [20-80]
 -Threads [3]
 -Delay 1 usec
 -Use the Service identification Module

扫描google web服务器

代码语言:javascript
复制
# ./bin/npingu -t 5 -p 80 -s 74.125.0.0-74.125.255.255
-Targeted Hosts [74.125.0.0-74.125.255.255] 
-Targeted Port [80] 
-Threads [5] 
-s synOnly scan

扫描 32764/TCP后门

代码语言:javascript
复制
 # ./bin/npingu -t 2 1.1.1.1-255.1.1.1 -m Backdoor32764 -p 32764-
 Targeted Hosts [1.1.1.1-255.1.1.1]-
 Targeted Port [32764]
 -Threads [2] 
 -Use the 32764/TCP Backdoor Module

联系我们

如果你发现了bug或者有任何建议请联系我的邮箱guifre.ruiz@owasp.org

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2014-05-10,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 FreeBuf 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档