Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 86ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
matthieu

matthieu

Joined 2 years ago

All gists 4
Recently created Least recently created Recently updated Least recently updated
matthieu

matthieu / Obtain Protected Files

Last active 3 months ago

Obtaining registry files with KAPE.EXE

0 0 1
1 kape.exe --tsource <WIN_INSTALL_DRIVE> --tdest <DESTINATION_FOLDER> --tflush --target RegistryHives -gui
matthieu

matthieu / Powershell Hashing

Last active 3 months ago
0 0 1
1 Get-FileHash <file> -Algorithm <SHA1|SHA256|SHA384|SHA512|MD5> | Format-List
matthieu

matthieu / CMD Hashing

Last active 3 months ago
0 0 1
1 certutil -hashfile <file> <MD5|SHA1|SHA256>
matthieu

matthieu / GabeShear Query

Last active 3 months ago
0 0 1
1 *[EventData[Data[@Name='TargetUserName'] and (Data='gabe.shear@hotmail.com')]]
2 and
3 *[System[(EventID='4624')]]
4 </Select>
5 </Query>
6 </QueryList>