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
2fa4a3e96b
commit
954a6c6ac4
1 changed files with 7 additions and 0 deletions
|
@ -143,6 +143,13 @@ msfvenom --list formats
|
|||
### Adding user for RDP
|
||||
run getgui -u [USER_NAME] -p [PASS]
|
||||
|
||||
# Git
|
||||
### Dumping repository
|
||||
`./gitdumper.sh <location_of_remote_or_local_repostiory_having./.git> <destination_folder>`
|
||||
|
||||
### Extracting information from repository
|
||||
`./extractor.sh <location_folder_having_.git_init> <extract_to_a_folder>`
|
||||
|
||||
# King Of The Hill (KoTH)
|
||||
### Monitoring and Closing Shell (Linux)
|
||||
* strace `debugging / tamper with processes`
|
||||
|
|
Loading…
Reference in a new issue