aidmar.wainakh 7 년 전
부모
커밋
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.