Compare commits

...

2 Commits

Author SHA1 Message Date
cubernetes ea0666b599 Change port for webserver 2023-07-31 14:04:11 +02:00
cubernetes c0f18f3351 clean 2023-07-31 14:03:49 +02:00
7 changed files with 3 additions and 6 deletions

View File

@ -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"}]
[]

View File

@ -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.

View File

@ -1 +0,0 @@
1681466111

View File

@ -1 +0,0 @@
True

View File

@ -1 +0,0 @@
1681466098

View File

@ -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'))