Giter Club home page Giter Club logo

davegrohl's People

Contributors

octomagon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

davegrohl's Issues

Please help!

Hi there I have a file vault 2 encrypted external hard drive. All of my pictures are on this drive and I don't know what to do. I know the length of the password and that is 12 characters. It was picked from Apples Password Helper under Memorable which means it consists of a word that is 3-5 characters followed by a number that is 1-3 digits then a symbol and then a word, 3-5 characters again.
Here are some examples of keys it generates:
vet5}explode
roll52;darn
meshy27&pace
long56'coper
envoi0{Praia
calyx20{they

I appreciate your help greatly :)

Request

Hello @octomagon , can you make this to test a web login? With a list of USERNAME:PASSWORD? Is that possible? I can't find anything on mac to do it.

Getting command not found

When I enter 'sudo ./dave -u some user' I keep getting 'sudo: ./dave: command not found'. I'm running El Capitan 10.11.4 but nothing seems to work. Any help would be greatly appreciated!

Memory Usage Buildup

When I run this on my new macbook air, I get about 20 guesses per second, but my old macbook pro gets 91,000/second. In about 10 minutes, I have maxed out my RAM, as it just keeps building infinitely. Is there something that I configured incorrectly?

Use on secondary keychain file?

I have a keychain file that I locked myself out of, but backed up separately before I nuked it and started rebuilding.

Is there a parameter where I can specify the keychain file it should check?

Couldn't find the correct hashing function.

macOs Mojave 10.14.6 (18G9323)
sudo ./dave -u star
`➜ davegrohl git:(master) sudo ./dave -u star
Password:
-- Loaded Unknown Hash Type
-- Starting attack
Couldn't find the correct hashing function.

Finished in 81317615.562 seconds / 0 total guesses...
0.00 guesses per second.
➜ davegrohl git:(master) sudo ./dave -u vip
-- Loaded Unknown Hash Type
-- Starting attack
Couldn't find the correct hashing function.

Finished in 81317615.562 seconds / 0 total guesses...
0.00 guesses per second.
➜ davegrohl git:(master)`

Getting the error "error: invalid value 'c++14' in '-std=c++14' "

The full error is:

clang++ -std=c++14 -stdlib=libc++ -ObjC++ -I include -I mbedtls/include -c -o build/app_controller.o src/app_controller.cpp
error: invalid value 'c++14' in '-std=c++14'
make: *** [build/app_controller.o] Error 1

What can I do to prevent this from happening?

Alternatively,

My situation is that i'm on a laptop provided by an educational establishment. My user is a managed, mobile user and most of the features of the mac are disabled. I cannot enter single-user mode and whenever I attempt to use sudo, I am prompted for an administrator's password which I do not have.

Does anyone have any suggestions on how I should face this problem?

make fails with Xcode 6.3.1

make fails with error: initializer for thread-local variable must be a constant expression:

hostaname:davegrohl jcooley$ make
 clang++ -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -fobjc-arc -fobjc-nonfragile-abi -arch x86_64 -ObjC++ -O3  -I include -c -o build/DGAttack.o src/DGAttack.cpp
src/DGAttack.cpp:299:32: error: initializer for thread-local variable must be a constant expression
    static __thread hashData_t guessHashData;
                               ^~~~~~~~~~~~~
src/DGAttack.cpp:299:32: note: use 'thread_local' to allow this
1 error generated.
make: *** [build/DGAttack.o] Error 1

This is on OS X Yosemite with Xcode 6.3.1

hostname:davegrohl jcooley$ gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
hostname:davegrohl jcooley$ uname -a
Darwin hostname 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64
hostname:davegrohl jcooley$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.10.3
BuildVersion:   14D136

image

gcc++ error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

Potential cause may be here, which suggests one of:

clang++ -std=c++11 foo.cpp
clang++ -std=c++11 -stdlib=libstdc++ foo.cpp

Steps to reproduce:

$ uname -m
x86_64

$ grep DESCR /etc/lsb-release
DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"

$ make
clang++ -std=c++14 -stdlib=libc++ -I include -I mbedtls/include -c -o build/etc_shadow.o src/etc_shadow.cpp
In file included from src/etc_shadow.cpp:1:
In file included from include/etc_shadow.h:5:
In file included from /usr/include/c++/v1/iostream:38:
In file included from /usr/include/c++/v1/ios:216:
In file included from /usr/include/c++/v1/__locale:15:
/usr/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception
      specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
                                           ^
/usr/include/c++/v1/string:1326:40: note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
                                       ^
1 error generated.
makefile:36: recipe for target 'build/etc_shadow.o' failed
make: *** [build/etc_shadow.o] Error 1

Tag your releases

If you tag your releases, I will try to get this submitted for inclusion in the Homebrew package repository.

durring the cracking

ok lets get cracking............
it doesn't show its progress like it does for your examples...

screen shot

is that a bug or an update? either way I think its an issue and would like to have it in the process.

How to run this app?

Hi,

I try the command:

sudo /.dave -u the_username

The terminal gave me

sudo: ./dave: command not found

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.