All Projects → xs25cn → Scanport

xs25cn / Scanport

golang版高性能端口扫描工具

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Scanport

PSnmap
Svendsen Tech's PowerShell nmap-like port scanner accepting IPv4 CIDR notation
Stars: ✭ 37 (-58.89%)
Mutual labels:  scan, port
Radarview
🍳 RadarView for Android 是一个雷达扫描动画后,然后展示得分效果的控件。
Stars: ✭ 73 (-18.89%)
Mutual labels:  scan
Wpscan
WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites.
Stars: ✭ 6,244 (+6837.78%)
Mutual labels:  scan
Node Tunnel
Port forwarding (tunneling) on node.js. Connect to host without public ip easily!
Stars: ✭ 48 (-46.67%)
Mutual labels:  port
Scan Tensorflow
A Tensorflow implementation of DeepMind's Symbol-Concept Association Network(SCAN: Learning Abstract Hierarchical Compositional Visual Concepts)
Stars: ✭ 39 (-56.67%)
Mutual labels:  scan
Djoom3
doom 3 java port. ...'almost' playable!
Stars: ✭ 49 (-45.56%)
Mutual labels:  port
Security Code Scan
Vulnerability Patterns Detector for C# and VB.NET
Stars: ✭ 550 (+511.11%)
Mutual labels:  scan
React Native Fingerprint Identify
Awesome Fingerprint Identify for react-native (android only)
Stars: ✭ 81 (-10%)
Mutual labels:  scan
Papermerge
Open Source Document Management System for Digital Archives (Scanned Documents)
Stars: ✭ 1,177 (+1207.78%)
Mutual labels:  scan
Tr2main
Tomb Raider II Injector Dynamic Library
Stars: ✭ 46 (-48.89%)
Mutual labels:  port
Uhubctl
uhubctl - USB hub per-port power control
Stars: ✭ 1,036 (+1051.11%)
Mutual labels:  port
Webamp
Winamp 2 reimplemented for the browser
Stars: ✭ 8,268 (+9086.67%)
Mutual labels:  port
Mapscanner
R package to print maps, draw on them, and scan them back in
Stars: ✭ 55 (-38.89%)
Mutual labels:  scan
Blackwidow
A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.
Stars: ✭ 887 (+885.56%)
Mutual labels:  scan
Jsprintmanager
Advanced Client-side Printing & Scanning Solution for Javascript
Stars: ✭ 74 (-17.78%)
Mutual labels:  scan
Openvas Docker
A Docker container for Openvas
Stars: ✭ 596 (+562.22%)
Mutual labels:  scan
Github nuggestsforpython3.0
Modification of Github_Nuggests based on @az0ne,Thanks! This script full support for Python3.0
Stars: ✭ 45 (-50%)
Mutual labels:  scan
Dockerscan
Docker security analysis & hacking tools
Stars: ✭ 1,046 (+1062.22%)
Mutual labels:  scan
Mixed Content Scanner
Scan a HTTPS-site for mixed content
Stars: ✭ 81 (-10%)
Mutual labels:  scan
Find Process
find process by port/pid/name etc.
Stars: ✭ 80 (-11.11%)
Mutual labels:  port

scanPort

ScanPort 端口扫描工具是一个可以检测服务器或是指定ip段的端口开放情况。

功能:可以快速扫描指定端口范围,ip地址范围。将扫描结果保存到本地!

先来体验一下运行后的效果:

image.png

image.png

安装使用

方法1. 你可以直接下载已编译好的文件直接运行

https://github.com/xs25cn/scanPort/tree/master/bin

方法2. 你可以使用go命名进行下载,下载完成后会自动安装到你的$GOPATH/bin目录中

go get -v github.com/xs25cn/scanPort

帮助信息

scanPort -h 
Options:
  -h    帮助信息
  -ip string
        ip地址 例如:-ip 192.168.0.1-255 或直接输入域名 xs25.cn (default "127.0.0.1")
  -n int
        进程数 例如:-n 10 (default 100)
  -p string
        端口号范围 例如:-p 80,81,88-1000 (default "80")
  -path string
        日志地址 例如:-path log (default "log")
  -t int
        超时时长(毫秒) 例如:-t 200 (default 200)

例1:指定端口号扫描,如我们要扫描xs25.cn这台服务的开放端口,使用1000个协程进行

scanport -p 80,81,88-3306 -ip xs25.cn -n 1000

例2:指定IP范围扫描,如我们扫描 192.168.0.1-255 网段的端口 80-10000

scanPort -ip 192.168.0.1-255 -p 80-10000

注:程序扫描完后开放端口放在log目录中,如想更改目录名请加 -path 参数来指定
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].