Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated log and summary with new changes
  • Loading branch information
dvw16101 committed Feb 26, 2021
1 parent b828205 commit 09fa2af
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 109 deletions.
1 change: 1 addition & 0 deletions Python/attacker.py
Expand Up @@ -119,6 +119,7 @@ class attacker:
return npacket

def receivePacket(self, packet):
self.packetsReceived += 1
if(packet.packetType == "PONG" and self.openPort is None):
self.openPort = packet.srcPortNumber
# print("One open port found: "+ str(self.openPort))
Expand Down

0 comments on commit 09fa2af

Please sign in to comment.