Unrestricted send mails through csrf vulnerability using target server mail
pip -r requirements.txt
Option(arguments)
-u : URL
-s : Sender
-x : Template.html
-r : Receiver (in TXT or email)
--single : one time send mail
--mass : mass sender multiple emails
--singlemass : for spam single email followed by -c for count of spam
-c : count
Example --singlemass
python ssf.py -u https://example.com/ -s [email protected] -x template/template.txt -r [email protected] --singlemass -c 10
Example --mass
python ssf.py -u https://example.com/ -s [email protected] -x template.txt -r mail/list.txt --mass
Example target inbox
Can be use in windows & linux