aidmar.wainakh 6 年之前
父节点
当前提交
7c4ae251da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/Attack/PortscanAttack.py

+ 1 - 1
code/Attack/PortscanAttack.py

@@ -43,7 +43,7 @@ class PortscanAttack(BaseAttack.BaseAttack):
             port_dst_shuffled = ports_dst
         return port_dst_shuffled
 
-
+ 
     def is_valid_ip_address(self,addr):
         """
         Check if the IP address family is suported.