From d1581133de19de429c7364502ea0bc654b625347 Mon Sep 17 00:00:00 2001 From: 4xL <77083140+4xLoff@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:19:24 -0500 Subject: [PATCH] entorno --- _posts/blog/2024-02-13-Entorno-Pentesting.md | 3 +++ 1 file changed, 3 insertions(+) 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