Skip to content

Instantly share code, notes, and snippets.

View edernucci's full-sized avatar
✈️
will code for food

Eder Nucci edernucci

✈️
will code for food
View GitHub Profile
(base) ➜ ~ hashcat -b -m 22000
hashcat (v6.2.5) 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.
* Device #1: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
@edernucci
edernucci / license-plate-generator.sh
Created August 22, 2019 02:06
Very good license plate generation on bash (brazilian model)
#!/bin/bash
for i in {1..10} # change to how much data you want
do
echo $(cat /dev/urandom | tr -dc 'A-Z' | fold -w 3 | head -n 1 )-$(cat /dev/urandom | tr -dc '0-9' | fold -w 4 | head -n 1)
done
#!/bin/bash
# change 32 to the required password length
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1
hashcat (v3.5.0) starting in benchmark mode...
* Device #1: This hardware has outdated CUDA compute capability (3.7).
For modern OpenCL performance, upgrade to hardware that supports
CUDA compute capability version 5.0 (Maxwell) or higher.
* Device #2: This hardware has outdated CUDA compute capability (3.7).
For modern OpenCL performance, upgrade to hardware that supports
CUDA compute capability version 5.0 (Maxwell) or higher.
* Device #3: Not a native Intel OpenCL runtime. Expect massive speed loss.
You can use --force to override, but do not report related errors.
hashcat (v3.30) starting in benchmark mode...
* Device #3: Not a native Intel OpenCL runtime, expect massive speed loss
You can use --force to override this but do not post error reports if you do so
OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: Tesla M60, 2030/8123 MB allocatable, 16MCU
* Device #2: Tesla M60, 2030/8123 MB allocatable, 16MCU
OpenCL Platform #2: The pocl project