SalimHaddou / snmp0wn-md5

Bash script to bruteforce snmpv3 authentication passwords using MD5 (usmHMACMD5AuthProtocol)
GNU General Public License v3.0
31 stars 5 forks source link

Change md5 #1

Open Hackndo opened 7 years ago

Hackndo commented 7 years ago

Hello,

You should change the md5 value in your readme.md as it refers directly to root-me challenge SMTP Authentication

Thanks for the tool though :)

ghost commented 4 years ago

+1

jumpman234 commented 1 year ago

Hi, I keep getting this error when i run the script, can you help? Thank you so much ;) ps: i tried these: https://serverfault.com/questions/305953/how-to-install-perl-module-cryptopensslaes

Testing password: 050505 Can't locate Crypt/DES.pm in @inc (you may need to install the Crypt::DES module) (@inc contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Net/SNMP/Security/USM.pm line 26. BEGIN failed--compilation aborted at /usr/share/perl5/Net/SNMP/Security/USM.pm line 26. Compilation failed in require at /usr/bin/snmpkey line 87. BEGIN failed--compilation aborted at /usr/bin/snmpkey line 87.

jumpman234 commented 1 year ago

the solution:

cpan -i Crypt::DES