Skip to content

Instantly share code, notes, and snippets.

View lojique's full-sized avatar

Adam K lojique

View GitHub Profile

Keybase proof

I hereby claim:

  • I am lojique on github.
  • I am lojique (https://keybase.io/lojique) on keybase.
  • I have a public key ASAYyn_pm1zXWZ8jk8JsAD1dlQg35f7b1OCPlV2kCwS5dAo

To claim this, I am signing this object:

@lojique
lojique / PowerView-3.0-tricks.ps1
Created February 28, 2022 19:33 — forked from HarmJ0y/PowerView-3.0-tricks.ps1
PowerView-3.0 tips and tricks
# PowerView's last major overhaul is detailed here: http://www.harmj0y.net/blog/powershell/make-powerview-great-again/
# tricks for the 'old' PowerView are at https://gist.github.com/HarmJ0y/3328d954607d71362e3c
# the most up-to-date version of PowerView will always be in the dev branch of PowerSploit:
# https://github.com/PowerShellMafia/PowerSploit/blob/dev/Recon/PowerView.ps1
# New function naming schema:
# Verbs:
# Get : retrieve full raw data sets
# Find : ‘find’ specific data entries in a data set