Jump to content
Nytro

mailoney

Recommended Posts

[h=1]About[/h] Mailoney is a SMTP Honeypot I wrote just to have fun learning Python. The Open Relay module emulates an Open Relay and writes attempted emails to a log file. Similarly, the Authentication modules will capture credentials and write those to a log file.

[h=1][/h][h=1]Usage[/h] You'll likely need to run this with elevated permissions as required to open sockets on special ports.

python mailoney.py -s mailbox <options>

-h, --help Show this help message and exit

-i <ip address> The IP address to listen on (defaults to localhost)

-p <port> The port to listen on (defaults to 25)

-s mailserver This will generate a fake hostname

-t <type> HoneyPot type

open_relay Emulates an open relay

postfix_creds Emulates PostFix authentication server, collects credentials

examples:

python mailoney.py -s mailbox -i 10.10.10.1 -p 990 -t postfix_creds

[h=1][/h][h=1]ToDo[/h]

  • Add modules for EXIM, Microsoft, others
  • Build in Error Handling
  • Add a Daemon flag to background process.

Sursa: https://github.com/awhitehatter/mailoney

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...