An open API service indexing awesome lists of open source software.

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

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

![Example](https://i.imgur.com/TAWuy3Y.png)