Skip to content

Instantly share code, notes, and snippets.

View JayaByu's full-sized avatar
:octocat:
Load To Mastah....

./4l0n3 JayaByu

:octocat:
Load To Mastah....
View GitHub Profile
@trimkadriu
trimkadriu / mail-spoof.sh
Last active March 28, 2023 10:53
Email Spoofing PoC
#!/bin/bash
# Mail Server Config
mail_server_ip="" # SMTP server
mail_server_port="25"
mail_server_username="" # SMTP username
mail_server_password="" # SMTP password
mail_server_legit_email="noreply@<yoursmtp>.com" # The `Mail from` value of SMTP Envelope (not what victim see)
# Email params config