GithubHelp home page GithubHelp logo

cksachdev / rarcrack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jaredsburrows/rarcrack

0.0 1.0 1.0 53 KB

Rarcrack - port for Mac OSX (works on Linux and Mac OSX)

License: GNU General Public License v2.0

Makefile 2.60% C 73.02% Shell 24.39%

rarcrack's Introduction

Rarcrack

Build Status Twitter Follow

Rarcrack - port for Mac OSX (works on Linux and Mac OSX)

  • Fixed warnings + errors
    • Linking errors
    • Segfaults

Originally source code by Copyright (C) 2007 David Zoltan Kedves - [email protected]

Download source from Sourceforge.net here: http://sourceforge.net/projects/rarcrack/files/rarcrack-0.2/

Compile

make

Usage

$ ./rarcrack 
RarCrack! 0.2 by David Zoltan Kedves ([email protected])

USAGE: rarcrack encrypted_archive.ext [--threads NUM] [--type rar|zip|7z]
       For more information please run "rarcrack --help"

Example

Rar

$ ./rarcrack --threads 2 --type rar test.rar 
RarCrack! 0.2 by David Zoltan Kedves ([email protected])

INFO: the specified archive type: rar
INFO: cracking test.rar, status file: test.rar.xml
Probing: '5h' [129 pwds/sec]
Probing: 'bm' [125 pwds/sec]
Probing: 'hu' [126 pwds/sec]
Probing: 'nA' [126 pwds/sec]
Probing: 'tJ' [127 pwds/sec]
Probing: 'zT' [127 pwds/sec]
Probing: 'FV' [124 pwds/sec]
Probing: 'LV' [124 pwds/sec]
Probing: 'RN' [121 pwds/sec]
Probing: 'XS' [125 pwds/sec]
Probing: '03I' [120 pwds/sec]
Probing: '09u' [119 pwds/sec]
Probing: '0fe' [118 pwds/sec]
Probing: '0l4' [120 pwds/sec]
Probing: '0qM' [118 pwds/sec]
Probing: '0wq' [116 pwds/sec]
Probing: '0Ci' [121 pwds/sec]
Probing: '0I4' [119 pwds/sec]
Probing: '0NG' [116 pwds/sec]
Probing: '0Tx' [121 pwds/sec]
Probing: '0Zj' [119 pwds/sec]
GOOD: password cracked: '100'

Zip

$ ./rarcrack --threads 2 --type zip test.zip
RarCrack! 0.2 by David Zoltan Kedves ([email protected])

INFO: the specified archive type: zip
INFO: cracking test.zip, status file: test.zip.xml
Probing: 'An' [771 pwds/sec]
Probing: '0bC' [769 pwds/sec]
Probing: '0N6' [774 pwds/sec]
GOOD: password cracked: '100'

7z

$ ./rarcrack --threads 2 --type 7z test.7z 
RarCrack! 0.2 by David Zoltan Kedves ([email protected])

INFO: the specified archive type: 7z
INFO: cracking test.7z, status file: test.7z.xml
Probing: '33' [83 pwds/sec]
Probing: '6T' [79 pwds/sec]
Probing: 'aP' [81 pwds/sec]
Probing: 'eL' [81 pwds/sec]
Probing: 'iE' [80 pwds/sec]
Probing: 'mu' [79 pwds/sec]
Probing: 'qk' [79 pwds/sec]
Probing: 'ua' [79 pwds/sec]
Probing: 'y0' [79 pwds/sec]
Probing: 'BT' [80 pwds/sec]
Probing: 'FH' [78 pwds/sec]
Probing: 'Jr' [77 pwds/sec]
Probing: 'N3' [74 pwds/sec]
Probing: 'QR' [78 pwds/sec]
Probing: 'UG' [79 pwds/sec]
Probing: 'Ys' [78 pwds/sec]
Probing: '024' [74 pwds/sec]
Probing: '05i' [66 pwds/sec]
Probing: '08L' [71 pwds/sec]
Probing: '0ce' [71 pwds/sec]
Probing: '0fz' [69 pwds/sec]
Probing: '0j4' [72 pwds/sec]
Probing: '0mw' [71 pwds/sec]
Probing: '0q0' [72 pwds/sec]
Probing: '0ts' [71 pwds/sec]
Probing: '0wM' [68 pwds/sec]
Probing: '0A8' [69 pwds/sec]
Probing: '0DC' [72 pwds/sec]
Probing: '0H7' [72 pwds/sec]
Probing: '0KB' [72 pwds/sec]
Probing: '0O6' [72 pwds/sec]
Probing: '0RD' [73 pwds/sec]
Probing: '0V9' [72 pwds/sec]
Probing: '0YD' [72 pwds/sec]
GOOD: password cracked: '100'

rarcrack's People

Contributors

davidak avatar jaredsburrows avatar

Watchers

 avatar

rarcrack's Issues

Unable to compile in macos 10.14.3

rarcrack on  master
➜ make
gcc -pthread rarcrack.c `xml2-config --libs --cflags` -O3 -o rarcrack
rarcrack.c:226:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
rarcrack.c:262:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
2 warnings generated.
ld: file not found: /usr/lib/system/libsystem_containermanager.dylib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [all] Error 1

cc: @jaredsburrows

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.