From d8b4af9dea769bbb9230d64fbd30abd68b1eef25 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 13 Jan 2025 21:55:01 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30a49f1..476aa54 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ jq '.data[].entity.publicIpAddress // .data[].properties.publicIpAddress' *.json ## Script Execution Instructions -1. Because of How long this script will take to run it is **HIGHLY** recommended to run this in a tmux session +1. +Because of How long this script will take to run it is **HIGHLY** recommended to run this in a tmux session in case the connection gets killed so it will keep running in the background. ```bash tmux new -s pentest ```