This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

OWASP NINJA PingU Project

From OWASP
Jump to: navigation, search
OWASP Inactive Banner.jpg

What's NINJA PingU?

NINJA-PingU Is Not Just a Ping Utility is a free open-source high performance network scanner tool for large scale analyses. It has been designed with performance as its primary goal and developed as a framework to allow easy plugin integration.
Check it out at its home page.

How NINJA PingU Works?

NINJA PingU takes advantage of raw sockets to reduce the three-way TCP handshake latency and it's state. Directly sending IP packets also avoids the TCP stack overhead.

EmbedVideo received the bad id "_vQwPWJp8Jc?autoplay=1&autohide=1&&rel=0&start=119&hd=1&vq=hd720" for the service "youtube".

It also implements non-blocking networking I/O in the plugin's interface by means of epoll. Each component is multithreaded and they have built-in caches to minimize synchronization points. In addition, the results persistment operations are buffered to reduce disk writes.


Why NINJA PingU?

It has been developed to easily allow developers build their custom plugins. Samples of those can be found in its codebase. In addition, more information about NINJA PingU can be found in the FAQ and dev pages. NINJA PingU also integrates gnuplot to automatically plot the analysis results. In addition, a custom terminator has been embedded for enhanced data visualization.


Read more about it in its home page at http://owasp.github.io/NINJA-PingU/ and its code base at https://github.com/OWASP/NINJA-PingU


Home Page

NINJA PingU DownaloadV1.jpg



mirror download

Features

  • Services Identification
  • Operating System Detection
  • Embedded Devices Identification
  • High Performance Framework
  • Easily Plugin Integration

Links


Project Leader

Licensing

GPLv3



News and Events

  • Version 1.0 released


Classifications

Owasp-incubator-trans-85.png Owasp-builders-small.png
Owasp-breakers-small.png
Cc-button-y-sa-small.png
Project Type Files CODE.jpg