Skip to content

Instantly share code, notes, and snippets.

View omaramin17's full-sized avatar
:octocat:

Omar A. omaramin17

:octocat:
View GitHub Profile
@omaramin17
omaramin17 / wmic_cmds.txt
Created March 20, 2022 13:04 — 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
@omaramin17
omaramin17 / resources.md
Created June 6, 2021 19:53 — forked from muff-in/resources.md
A curated list of Assembly Language / Reversing / Malware Analysis -resources