diff --git a/Cheat Sheet.md b/Cheat Sheet.md
index ec9f5d6..4031eba 100644
--- a/Cheat Sheet.md
+++ b/Cheat Sheet.md
@@ -379,6 +379,12 @@ To get a RCE
This spiders the given url and finding keyowrds then makes a wordlists through it's findings
`cewl.rb `
+### 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