Skip to content

Unrestricted send mails through csrf vulnerability

Notifications You must be signed in to change notification settings

EagleTube/spamail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unrestricted SENDMAIL (SSF Vulnerability)

Unrestricted send mails through csrf vulnerability using target server mail
Screenshot_1

Get Started

pip -r requirements.txt

Options

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 admin@example.com -x template/template.txt -r target@mail.com --singlemass -c 10
Screenshot_2

Example --mass
python ssf.py -u https://example.com/ -s admin@example.com -x template.txt -r mail/list.txt --mass
Screenshot_3

Example target inbox
Screenshot_4
Screenshot_5

Platforms

Can be use in windows & linux

About

Unrestricted send mails through csrf vulnerability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages