From 42ba437a365287e3500e32cc0e02ea7db758f3bf Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 13 Jan 2025 22:02:16 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f1b28c5..b4a367c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ tmux new -s pentest ```bash git clone {placeholder for git address} ``` +3. +Move the `external_ips.txt` file into the directory greated from the git clone. +```bash +mv external_ips.txt external_pentest/ +``` +4. +Change Directories +```bash +cd external_pentest +``` 3. ```bash chmod +x external_pentest.sh