Skip to content

Commit

Permalink
add sleep 1 to phishing curls
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Dec 9, 2024
1 parent a968c10 commit cb4b929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Clients/config/cronClients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ do
SERVER=`grep -E -o "from (25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)" /tmp/dhclien-wifichallenge | awk '{print $2}' | head -n 1`
URL=`curl -L -s -o /dev/null -w %{url_effective} "http://$SERVER/" -c /tmp/userTLSPhishing -b /tmp/userTLSPhishing`
curl -L -s "$URL" -H 'Content-Type: application/x-www-form-urlencoded' --data-raw "username=CORPO\god&password=$PHISHING_PASS" -c /tmp/userTLSPhishing -b /tmp/userTLSPhishing > /dev/null
# avoid spam
sleep 1
done &

# Responder
Expand Down

0 comments on commit cb4b929

Please sign in to comment.