Author Topic: Remailer cop.  (Read 577 times)

0 Members and 1 Guest are viewing this topic.

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Remailer cop.
« on: September 16, 2014, 04:21:08 pm »
I probably could have done better with the topic header.

I intend to work on a project where you send an email to the remailer address, it gets remailed through whatever number of remailer servers and finally ends at the final real addres. It sends back the real address and deletes itself.
Wondering how this could be achieved, what resources i might require.
Go lang would have been my best option since i am trying to get as much projects to learn it well but prototying with python won't hurt and if C++ isn't overkill then it will do.
Your views.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Remailer cop.
« Reply #1 on: September 27, 2014, 06:53:56 pm »
A remailer is a go between. Using it i when you need to hide your really address and hence the remailer address is the one that is seen and its IP in the headers.
When an email arrives at the remailer address, it is forwarded to the real address that is the address i am after. The one that has been masked by the remailer address.

Anyway, for now i am looking into ESMTP commands and the like. Trying to see if i can send an email with some buggage to execute at the final destination.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]