From 92d9cfe9fde566240ed82239baf1aef23a4d81ba Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 13 Jan 2025 21:49:54 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f30fe..d1a2c3b 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,9 @@ jq '.data[].entity.publicIpAddress // .data[].properties.publicIpAddress' *.json ```bash git clone {placeholder for git address} chmod +x external_pentest.sh -./external_pentest.sh external_ips.txt +sudo ./external_pentest.sh external_ips.txt +``` +or +```bash +sudo bash external_pentest.sh external_ips.txt ``` \ No newline at end of file