Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-11-11 14:28:20 -05:00 committed by GitHub
parent 77f5a7b14f
commit 95b2455f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,6 +157,13 @@ run getgui -u [USER_NAME] -p [PASS]
### Extracting information from repository
`./extractor.sh <location_folder_having_.git_init> <extract_to_a_folder>`
# Wordpress
using wpscan we can find users or do some further enumeration of wordpress version
* `wpscan -e --url <ip>`
To bruteforce passwords
* `wpscan --url <ip> -U user_file_path -P password_file_path`
# King Of The Hill (KoTH)
### Monitoring and Closing Shell (Linux)
* strace `debugging / tamper with processes`