killchain-compendium/Miscellaneous/SMTP.md

11 lines
201 B
Markdown
Raw Normal View History

2022-11-13 16:00:22 +01:00
# SMTP
* [hacktrick's site](https://book.hacktricks.xyz/pentesting/pentesting-smtp)
2023-05-12 19:15:13 +02:00
## Adhoc SMTP Server
Set up an SMTP Server quickly using `maildev`
```sh
sudo maildev -s 25 --ip $ATTACKER_IP
```