Skip to content
Snippets Groups Projects
Commit b4abf522 authored by CARDILE VINCENT's avatar CARDILE VINCENT
Browse files

blblblbl

parent d5435fd1
No related merge requests found
Pipeline #367029 passed with stages
in 30 seconds
......@@ -55,14 +55,13 @@ disp rdp_events
if(rdp_events2):
print("DANGER - Événement(s) RDP suspect(s) détecté(s)")
discord_message = (
f"DANGER - événement(s) RDP"
f"Journaux incriminents"
f"\n"
f"DANGER - événement(s) RDP\n"
f"Journaux incriminents :\n"
)
i = 1
for x in rdp_events2:
discord_message += (
f"{i} -{x}"
f"{i} - {x}"
f"\n"
)
print(x)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment