A mass exploitation tool for CVE 2020-8793 (Rust port)
It's just a Rust port.
(made in 2 hours, so not fully tested)
Original work can be found here
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