https://github.com/fssay/opensmtpd-rs
Rust port of the /helIsec/OpenSMTPD
https://github.com/fssay/opensmtpd-rs
cve-2020-8793 opensmtpd rust-lang
Last synced: about 1 year ago
JSON representation
Rust port of the /helIsec/OpenSMTPD
- Host: GitHub
- URL: https://github.com/fssay/opensmtpd-rs
- Owner: FssAy
- Created: 2020-11-30T16:41:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T16:46:34.000Z (over 5 years ago)
- Last Synced: 2025-02-02T03:44:04.758Z (over 1 year ago)
- Topics: cve-2020-8793, opensmtpd, rust-lang
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenSMTPD-RS
A mass exploitation tool for CVE 2020-8793 (Rust port)
----------------------------------------------------------------------------------
# Info
It's just a Rust port.
(made in 2 hours, so not fully tested)
Original work can be found [here](https://github.com/helIsec/OpenSMTPD)
The Shodan API to find vulnerable devices and mass sends a payload to the target
To customize the payload :
`stream.write(format!("MAIL FROM:<;{};>\r\n", payload).as_bytes())?;`
Change the variable 'payload' to your desired payload
----------------------------------------------------------------------------------
# Example
