Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum [asc] Replies Views Posted
    Thread: Best way to crack a md5(phpBB3) hash?
Post: RE: Best way to crack a md5(phpBB3) hash?

this post may help you get in the right direction: https://hashcat.net/forum/thread-1609-post-9158.html#pid9158
epixoip General Help 3 18,017 12-23-2012, 06:37 AM
    Thread: Exhausted?
Post: RE: Exhausted?

Toil Wrote: (12-24-2012, 03:56 AM) -- I know about the --increment flag. It doesn't work as expected. You can't custom set your ?1, ?2, ?3, ?4. It is always ?l?d?u. -- false. Quote: -- But, w...
epixoip General Help 6 40,300 12-24-2012, 09:47 AM
    Thread: mcrypt decryption
Post: RE: mcrypt decryption

first, we crack hashes, not encryption. second, an attacker wouldn't have to crack the passwords. they would simply run all of the passwords in your database back through your function with your key,...
epixoip General Help 5 11,907 12-23-2012, 09:41 PM
    Thread: mcrypt decryption
Post: RE: mcrypt decryption

I'm sorry, I just assumed that since you provided absolutely no context, and since you posted it to the Support forum, that this somehow related to password cracking. In short, if you knew what you w...
epixoip General Help 5 11,907 12-23-2012, 10:46 PM
    Thread: oclHashcat without window manager
Post: RE: oclHashcat without window manager

just because you need to run x11 doesn't mean you need to run oclHashcat from within a window manager. you can still run it at console if you export the appropriate display.
epixoip General Help 7 12,781 12-31-2012, 02:18 AM
    Thread: understanding the "export DISPLAY=:0" command
Post: RE: understanding the "export DISPLAY=:0" command

The DISPLAY variable is not used by X itself; it is used by X11 applications. It tells X11 applications which screen they should run on. The format of the DISPLAY variable is hostname:display. For loc...
epixoip General Help 2 93,266 01-20-2013, 06:27 AM
    Thread: New user, I need a little help.thanks
Post: RE: New user, I need a little help.thanks

run hashcat with -h and read the help output. there's also an entire wiki. and a forum full of advice. might i also suggest reading www.catb.org/esr/faqs/smart-questions.html ...
epixoip General Help 4 8,622 01-22-2013, 08:54 AM
    Thread: Is it 'safe' to upgrade Ubuntu Server with hashcat?
Post: RE: Is it 'safe' to upgrade Ubuntu Server with has...

You're welcome. The advantage of using an OS that has an SDLC and thus has long-term stable releases is that the software versions do not change. Even if you update the OS, the versions will all stay...
epixoip General Help 9 18,435 01-23-2013, 07:52 AM
    Thread: New user, I need a little help.thanks
Post: RE: New user, I need a little help.thanks

there are also plenty of videos on youtube
epixoip General Help 4 8,622 01-23-2013, 10:26 AM
    Thread: Is it 'safe' to upgrade Ubuntu Server with hashcat?
Post: RE: Is it 'safe' to upgrade Ubuntu Server with has...

hashcat only recognizes cards that the opencl platform tells it about. the opencl platform gets its information from the driver. the driver depends on x11. so you will need to generate a new xorg.conf...
epixoip General Help 9 18,435 01-24-2013, 04:02 PM
    Thread: Effect of Grammar on Security of Long Passwords
Post: RE: Effect of Grammar on Security of Long Password...

why are you cross-posting? this is the same comment you left on another thread.
epixoip General Help 6 11,602 01-25-2013, 12:05 PM
    Thread: Effect of Grammar on Security of Long Passwords
Post: RE: Effect of Grammar on Security of Long Password...

oh, ok.
epixoip General Help 6 11,602 01-25-2013, 05:52 PM
    Thread: Catalyst v13.1
Post: RE: Catalyst v13.1

The only part of the kernel that interacts with the hardware is the fglrx module. The only thing that changes in the vanilla kernel which affects the fglrx module is the API, which only effects buildi...
epixoip General Help 20 38,162 01-28-2013, 09:37 PM
    Thread: Catalyst v13.1
Post: RE: Catalyst v13.1

i presume that windows and linux share a common binary blob
epixoip General Help 20 38,162 01-28-2013, 09:47 PM
    Thread: VCL error
Post: RE: VCL error

you're using oclHashcat instead of vclHashcat
epixoip General Help 9 16,304 01-29-2013, 10:52 PM
    Thread: VCL error
Post: RE: VCL error

yes, or wait for the next release.
epixoip General Help 9 16,304 01-29-2013, 11:11 PM
    Thread: Strange character
Post: RE: Strange character

M@LIK Wrote: (01-30-2013, 08:12 AM) -- Null. -- Null is 0x00. 0x9d is the Yen sign in extended ASCII.
epixoip General Help 5 9,424 01-30-2013, 09:23 AM
    Thread: Strange character
Post: RE: Strange character

:(
epixoip General Help 5 9,424 01-30-2013, 11:11 AM
    Thread: VCL error
Post: RE: VCL error

The error is from hashcat, not vcl. It is expecting to find the AMD Display Library for temp reporting, fan control, etc. Try running hashcat with --gpu-temp-disable
epixoip General Help 9 16,304 01-31-2013, 05:48 AM
    Thread: md5 base64
Post: RE: md5 base64

just convert it from base64 to hex. Code: -- epixoip@ike:~$ echo -n 'Jj09tHmY/X6IT10P70zJ/w==' | base64 -d | xxd -g 0 -ps 263d3db47998fd7e884f5d0fef4cc9ff --
epixoip General Help 2 8,724 01-31-2013, 06:09 AM