
Toad tools
- Bento - Browser PDF toolbox
- Omnitools - A whole ding dang lot of useful utilities
- Snapdrop - Airdrop but for poor people too
- Cyberchef - A whole ding dang lot of useful utilities that are different from that other one
- IT Tools - A whole ding dang lot of useful utilities that, again, maintain a triatic separation from the previous two iterations of this description
- HTML/MD File Browser - Don't worry about this one
- Wallpapers - Wallpapers. I can't figure out how to be more verbose about that.
- Cobalt - Download web videos from the...web
- SearX - Privacy-first search aggregator
- Spooty - Don't worry about this one either
Windows Install tools
Massgrave
Activate windows with "don't ask, don't tell" legality in powershell

With menu
irm https://get.activated.win | iex
Unattended
& ([ScriptBlock]::Create((irm https://get.activated.win))) /HWID
Unattended if your DNS/ISP is an asshole
& ([ScriptBlock]::Create((curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String))) /HWID
Debloat
& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))
Bypass Windows Online Activation

Registry
Shift+F10to open command prompt.- Add bypass registry entry:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f - Reboot:
shutdown /r /t 0
Just do it yourself
Shif+F10start ms-cxh:localonly
Windows Localadmin
At elevated shell:
net user /add [username] [password]
net localgroup administrators [username] /add
Exfiltrate WPA/WPA2/WEP Wifi networks

netsh wlan show profiles
then
netsh wlan show profiles {SSID key}=clear
Benchmark it (real operating systems only)
curl -sL https://yabs.sh | bash
Install Webmin. You know you want to
curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh
sudo sh webmin-setup-repo.sh
apt-get install --install-recommends webmin usermin
Pull it up on port 10000
FFMPEG RTMP stream
.\ffmpeg.exe -re -stream_loop -1 -i "C:\path\to\video.mp4" -c copy -f flv rtmp://<server-ip>:1935/live/test
