Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reconx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="9529949985" # Replace with your actual Telegram Chat ID

# === 1️⃣ Validate Input File ===
if [ ! -f "$INPUT_FILE" ]; then
Expand Down