Skip to content

JacobPimental/SnakeOil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Spam Trap created in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages