#端口扫描器 #安全 #命令行界面

程序 zenscan

该程序是针对目标服务器的端口扫描器,由SecretShangri-La开发。

4个版本

0.1.3 2020年6月13日
0.1.2 2020年6月4日
0.1.1 2020年6月4日
0.1.0 2020年6月4日

#17 in #端口扫描器

MIT 许可协议

8KB
110 代码行

zenscan

该程序执行服务器开放端口扫描。这种扫描器可能会降低低配置计算机的CPU性能。目前正在修复故障点。

使用方法

该程序使用格式为 zenscan < ---host TargetHost>

选项

可以通过 zenscan -h 获取。

$ zenscan -h

        Zen-Scan 0.1.3
        Nirna Kayanovsky <[email protected]>

        This program is port scanner to target server.
        not' normal port scanning to do and destructive specification changes may occur.
        This program is test stage.

        USAGE:
            zenscan <options> 
                  
        Options:
        -h, --help            Display this massage
        -V, --version         Display version info
        -i <IPAddress>        The address to scan
        --host <Hostname>     The host scan, trans as IP

输出

$ zenscan -i 172.17.0.2
[+] start scanning... by 5s. zenscan version for 0.1.3
[+] found the open port => 21
[+] found the open port => 23
[+] found the open port => 22
[+] found the open port => 25
[+] found the open port => 111
[+] found the open port => 139
[+] found the open port => 445
[+] found the open port => 512
[+] found the open port => 513
[+] found the open port => 514
[+] found the open port => 1099
[+] found the open port => 1524
[+] found the open port => 2121
[+] found the open port => 3306
[+] found the open port => 3632
[+] found the open port => 5432
[+] found the open port => 6667
[+] found the open port => 6697
[+] found the open port => 8009
[+] found the open port => 8180
[+] found the open port => 8787
[+] found the open port => 41133
----------------------open ports----------------------
PORTS
21
23
22
25
111
139
445
512
513
514
1099
1524
2121
3306
3632
5432
6667
6697
8009
8180
8787
41133
--------------------------end-------------------------

依赖项

~8–12MB
~201K SLoC