Results 1 to 4 of 4

Thread: [PERL] SMF v1.1.4/v1.1.5 password hash cracker

  1. #1
    Senior Member
    Join Date
    Sep 2007
    Location
    เวียงจันท์ ลาว
    Posts
    298


    [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
    {

  2. #2


    แง่ว สคิป บรูท sha1

  3. #3


    ถ้ามันทำได้จริง แล้วมีวิธีแก้รึเปล่า
    <div align="center">[url="http://twitter.com/hyde4fun"][img]http://feelza.net/tweetsig/img/hyde4fun.png[/img][/url]</div>

  4. #4


    ข้างบนไม่ใช่ สคริป hack ประเภท exploit คับ
    เป็น ประเภท crack sha1 โดยการ บรูท

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

Similar Threads

  1. Multi MD5 Online Hash Cracker (MMD5OHC) v0.2
    By snapter in forum Security Tools
    Replies: 0
    Last Post: 08-03-2008, 11:48 AM
  2. vBulletin v3.6.8 MD5 Hash Cracker v2.0
    By snapter in forum Security Tools
    Replies: 0
    Last Post: 07-03-2008, 01:47 AM
  3. Replies: 0
    Last Post: 08-01-2008, 11:23 AM
  4. Hash => Password
    By donnakab in forum Hacking, Exploit Articles/Tutorial/Techniques
    Replies: 0
    Last Post: 09-10-2006, 04:08 PM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •