Git Product home page Git Product logo

Comments (6)

zeknox avatar zeknox commented on June 4, 2024

Yes, we previously tweaked the PF code to allow for anonymous SMTP relays. We recently converted over to Rails Mailers and as a result we have superseded that code and overlooked the ability to send through anonymous SMTP relays.

I'm sure what we could do is provide a checkbox in the SMTP settings that allows for sending anonymously. This way the Rails Mailer will not force authentication from the start.

from phishing-frenzy.

mcjon3z avatar mcjon3z commented on June 4, 2024

Thanks for the quick reply, Brandon - makes sense. Either a checkbox or adding an anonymous option to the drop-down would be killer. I'm relaying through a Postfix pfSense plugin which does not play nicely with the SASL capabilities of Postfix on the daemon side.

from phishing-frenzy.

zeknox avatar zeknox commented on June 4, 2024

I ended up adding another option within the "SMTP Authentication" for "none" which essentially will default to anonymous SMTP. I have not had a chance to test this out as my SMTP service requires authentication.

My initial attempt to send anonymously looks good based on the error:
530 authentication required

Looks like it's now trying to send without authentication which is what we want. I created another branch called anon-smtp which has the changes. Feel free to test them out and provide feedback. I cannot merge this to master without proper QA.
https://github.com/pentestgeek/phishing-frenzy/commits/anon-smtp

from phishing-frenzy.

mcjon3z avatar mcjon3z commented on June 4, 2024

Works like a charm. Many thanks!

from phishing-frenzy.

zeknox avatar zeknox commented on June 4, 2024

Good news! I will do some of my own QA before merging this to master. Just want to make sure nothing broke in the process.

Glad your sending emails!

from phishing-frenzy.

zeknox avatar zeknox commented on June 4, 2024

Fixed with commit: f7b7a50

from phishing-frenzy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.