Skip to content

FssAy/OpenSMTPD-RS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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