From 20dbeb2f38684c65ff0a4b99012c161295708e88 Mon Sep 17 00:00:00 2001 From: AL-LCL Date: Fri, 19 May 2023 11:01:49 +0200 Subject: NeoRAT --- foreign/client_handling/uninstall.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 foreign/client_handling/uninstall.py (limited to 'foreign/client_handling/uninstall.py') diff --git a/foreign/client_handling/uninstall.py b/foreign/client_handling/uninstall.py new file mode 100644 index 0000000..d3fc063 --- /dev/null +++ b/foreign/client_handling/uninstall.py @@ -0,0 +1,9 @@ +import sys +import os + +from foreign.global_state import * + + +def uninstall(): + os.remove(state['file']) + sys.exit(0) \ No newline at end of file -- cgit v1.2.3