From 6f126aace74bd1c6bd23f25bcf81cde747a23cb4 Mon Sep 17 00:00:00 2001 From: Bhmskino Date: Fri, 28 Mar 2025 21:44:03 -0500 Subject: [PATCH 1/2] Update reconx.sh --- reconx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reconx.sh b/reconx.sh index 3871ac8..8b5456e 100644 --- a/reconx.sh +++ b/reconx.sh @@ -7,8 +7,8 @@ CLEANED_PORTS="ulti.txt" NUCLEI_WEB_RESULTS="web_vulnerabilities.txt" NUCLEI_DAST_RESULTS="dast_results.txt" NUCLEI_INFRA_RESULTS="infra_vulnerabilities.txt" -TELEGRAM_BOT_TOKEN="7764159945:AAF8WdCx2bBObO5ASGJd0_zlBBah6IWhu5g" -TELEGRAM_CHAT_ID="6932389568" # Replace with your actual Telegram Chat ID +TELEGRAM_BOT_TOKEN=7318404259:AAE5YTQiiaQ_G_ctGl6ktyHfWylLbUqrRdw +TELEGRAM_CHAT_ID="9629949985" # Replace with your actual Telegram Chat ID # === 1️⃣ Validate Input File === if [ ! -f "$INPUT_FILE" ]; then From e6bd4ee9b20a4c0cf45417fee263eaa1b6039157 Mon Sep 17 00:00:00 2001 From: Bhmskino Date: Fri, 28 Mar 2025 21:48:58 -0500 Subject: [PATCH 2/2] Update reconx.sh Skino patch --- reconx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reconx.sh b/reconx.sh index 8b5456e..71c972e 100644 --- a/reconx.sh +++ b/reconx.sh @@ -8,7 +8,7 @@ NUCLEI_WEB_RESULTS="web_vulnerabilities.txt" NUCLEI_DAST_RESULTS="dast_results.txt" NUCLEI_INFRA_RESULTS="infra_vulnerabilities.txt" TELEGRAM_BOT_TOKEN=7318404259:AAE5YTQiiaQ_G_ctGl6ktyHfWylLbUqrRdw -TELEGRAM_CHAT_ID="9629949985" # Replace with your actual Telegram Chat ID +TELEGRAM_CHAT_ID="9529949985" # Replace with your actual Telegram Chat ID # === 1️⃣ Validate Input File === if [ ! -f "$INPUT_FILE" ]; then