hm0x14-ctf/rc4/wsgi.py
2019-05-14 16:29:52 +02:00

5 lines
85 B
Python

from crypto2 import app
if __name__ == "__main__":
app.run(host='192.168.0.12')