Permalink
Cannot retrieve contributors at this time
executable file
11 lines (8 sloc)
210 Bytes
|
#!/usr/bin/env python3 |
|
#coding: UTF-8 |
|
|
|
from elysium import * |
|
|
|
TARGET = ('elysium01.teaser.insomnihack.ch', 1234) |
|
|
|
with connect(TARGET) as c: |
|
iv = c.recv(16) |
|
client = Client(c, iv) |
|
client.interact() |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.