GitBook: [master] one page modified

This commit is contained in:
CPol 2021-06-01 00:43:40 +00:00 committed by gitbook-bot
parent 2a0b46ccbb
commit cdf1bae8e5
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -169,7 +169,9 @@ We are sending this important file to all our customers. It contains very import
Sincerely,
```
From: [https://www.offensive-security.com/metasploit-unleashed/client-side-exploits/](https://www.offensive-security.com/metasploit-unleashed/client-side-exploits/)
```bash
swaks --to $(cat emails | tr '\n' ',' | less) --from test@sneakymailer.htb --header "Subject: test" --body "please click here http://10.10.14.42/" --server 10.10.10.197
```
### Sending an Email with Python