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
23fc1d488a
commit
cf1ccc07f8
1 changed files with 13 additions and 0 deletions
|
@ -192,6 +192,19 @@ To bruteforce passwords
|
|||
* quser
|
||||
* logoff id|user_name
|
||||
|
||||
# Wordlists
|
||||
|
||||
### Directory Bruteforcing
|
||||
* /usr/share/wordlists/dirb/big.txt
|
||||
* /usr/share/wordlists/dirb/common.txt
|
||||
* /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt
|
||||
|
||||
### Credential Bruteforcing
|
||||
|
||||
* /usr/share/wordlists/rockyou.txt
|
||||
* /usr/share/wordlists/fasstrackt.txt
|
||||
* using `crackstation`
|
||||
* using `seclists`
|
||||
|
||||
export HISTFILE=/dev/null found this it might help you out a little when doing KOTH it basically stops bash logging your commands in the ~/.bash_history file
|
||||
sudo ifconfig tun0 down
|
||||
|
|
Loading…
Reference in a new issue