All Projects → nmap → Nmap

nmap / Nmap

Licence: other
Nmap - the Network Mapper. Github mirror of official SVN repository.

Programming Languages

lua
6591 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Nmap

Asset Scan
asset-scan是一款适用甲方企业的外网资产周期性扫描监控系统
Stars: ✭ 149 (-97.43%)
Mutual labels:  service-discovery, nmap, port-scanner
Sandmap
Nmap on steroids. Simple CLI with the ability to run pure Nmap engine, 31 modules with 459 scan profiles.
Stars: ✭ 1,180 (-79.63%)
Mutual labels:  service-discovery, nmap, port-scanner
socketwrapper
Async/Sync networking library including UDP, TCP and TLS/TCP socket classes written in C++ 17.
Stars: ✭ 33 (-99.43%)
Mutual labels:  socket, asynchronous
workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.4.
Stars: ✭ 10,005 (+72.74%)
Mutual labels:  socket, asynchronous
RedTeam toolkit
Red Team Toolkit is an Open-Source Django Offensive Web-App which is keeping the useful offensive tools used in the red-teaming together.
Stars: ✭ 301 (-94.8%)
Mutual labels:  service-discovery, nmap
How-to-Deconstruct-Ping-with-C-and-NodeJS
🙈 Simple examples that show how to work with binary headers in C and NodeJS
Stars: ✭ 51 (-99.12%)
Mutual labels:  socket, ping
SaltwaterTaffy
An nmap wrapper library for .NET
Stars: ✭ 44 (-99.24%)
Mutual labels:  nmap, network-discovery
asynchronous
A D port of Python's asyncio library
Stars: ✭ 35 (-99.4%)
Mutual labels:  socket, asynchronous
Agkozak Zsh Prompt
A fast, asynchronous ZSH prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
Stars: ✭ 182 (-96.86%)
Mutual labels:  asynchronous, osx
memsocket
An asynchronous in-memory socket-like interface for Rust
Stars: ✭ 34 (-99.41%)
Mutual labels:  socket, asynchronous
ddos
Simple dos attack utility
Stars: ✭ 36 (-99.38%)
Mutual labels:  socket, ping
astsu
A network scanner tool, developed in Python 3 using scapy.
Stars: ✭ 84 (-98.55%)
Mutual labels:  port-scanner, network-discovery
aioudp
Asyncio UDP server
Stars: ✭ 21 (-99.64%)
Mutual labels:  socket, asynchronous
nmap-formatter
A tool that allows you to convert NMAP results to html, csv, json, markdown, graphviz (dot). Simply put it's nmap converter.
Stars: ✭ 129 (-97.77%)
Mutual labels:  nmap, port-scanner
ivre
Network recon framework. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,712 (-53.18%)
Mutual labels:  nmap, network-discovery
Socket.core
This is a socket framework based on C # net standard2.0 write, can be used for .NET Framework / dotnet core assembly, can run in window (IOCP) / linux (epoll) .Use asynchronous connection, asynchronous send, asynchronous receive, Performance burst tables, and pass the stress test. 这是一个基于C# .net standard2.0 写的socket框架,可使用于.net Framework/dotnet core程序集,能在window(IOCP)/linux(epoll)运行.使用异步连接,异步发送,异步接收,性能爆表,并且通过压力测试。
Stars: ✭ 203 (-96.5%)
Mutual labels:  asynchronous, socket
ObsidianSailboat
Nmap and NSE command line wrapper in the style of Metasploit
Stars: ✭ 36 (-99.38%)
Mutual labels:  service-discovery, nmap
Hisocket
It is a lightweight client socket solution, you can used it in C# project or Unity3d
Stars: ✭ 275 (-95.25%)
Mutual labels:  socket, ping
Workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.3.
Stars: ✭ 9,617 (+66.04%)
Mutual labels:  asynchronous, socket
Hippo
💨A well crafted go packages that help you build robust, reliable, maintainable microservices.
Stars: ✭ 134 (-97.69%)
Mutual labels:  asynchronous, service-discovery

Nmap Build Status Language grade: C/C++ Language grade: Python Total alerts

Nmap is released under a custom license, which is based on (but not compatible with) GPLv2. The Nmap license allows free usage by end users, and we also offer a commercial license for companies that wish to redistribute Nmap technology with their products. See Nmap Copyright and Licensing for full details.

The latest version of this software as well as binary installers for Windows, macOS, and Linux (RPM) are available from Nmap.org

Full documentation is also available on the Nmap.org website.

Questions and suggestions may be sent to the Nmap-dev mailing list.

Installing

Ideally, you should be able to just type:

./configure
make
make install

For far more in-depth compilation, installation, and removal notes, read the Nmap Install Guide on Nmap.org.

Using Nmap

Nmap has a lot of features, but getting started is as easy as running nmap scanme.nmap.org. Running nmap without any parameters will give a helpful list of the most common options, which are discussed in depth in the man page. Users who prefer a graphical interface can use the included Zenmap front-end.

Contributing

Information about filing bug reports and contributing to the Nmap project can be found in the HACKING and CONTRIBUTING.md files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].