mirror of https://github.com/n1nj4sec/pupy.git
Fix udp_secure transport name
This commit is contained in:
parent
68ac2cb894
commit
259bfccf18
|
@ -6,7 +6,7 @@ from network.lib import *
|
|||
|
||||
class TransportConf(Transport):
|
||||
info = "Simple UDP transport transmitting in cleartext"
|
||||
name="udp"
|
||||
name="udp_secure"
|
||||
server=PupyUDPServer
|
||||
client=PupyUDPClient
|
||||
stream=PupyUDPSocketStream
|
||||
|
|
Loading…
Reference in New Issue