This commit is contained in:
2025-06-09 19:34:56 +09:00
parent 02a10ca391
commit cdc4e209c7
15 changed files with 490 additions and 1 deletions

30
old_scripts/commands.yaml Normal file
View File

@@ -0,0 +1,30 @@
commands:
- name: easygoing rundll
command: 'rundll32 C:\\Users\\[REDACTED]\\AppData\\Local\\Temp\\easygoing.dat,#1'
- name: nltest all_trusts
command: 'nltest /domain_trusts /all_trusts'
- name: nltest domain_trusts
command: 'nltest /domain_trusts'
- name: net view domain
command: 'net view /all /domain'
- name: net view
command: 'net view /all'
- name: domain admins
command: 'net group "Domain Admins" /domain'
- name: current codepage
command: 'cmd.exe /c chcp >&2'
- name: ipconfig
command: 'ipconfig /all'
- name: workstation config
command: 'net config workstation'
- name: system info
command: 'systeminfo'