This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import getpass | |
import re | |
import time | |
import subprocess | |
import sys | |
MIN_UPTIME = 1800 # 30 minutes of uptime required before autokilling | |
TIME_DELTA = 21600 # 6 hours of uptime max before autokilling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System specifications: | |
* Intel Xeon E5-2680v2 | |
* 128 GB RAM | |
* 4 XFX Radeon VII | |
* hashcat v5.1.0-1474-gd315f614 (git) | |
* rocm-dkms 2.10.14 | |
* Ubuntu 18.04 | |
Stock clocks, stock fan, sclk/mclk variable. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hashcat (v5.1.0-1495-g53254b45) starting in benchmark mode... | |
OpenCL API (OpenCL 2.1 AMD-APP (2906.7)) - Platform #1 [Advanced Micro Devices, Inc.] | |
===================================================================================== | |
* Device #1: gfx1010, 8064/8176 MB (4048 MB allocatable), 20MCU | |
Benchmark relevant options: | |
=========================== | |
* --optimized-kernel-enable | |
* --workload-profile=3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hashcat (v5.1.0) starting in benchmark mode... | |
Benchmarking uses hand-optimized kernel code by default. | |
You can use it in your cracking session by setting the -O option. | |
Note: Using optimized kernel code limits the maximum supported password length. | |
To disable the optimized kernel code in benchmark mode, use the -w option. | |
OpenCL Platform #1: Intel(R) Corporation | |
======================================== | |
* Device #1: Intel(R) Gen9 HD Graphics NEO, 4095/25647 MB allocatable, 24MCU |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"flag" | |
"fmt" | |
"log" | |
"os" | |
"runtime" | |
"strings" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running 1024 examples with mobilenet, batch size 1, on backend plaid | |
INFO:plaidml:Opening device "opencl_amd_gfx1010.0" | |
Compiling network... Warming up... Running... | |
Example finished, elapsed: 6.513s (compile), 7.912s (execution) | |
----------------------------------------------------------------------------------------- | |
Network Name Inference Latency Time / FPS | |
----------------------------------------------------------------------------------------- | |
mobilenet 7.73 ms 1.67 ms / 599.91 fps | |
Correctness: PASS, max_error: 7.314303729799576e-06, max_abs_error: 6.407499313354492e-07, fail_ratio: 0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# Rulegen.py - Advanced automated password rule and wordlist generator for the | |
# Hashcat password cracker using the Levenshtein Reverse Path | |
# algorithm and Enchant spell checking library. | |
# | |
# This tool is part of PACK (Password Analysis and Cracking Kit) | |
# | |
# VERSION 0.0.3 | |
# | |
# Copyright (C) 2013 Peter Kacherginsky |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hashcat (v5.1.0) starting in benchmark mode... | |
Benchmarking uses hand-optimized kernel code by default. | |
You can use it in your cracking session by setting the -O option. | |
Note: Using optimized kernel code limits the maximum supported password length. | |
To disable the optimized kernel code in benchmark mode, use the -w option. | |
OpenCL Platform #1: Advanced Micro Devices, Inc. | |
================================================ | |
* Device #1: gfx804, 3264/4096 MB allocatable, 10MCU |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hashcat (v5.1.0-1397-g7f4df9eb) starting in benchmark mode... | |
Benchmarking uses hand-optimized kernel code by default. | |
You can use it in your cracking session by setting the -O option. | |
Note: Using optimized kernel code limits the maximum supported password length. | |
To disable the optimized kernel code in benchmark mode, use the -w option. | |
/sys/bus/pci/devices/0000:23:00.0/hwmon/hwmon0/temp1_input: unexpected data. | |
OpenCL API (OpenCL 2.1 AMD-APP (2906.7)) - Platform #1 [Advanced Micro Devices, Inc.] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am rarecoil on github. | |
* I am rarecoil (https://keybase.io/rarecoil) on keybase. | |
* I have a public key ASDSt6Q-Z4zQW-9MrmJfpHfSBAI2gIEH4hwI7yZTE8BGEAo | |
To claim this, I am signing this object: |