Giter Club home page Giter Club logo

snakeoil's Introduction

SnakeOil

Spam Trap created in Python

Will convert your server into a fake Open SMTP Relay

Sends logged data to Slack for analysis

Usage:

python snakeoil.py <slack_token>

Default port is 2525, to create a mail server I would recommend using iptables to route traffic from port 25 to 2525 like so: iptables -t nat -A PREROUTING -p tcp --dport 25 -j REDIRECT --to-port 2525

Now all you need to do is wait for spam bots to send you mail

snakeoil's People

Contributors

jacobpimental avatar

Stargazers

Emil Stahl avatar Matt Wagenknecht avatar Taidgheen avatar Chapin Bryce avatar

Watchers

James Cloos avatar  avatar

snakeoil's Issues

Adding "ReplyTo"

Many spam emails have a different ReplyTo which is the scammers actual email address eg:
From: [email protected]
ReplyTo: [email protected]

Even though the spoofed [email protected] can often be important the scammers actual email [email protected] can be more important.

Even if the "From" is a genuine email such as [email protected], the scammer will have a different ReplyTo as the senders mail will get shut down for spamming.

In practice, the victim of a scam may only research the email address after they have already been emailing the scammer. That is why the ReplyTo is often important.

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.