Log in

View Full Version : [PERL] SMF v1.1.4/v1.1.5 password hash cracker



conanjung
29-06-2008, 01:44 PM
[hide=15]

[code]
#!/usr/bin/perl
#
# Simple Machines Forum v1.1.4/v1.1.5 password hash cracker
# not some hack tool you kid.
# Quickly coded, feel free to improve
#
# Iron
# http://www.randombase.com
# or better: http://www.perlforums.org
#
use Digest::SHA1 'sha1_hex';
print "
Simple Machines Forum v1.1.4/v1.1.5 password hash cracker
by Iron - http://www.randombase.com / http://www.perlforums.org

Menu..
1. Numeric attack
2. Alphabetic attack or whatever
3. Mix 'em up Johnny
4. Dictionary attack
< Choice > ";
chomp($c=<stdin>);
print "[+]Username of the target: ";
chomp($u=lc(<stdin>));
print "[+]Password hash of the target: ";
chomp($p=<stdin>);
print "[+]Cracking... could take a while";
if($c eq &#39;1&#39;)
{

windows98SE
29-06-2008, 02:23 PM
แง่ว สคิป บรูท sha1

hyde4fun
30-06-2008, 02:47 PM
ถ้ามันทำได้จริง แล้วมีวิธีแก้รึเปล่า

windows98SE
30-06-2008, 08:45 PM
ข้างบนไม่ใช่ สคริป hack ประเภท exploit คับ
เป็น ประเภท crack sha1 โดยการ บรูท

ตั้งพาส ยากๆ ยาวๆ ก็ บรูทไม่ออกแล้วคับ