diff --git a/_posts/blog/2024-02-13-Entorno-Pentesting.md b/_posts/blog/2024-02-13-Entorno-Pentesting.md index 90351c6..8b506a4 100644 --- a/_posts/blog/2024-02-13-Entorno-Pentesting.md +++ b/_posts/blog/2024-02-13-Entorno-Pentesting.md @@ -62,12 +62,14 @@ All of us who use this type of environment are used to seeing our IP and VPN fro To configure the IP and name of the HTB machine we use. ```bash +# file: "set target" settarget 10.10.10.4 Blue ``` And to clean. ```bash +# file: "clean target" cleartarget ``` @@ -114,6 +116,7 @@ This looks like this, and also the letters move. I have implemented everything so you don't do anything, just clone the following [repository](https://github.com/4xLoff/Entorno) and copy the following commands. ```bash +# file: "execute commands" cd Downloads git clone https://github.com/4xLoff/Entorno.git cd Entorno