• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

"upload small file to a very large number of emails using star operator '*' just before at '@' and IP"

Status
Not open for further replies.

wisenetcat

Member
User
Joined
Aug 31, 2019
Messages
6
Reputation
0
Reaction score
0
Points
1
Credits
0
‎5 Years of Service‎
60%
Hi all,

I was reading RFCs and am now wondering how to use the '*' wildcard char to send emails to all the users mailboxes of a given server with the IP
I use IPs instead of domain names for efficiency and the domain name gets translated to IP anyways using DSN and the IP approche lets me
get exhaustive list of IPs. Or coarse there are reserved/excluded IPs such as 127.0.0.1 (loopback).
For example mail *@1.0.0.1 < email.txt  => sends email.txt to all users of
This link is hidden for visitors. Please Log in or register now.


this approche has several advantages, first its exhaustive. don't need to input all domain names, second you don't get "mail undelivered"
email messages bouncing back to mailbox for non existing users. third for stealth (using Tor or coarse) make you email untracable.
The only thing the receiving end user sees is "*@*" in "From:"

I have tried different approches for *@1.0.0.1 but the command fails even when using mutt, pine, etc

any ideas ?

thank's
 

 
Status
Not open for further replies.
Back
Top