Skip to content

Instantly share code, notes, and snippets.

Nvidia GTX 1080 Ti Hashcat Benchmarks

Software: Hashcat v3.40-49-g20057d8, Nvidia driver 378.13

Accelerator: 1x Nvidia GTX 1080 Ti FE

Highlights

  1. This card is clock-for-clock identical to the Titan X Pascal, so the numbers should not be new or surprising to anyone.
@epixoip
epixoip / bcrypt.md
Last active March 21, 2019 17:14
Maxwell/Pascal bcrypt Benchmark

Maxwell/Pascal bcrypt Benchmarks

Product: Sagitta Invictus-based dev box

Software: Hashcat v3.6.0-39-gc918173, Nvidia driver 381.22

Accelerator: 1x GTX 970 reference, 1x GTX 980 reference, 1x GTX Titan X (Maxwell) reference, 1x GTX 1080 Ti FE

root@dev:~/hashcat# ./hashcat -w 4 -b -m 3200
@epixoip
epixoip / rtx2080.md
Last active February 23, 2022 17:54
Nvidia RTX 2080 FE Hashcat Benchmarks

Nvidia RTX 2080 FE Hashcat Benchmarks

Product: As there is currently no Linux driver, we had to use chick3nman's desktop (Windows 7)

Software: Hashcat v4.2.1, Nvidia driver 411.63

Accelerator: 1x Nvidia RTX 2080 Founders Edition

Notes

@epixoip
epixoip / oracle_tm.pl
Last active June 15, 2019 17:35
Oracle Transportation Management reference hash implementation
#!/usr/bin/env perl
# Oracle Transportation Management reference hash implementation
# Fri 14 Jun 2019 11:02:08 PM CDT, jgosney@terahash.com
use strict;
use warnings;
use Crypt::Digest::SHA256 qw(sha256);
use MIME::Base64;
@epixoip
epixoip / 2080S.md
Created July 27, 2019 07:46
Nvidia RTX 2080 SUPER FE Hashcat Benchmarks

Nvidia RTX 2080 SUPER FE Hashcat Benchmarks

Software: Hashcat v5.1.0, Nvidia driver 430.34

Accelerator: 1x Nvidia RTX 2080 SUPER Founders Edition

Notes

  1. Only ~ 3% faster than non-SUPER 2080. Future drivers may show slightly better performance, but this seems like a pretty good driver as far as release-day drivers go.
@epixoip
epixoip / test_delims.pl
Created November 5, 2019 07:07
Brute force field delimiters in a text file
#!/usr/bin/env perl
use strict;
use warnings;
my @delims = ( 9, 11, 28, 29, 30, 31, 32 .. 47, 58 .. 64, 91 .. 96, 123 .. 126 );
my $file = $ARGV[0] || die "Usage: $0 <filename>\n";
open (my $fh, "<", $file) || die "Unable to open $file: $!\n";
#!/bin/sh
for i in /sys/class/net/*; do
printf "%-10s Driver: %-10s State: %s\n" \
"$(basename $i)" \
"$(sed -rn 's/DRIVER=(.*)/\1/p' $i/device/uevent 2>/dev/null || echo unknown)" \
"$(cat $i/operstate)"
done
@epixoip
epixoip / SpeedTest.Net Server List
Created July 23, 2020 07:07 — forked from gxgani/SpeedTest.Net Server List
Speedtest.net Server List
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<servers><server url="http://speedtest.pronea.no/speedtest/upload.php" lat="69.6828" lon="18.9428" name="Tromso" country="Norway" countrycode="NO" sponsor="Pronea AS" sponsorurl="http://www.pronea.no/" id="1327" gid="0" url2="http://speedtest.pronea.no/speedtest/upload.php" bigsamples="1" />
<server url="http://speedtest.mmsn.ru/speedtest/upload.php" lat="68.9667" lon="33.0833" name="Murmansk" country="Russian Federation" countrycode="RU" sponsor="JSC M2C" sponsorurl="http://www.mmsn.ru" id="1521" gid="0" url2="http://speedtest.mmsn.ru/speedtest/upload.php" bigsamples="1" />
<server url="http://st1.teletoria.ru/speedtest/upload.php" lat="68.9667" lon="33.0833" name="Murmansk" country="Russian Federation" countrycode="RU" sponsor="ISP Teletoria" sponsorurl="http://www.teletoria.ru" id="2342" gid="0" url2="http://st1.teletoria.ru/speedtest/upload.php" bigsamples="1" />
<server url="http://speedtest.oltv.ru/speedtest/upload.php" lat="68.1500" lon="33.2833" nam
@epixoip
epixoip / hashcat.ans
Created August 10, 2020 04:18
Hashcat ANSI
██████ ██████ ██████ ██████████ ██████ ██████ ████████ ███ ████████
██████ ██████ ████████ ████████████ ██████ ██████ ██ ██ ███ ██
██████ ██████ ████ ████ █████ ██████ ██████ ██████ ██ ██ █ █ ██
██████ ██████ █ █ ██████ ██████ ██████ ██ ██ ██ ██ ██
██████████████ ███ ██ █████████ █████████████ ██ ██ ██ ██
██████████████ █████ █████ █████████ █████████████ ██ █ █ ██
██████████████ █████ █████ ████████ █████████████ ██ ██ ██ ██
██████ ██████ █████ █████ █████ ██████ ██████ ██████ ██ ██ ██ ██ ██