Toad tools

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

  1. Shift+F10 to open command prompt.
  2. Add bypass registry entry: reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
  3. Reboot: shutdown /r /t 0

Just do it yourself

  1. Shif+F10
  2. start 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