mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
2a0b46ccbb
commit
cdf1bae8e5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue