octomagon / davegrohl

A Password Cracker for macOS
http://www.davegrohl.org
GNU General Public License v2.0
235 stars 39 forks source link

How to run this app? #7

Closed amoc1000 closed 9 years ago

amoc1000 commented 9 years ago

Hi,

I try the command:

sudo /.dave -u the_username

The terminal gave me

sudo: ./dave: command not found

octomagon commented 9 years ago

Hi! Make sure dave is in your current working directory. You can see if it is by typing 'ls -lh'. If you cloned the git repo and compiled it with 'make', dave will be created in the bin directory then you can 'cd bin' and your command will work

octomagon commented 9 years ago

I'll update the readme later today with more details.

octomagon commented 9 years ago

The README has a brief tutorial now. Dave also compiles into the base directory instead of 'bin'. I think it's a bit more user-friendly this way. This also make to overall project structure a little simpler since dave looks for the 'wordlists' folder in the same directory dave is in. Putting 'wordlists' in 'bin' seems sloppy.