Skip to content

Instantly share code, notes, and snippets.

@epixoip
epixoip / 6800XT.md
Last active December 9, 2023 17:29
RX 6800 XT Hashcat Benchmarks

AMD Radeon RX 6800 XT (reference) Hashcat Benchmarks

Software: Hashcat v6.1.1-120-g15bf8b730, ROCm 4.0.0, Fedora 33

Accelerator: 1 x AMD Radeon RX 6800 XT (reference)

Notes

  1. This is hands-down the best AMD GPU we've seen since 2012 and definitely a major turning point for AMD (and I'm sure the same can be said for the RX 6800 and RX 6900 as well) - The Red Team is back! Given all the bullshit NVIDIA has been lobbing at us since 2017, I'd say this is definitely a viable alternative in certain scenarios.
@Yureien
Yureien / hax.py
Created April 26, 2020 19:01
https://blog.sohamsen.me/posts/breaking-math-random/ Breaking Math.random() and Predicting Random Numbers (Housecat RTCP CTF Writeup)
import sys
import math
import struct
import random
import requests
from z3 import *
MASK = 0xFFFFFFFFFFFFFFFF
# xor_shift_128_plus algorithm
@genekogan
genekogan / scrapeImages.py
Created February 22, 2017 11:49
scraping full size images from Google Images
from bs4 import BeautifulSoup
import requests
import re
import urllib2
import os
import argparse
import sys
import json
# adapted from http://stackoverflow.com/questions/20716842/python-download-images-from-google-image-search