-
Notifications
You must be signed in to change notification settings - Fork 0
A proxy wrapper for the YAMN client
License
Ch1ffr3punk/yamn-proxy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
yp.exe (yamn-proxy) is a wrapper for yamn.exe, which allows you to send anonymous emails or Usenet postings, through the Tor Network and then with long latency trough the YAMN remailer network. yp.exe ist best used with NymVPN, to hide Tor network usage at home. Simply download yp.exe and yamn.exe from the Releases page and put both files in a 'yamn' folder. Prior using yp.exe start tor.exe with the standard port 9050. As of August 22nd 2025 the source code for yamn-proxy is updated to support configuration files. If in the same directory of yp and yamn is no file found yp will use the internal default values. For more information about YAMN see: https://www.sec3.net/misc/ Free Usenet servers for Thunderbird etc.: news.tcpreset.net:119 paganini.bofh.team:119 To send an anonymous email: cd into your 'yamn' folder and start notepad.exe to write your anonymous email, which may look like this: To: alice@example.org Subject: Hello Bob Hi Bob, this is my first test message with yp.exe. Best regards Alice. Save it as msg.txt Then run under cmd.exe: yp -refresh which will update the public keys and stats for the YAMN remailers. To send your message with only one remailer: yp -m -S -l dirge < msg.txt This will create a pool folder for the encrypted payload which then will be send to the dirge remailer through the Tor network. The email to Bob will then arrive a little later. To use multiple hops (up to ten) you can chain remailers: yp -m -S -l dirge,yamn,frell < msg.txt To send an anonymous message to a Usenet Group your message may look like this: To: mail2news@dizum.com Subject: Test Newsgroups: alt.test.test Hello World! :-) Regard Anonymous To reply to a Usenet Posting you have to look at the Message:-ID string and a reply would then look like this: To: mail2news@dizum.com Subject: Re: Test References: <message-id-values@domain.tld> Newsgroups: alt.test.test > Hello World! :-) > Regard > Anonymous My Reply An example session output from yp.exe and yamn.exe: G:\yamn>yp -refresh 2025/08/16 17:31:41.335653 === YAMN Proxy Start === 2025/08/16 17:31:41.381790 ✅ Proxy listening on 127.0.0.1:4711 Keyring refresh: from=http://dummy.tld/pubring.mix, to=pubring.mix 🔌 New connection 🌐 Starting HTTP session 🔀 Routing from dummy.tld/pubring.mix ✅ Success (200 200 OK) Stats refresh: from=http://dummy.tld/mlist2.txt, to=mlist2.txt 🔌 New connection 🌐 Starting HTTP session 🔀 Routing from dummy.tld/mlist2.txt ✅ Success (200 200 OK) G:\yamn>yp -m -S -l dirge < msg.txt 2025/08/16 17:32:02.178573 === YAMN Proxy Start === 2025/08/16 17:32:02.244005 ✅ Proxy listening on 127.0.0.1:4711 🔌 New connection 📧 Starting SMTP session 📧 Connecting to SMTP target 🔗 Connection established, starting data transfer ✅ SMTP connection closed 🔌 New connection 📧 Starting SMTP session 📧 Connecting to SMTP target 🔗 Connection established, starting data transfer ✅ SMTP connection closed 🔌 New connection 📧 Starting SMTP session 📧 Connecting to SMTP target 🔗 Connection established, starting data transfer ✅ SMTP connection closed As you see, yp.exe with Tor and optionally NymVPN is an easy and secure way to send anonymous emails or Usenet postings, with longer latency. If you like yp.exe as much as I do, consider a small donation in crypto currencies: BTC: 129yB8kL8mQVZufNS4huajsdJPa48aHwHz Nym: n1yql04xjhmlhfkjsk8x8g7fynm27xzvnk23wfys XMR: 45TJx8ZHngM4GuNfYxRw7R7vRyFgfMVp862JqycMrPmyfTfJAYcQGEzT27wL1z5RG1b5XfRPJk97KeZr1svK8qES2z1uZrS
About
A proxy wrapper for the YAMN client
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published