Skip to content

Instantly share code, notes, and snippets.

@rarecoil
rarecoil / rx5700xt-bench.txt
Created September 16, 2019 19:12
AMD Radeon RX 5700 XT Reference Card - hashcat 5.1.0 benchmark
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.]
@sckalath
sckalath / windows_privesc
Last active June 4, 2024 07:55
Windows Privilege Escalation
// What system are we connected to?
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
// Get the hostname and username (if available)
hostname
echo %username%
// Get users
net users
net user [username]