Skip to content

Instantly share code, notes, and snippets.

View akuma-log's full-sized avatar
💭
I may be slow to respond.

akuma# akuma-log

💭
I may be slow to respond.
View GitHub Profile
@akuma-log
akuma-log / Domain Enumeration Commands
Created June 16, 2024 22:39 — forked from its-a-feature/Domain Enumeration Commands
Common Domain Enumeration commands in Windows, Mac, and LDAP
Domain: TEST.local
User Enumeration:
Windows:
net user
net user /domain
net user [username]
net user [username] /domain
wmic useraccount
Mac:
dscl . ls /Users
@akuma-log
akuma-log / wmic_cmds.txt
Created June 5, 2024 16:36 — forked from xorrior/wmic_cmds.txt
Useful Wmic queries for host and domain enumeration
Host Enumeration:
--- OS Specifics ---
wmic os LIST Full (* To obtain the OS Name, use the "caption" property)
wmic computersystem LIST full
--- Anti-Virus ---
wmic /namespace:\\root\securitycenter2 path antivirusproduct
@akuma-log
akuma-log / .tmux.conf
Created April 18, 2024 04:11 — forked from rodricels/.tmux.conf
tmux configuration, mouse copy & paste added
# My tmux configuration, partly based on https://github.com/wbkang/wbk-stow/blob/master/tmux-config/.tmux.conf
# Scroll History
set -g history-limit 50000
# show messages for 4 seconds instead
set -g display-time 4000
# set first window to index 1 (not 0) to map more to the keyboard layout
set-option -g renumber-windows on