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

5 lines
92 B
Python

from web import app
if __name__ == "__main__":
app.run(host='192.168.0.12', port=7000)