Black Traffic

This is just a placeholder for occasionally when I need to make a large file available for download, or odd little jobs like that. Please contact jamie AT blacktraffic.co.uk if you have been given a link and it doesn't work. Now and then I use it to host malware in order to test web proxy filtering - you have been warned.

Passwords

Couple of password-related github projects

Wordlists at weakpass

x509 Test Cases

x509 certs to tickle XSS, command injection:

injectcert.pem (sleep 30) and matching injectkey.pem

xsscert.pem (xss) and matching xsskey.pem

Ubuntu/NVIDIA black magic

Coolbits 4 allows manual fan control. Then we need to allow nvidia-smi to talk to the correct X server, so DISPLAY and XAUTHORITY need to be set. Then we can set the various parameters per card.
#make sure /etc/X11/xorg.conf says "CoolBits 4"
systemctl restart display-manager
ps -elf | grep X
#find the string /run/user/???/gdm/Xauthority file in output and set XAUTH to it as below:
export XAUTHORITY="/run/user/128/gdm/Xauthority"
export DISPLAY=":0"
for i in `seq 0 5` ; do nvidia-settings -a  "[gpu:$i]/GpuPowerMizerMode=1" -a "[gpu:$i]/GPUFanControlState=1" -a "[fan:$i]/GPUTargetFanSpeed=90" ; done
watch nvidia-smi 

Some talks:

Github archive of public talks

Practical Password Cracking, 2018

Embedded Systems, 2016