mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
7 lines
242 B
Python
Executable File
7 lines
242 B
Python
Executable File
from PineappleModules import CursedScreech
|
|
|
|
cs = CursedScreech("Network Client")
|
|
cs.startMulticaster("IPAddress", mcastport, hbinterval)
|
|
cs.setRemoteCertificateSerial("serial")
|
|
cs.startSecureServerThread("privateKey", "publicKey", "kuroKey")
|