From 29c9e762d4f208266c167f723e7656ea513906f0 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 13 Jan 2025 21:54:21 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7d6557..30a49f1 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,21 @@ jq '.data[].entity.publicIpAddress // .data[].properties.publicIpAddress' *.json ``` ## Script Execution Instructions -1. + +1. Because of How long this script will take to run it is **HIGHLY** recommended to run this in a tmux session ```bash -git clone {placeholder for git address} +tmux new -s pentest ``` 2. ```bash -chmod +x external_pentest.sh +git clone {placeholder for git address} ``` 3. ```bash +chmod +x external_pentest.sh +``` +4. +```bash sudo ./external_pentest.sh external_ips.txt ``` or