-
Hashcat
Hello,
I am still learning about Linux and cmd line use, and am trying to figure out how stupid or not I am.
I have been trying to locate different programs that I have read about to fully understand where and what all is in BackTrack4 and I don't see Hashcat.
Is it under a different name or am I still to ignorant to find it ???
I tried searching Google and the forums but didn't have any luck, sorry if this already posted somewhere.
Thanks for any help.
-
Re: Hashcat
root@bt:~# cd /pentest/passwords/hashcat/
root@bt:/pentest/passwords/hashcat# ls -lah
total 472K
drwxr-xr-x 6 root root 4.0K Oct 29 16:21 .
drwxr-xr-x 24 root root 4.0K Aug 4 15:40 ..
drwxr-xr-x 2 root root 4.0K Oct 29 16:21 docs
-rw-r--r-- 1 root root 4 Jun 28 23:13 eula.accepted
drwxr-xr-x 2 root root 4.0K Oct 29 16:21 examples
-rwxr-xr-x 1 root root 190K Jun 28 22:48 hashcat-cli.bin
-rw-r--r-- 1 root root 241K Jun 28 22:48 hashcat-cli.exe
drwxr-xr-x 2 root root 4.0K Oct 29 16:21 rules
drwxr-xr-x 2 root root 4.0K Oct 29 16:21 salts
root@bt:/pentest/passwords/hashcat#
-
Super Moderator
Re: Hashcat
In addition try using the find command (man find) and or the locate command (man locate).
Many tools are located under /pentest/ so just open a terminal and start exploring.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules