Compare commits
2 Commits
85bd07d715
...
ea0666b599
| Author | SHA1 | Date |
|---|---|---|
|
|
ea0666b599 | |
|
|
c0f18f3351 |
|
|
@ -1 +1 @@
|
|||
[{"data": "<b style='color: yellow'>IDS: Malicious Activity was detected</b>", "timestamp": "1681466116"}, {"data": "<b style='color: red'>Malicious IP: 141.89.221.182</b>", "timestamp": "1681466116"}, {"data": "ubuntu@192.168.0.17: ssh -p1337 -A -L80:localhost:8080 mainframe3.localdomain", "timestamp": "1681466482"}]
|
||||
[]
|
||||
|
|
@ -1 +1 @@
|
|||
[{"data": "141.89.221.182: start of attack", "timestamp": "1681466111"}, {"data": "141.89.221.182: nmap scanning", "timestamp": "1681466115"}, {"data": "141.89.221.182: ssh bruteforce", "timestamp": "1681466117"}, {"data": "141.89.221.182: lateral scanning", "timestamp": "1681466119"}]
|
||||
[]
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
1681466111
|
||||
|
|
@ -1 +0,0 @@
|
|||
True
|
||||
|
|
@ -1 +0,0 @@
|
|||
1681466098
|
||||
|
|
@ -440,5 +440,5 @@ def custom_404(error):
|
|||
clear_session_full()
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host='0.0.0.0', threaded=True, use_reloader=True, port=8088)
|
||||
app.run(host='0.0.0.0', threaded=True, use_reloader=True, port=8086)
|
||||
# app.run(host='185.78.255.231', threaded=True,use_reloader=True, port=443, ssl_context=('/etc/letsencrypt/live/network.kyudev.xyz/fullchain.pem', '/etc/letsencrypt/live/network.kyudev.xyz/privkey.pem'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue