All Projects → EliteLoser → PSnmap

EliteLoser / PSnmap

Licence: MIT license
Svendsen Tech's PowerShell nmap-like port scanner accepting IPv4 CIDR notation

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to PSnmap

Asyncrat C Sharp
Open-Source Remote Administration Tool For Windows C# (RAT)
Stars: ✭ 819 (+2113.51%)
Mutual labels:  tcp, asynchronous
Powershell ipv4portscanner
Powerful asynchronus IPv4 port scanner for PowerShell
Stars: ✭ 117 (+216.22%)
Mutual labels:  tcp, port
Tk Listen
A library that allows to listen network sockets with proper resource limits and error handling
Stars: ✭ 27 (-27.03%)
Mutual labels:  tcp, asynchronous
Firefly
Firefly is an asynchronous web framework for rapid development of high-performance web application.
Stars: ✭ 277 (+648.65%)
Mutual labels:  tcp, asynchronous
WPWatcher
Wordpress Watcher is a wrapper for WPScan that manages scans on multiple sites and reports by email and/or syslog. Schedule scans and get notified when vulnerabilities, outdated plugins and other risks are found.
Stars: ✭ 34 (-8.11%)
Mutual labels:  asynchronous, scan
Lightning
A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework
Stars: ✭ 312 (+743.24%)
Mutual labels:  tcp, asynchronous
Workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.3.
Stars: ✭ 9,617 (+25891.89%)
Mutual labels:  tcp, asynchronous
asyncio-socks-server
A SOCKS proxy server implemented with the powerful python cooperative concurrency framework asyncio.
Stars: ✭ 154 (+316.22%)
Mutual labels:  tcp, asynchronous
porthog
Identify which process is using a specific port.
Stars: ✭ 27 (-27.03%)
Mutual labels:  port, portscanner
Netscanner
netscanner - TCP/UDP scanner to find open or closed ports
Stars: ✭ 191 (+416.22%)
Mutual labels:  tcp, port
Tcptunnel
A simple TCP port forwarder.
Stars: ✭ 259 (+600%)
Mutual labels:  tcp, port
XAsyncSockets
XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.
Stars: ✭ 28 (-24.32%)
Mutual labels:  tcp, asynchronous
knockonports
A port knocking client for Android
Stars: ✭ 25 (-32.43%)
Mutual labels:  tcp, port
Message Io
Event-driven message library for building network applications easy and fast.
Stars: ✭ 321 (+767.57%)
Mutual labels:  tcp, asynchronous
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
Stars: ✭ 98 (+164.86%)
Mutual labels:  tcp, asynchronous
Node Tunnel
Port forwarding (tunneling) on node.js. Connect to host without public ip easily!
Stars: ✭ 48 (+29.73%)
Mutual labels:  tcp, port
Scanport
golang版高性能端口扫描工具
Stars: ✭ 90 (+143.24%)
Mutual labels:  scan, port
workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.4.
Stars: ✭ 10,005 (+26940.54%)
Mutual labels:  tcp, asynchronous
Simplenet
An easy-to-use, event-driven, asynchronous network application framework compiled with Java 11.
Stars: ✭ 164 (+343.24%)
Mutual labels:  tcp, asynchronous
SierraChartZorroPlugin
A Zorro broker API plugin for Sierra Chart, written in Win32 C++.
Stars: ✭ 22 (-40.54%)
Mutual labels:  tcp, asynchronous

PSnmap

Svendsen Tech's PowerShell asynchronous nmap-like port scanner, accepting IPv4 CIDR notation. DNS lookups.

Should still work with PowerShell version 2, but hasn't actually been tested on that version in a while. :)

Requires x64/AMD64 processor architecture (I'm using .ToInt64() in Invoke-PSipcalc).

Online blog documentation: https://www.powershelladmin.com/wiki/Port_scan_subnets_with_PSnmap_for_PowerShell

The module is in the PowerShell gallery, so with the proper environment (set up by default in PSv5 and up) you can install for your user only (elevation not required) with this command:

Install-Module -Name PSnmap -Scope CurrentUser #-Force

Screenshot Example

alt tag

Svendsen Tech. Joakim Borger Svendsen.

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].