TechSomething

RUN AN OLD VERSION OF CUDAHASHCAT

for benchmarking purposes I needed to run an old version cudaHashcat, the 1.31, now version 2.01 is out.

I got the error:

“ERROR: This copy of cudaHashcat is outdated. Get a more recent version.”

The solution is installing libfakedate:

apt-get install fakedate

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1 FAKETIME=”-60d” /root/cudaHashcat-1.31/cudaHashcat64.bin –options-etcetera

note that the path of the lib should be the correct one for your system, you tune the fake date changing thedays back and forth, for me: “-60d”

source: https://serverfault.com/questions/138325/faking-the-date-for-a-specific-shell-session