Skip to content

Commit

Permalink
Merge pull request #7 from fkie-cad/jstucke-patch-1
Browse files Browse the repository at this point in the history
ntp_server bug fix
  • Loading branch information
euwint authored Jan 17, 2024
2 parents 9312dd1 + 1dbd2bf commit 22eb8b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion honeypots/ntp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def datagramReceived(self, data, addr):
"data": {"version": version, "mode": mode},
}
)
self.transport.loseConnection()

reactor.listenUDP(
port=self.port, protocol=CustomDatagramProtocolProtocol(), interface=self.ip
Expand Down

0 comments on commit 22eb8b2

Please sign in to comment.