Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mr-Un1k0d3r/SPFAbuse
SPF are not as strong as you may think. Red Team tool to send email on behalf of your target corp
https://github.com/Mr-Un1k0d3r/SPFAbuse
Last synced: 21 days ago
JSON representation
SPF are not as strong as you may think. Red Team tool to send email on behalf of your target corp
- Host: GitHub
- URL: https://github.com/Mr-Un1k0d3r/SPFAbuse
- Owner: Mr-Un1k0d3r
- Created: 2019-03-26T14:48:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T15:05:25.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T17:39:58.343Z (4 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 133
- Watchers: 4
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Mr-Un1k0d3r/SPFAbuse - SPF are not as strong as you may think. Red Team tool to send email on behalf of your target corp (Python)
README
# SPFAbuse
SPF are not as strong as you may think. Red Team tool to send email on behalf of your target corp. The email format is expected to be `text/html`Moral of the story make sure that DMARC is enforced :)
# API key
You need to register a free account on sendgrid to be able to send emails.# Usage
```
python3 SPFAbuse.py
SPF Abuse - Mr.Un1k0d3r RingZer0 TeamUsage: SPFAbuse.py from to subject pathtofile apikey
```# Credit
Mr.Un1k0d3r RingZer0 Team