Guest viewing is limited

Sending legit phishing emails from *.data.gov

CyberGod

Administrator
Staff member
Admin
Moderator
Joined
Dec 23, 2021
Messages
825
Hellcoins
♆27,465
Profile Music
Telegram
In this thread I will discussion how I was able to customize emails from api.data.gov and send it to a user of your choice.

Code :-
You must reply before you can see the hidden data contained here.
By inspecting the page we can see all the default values

eHt2oOql.png

Turns out all the values are able to be changed in the request on the clients side so that is what I did.

Some issue that I came across was the limit on the first_name parameter, meaning the contents of the email was limited. I was able to bypass this limit restriction using another paramter.

This is a cool method of inboxing phishing emails for example if i was targeting someone on *.data.gov i could craft this fully legit email.

Pnjz7kLl.png
 

DaxtonNC

Member
Joined
Oct 14, 2023
Messages
77
Hellcoins
♆104
V
In this thread I will discussion how I was able to customize emails from api.data.gov and send it to a user of your choice.

Code :-
[Hidden content]

By inspecting the page we can see all the default values

eHt2oOql.png

Turns out all the values are able to be changed in the request on the clients side so that is what I did.

Some issue that I came across was the limit on the first_name parameter, meaning the contents of the email was limited. I was able to bypass this limit restriction using another paramter.

This is a cool method of inboxing phishing emails for example if i was targeting someone on *.data.gov i could craft this fully legit email.

Pnjz7kLl.png
Onload
 
Top