diff --git a/Methodology and Resources/Linux - Persistence.md b/Methodology and Resources/Linux - Persistence.md index dfe8332..929eedd 100644 --- a/Methodology and Resources/Linux - Persistence.md +++ b/Methodology and Resources/Linux - Persistence.md @@ -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.