F-NAScan icon indicating copy to clipboard operation
F-NAScan copied to clipboard

Scanning a network asset information script

Results 9 F-NAScan issues
Sort by recently updated
recently updated
newest added

现在好多机器都是python3的 python2也有,但是有些机器是没有python3,比如定制机器

File "/root/Desktop/F-NAScan-master/F-NAScan.py", line 105 print 'The current user permissions unable to send icmp packets' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('The current user permissions unable...

第一次是成功的,后面每次扫描都直接报以下错误,怎么解决呀。。。 Exception in thread Thread-1: Traceback (most recent call last): File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner self.run() File ".\F-NAScan.py", line 45, in run self.Sock.sendto(self.packet, (ip, 0)) gaierror: [Errno 11001] getaddrinfo...

只会探测端口是open的 但是不会进行扫描 希望可以增加https的参数

RT,有时候有扫描域名的情况,可以考虑支持域名方式扫描,或者ip.ini方式加载多个域名扫描哈,现在扫描域名会报错。 Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "fscan.py", line 45, in run self.Sock.sendto(self.packet, (ip, 0)) gaierror: [Errno -2] Name...

报告呈现的时候最好也可以选择按照端口分类哈,比如80端口,右侧能看到那些IP地址开放了80端口。

-p这个参数最好能接收端口段的写法哈,比如-p 1-65535。