Files
metasploit-gs/modules/exploits
zomfg-zombie 364591069c Fix payload failing to trigger
For whatever reason,  `;for #{rand_text_alpha(1)} in #{iter};do read;done;sh;exit 0;` causes an issue with the payload triggering.

Editing `do read` to `do read r`, as taken from the PoC script at https://www.exploit-db.com/exploits/48051, causes the `MAIL_FROM` field to exceed 64 characters.

However, this seems to make 0 difference to the payload, so I commented out the length check.

Reliably working on OpenSMTPd 6.6.0 on an Ubuntu 20.04 host.
2021-01-19 18:31:35 +10:00
..
2020-10-02 21:00:37 +01:00
2020-12-16 15:15:27 +01:00
2021-01-09 08:13:19 -05:00
2020-12-07 10:31:45 +00:00
2020-10-02 21:00:37 +01:00
2021-01-19 18:31:35 +10:00
2020-10-02 21:00:37 +01:00