mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-21 19:43:03 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
b2faeda510
commit
8e1f3c6ec6
1 changed files with 6 additions and 0 deletions
|
@ -379,6 +379,12 @@ To get a RCE
|
|||
This spiders the given url and finding keyowrds then makes a wordlists through it's findings<br/>
|
||||
`cewl.rb <ip>`
|
||||
|
||||
### Cruch
|
||||
|
||||
If we want to generate a password list having length of 7 starting with "milo" and having 3 digit number at the end we can use % for numbers , @ for lowercase letters, , for uppercase letters and ^ for special characters
|
||||
|
||||
` crunch 7 7 0123456789 -t milo%%% -o password.txt`
|
||||
|
||||
# DNS
|
||||
|
||||
### Finding Subdomains
|
||||
|
|
Loading…
Reference in a new issue