#!/bin/bash # Variables WEBHOOK_URL="https://outlook.office.com/webhook/your-webhook-url" WP_OUTPUT_FILE="wpscan_output.txt" # Read the WPScan output file SCAN_RESULT=$(cat $WP_OUTPUT_FILE) # Format the JSON payload to send to Teams PAYLOAD=$(cat <