From 11be2200375b3ca4ea5d4e575895be0f4e0bc918 Mon Sep 17 00:00:00 2001 From: Gitesh Sharma <58145476+Glitchedgitz@Users.Noreply.Github.Com> Date: Wed, 10 Apr 2024 23:23:19 +0530 Subject: [PATCH] Update Readme --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0df487d..1d70857 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,6 @@ Without basics, everything is complex. - -#### Use case: Sites using custom suffix/preffix? - - - ## Param Approach Name them anything and use them to generate the pattern. This will be more useful when you apply encoding column-wise using [methods](#methods). @@ -311,9 +306,13 @@ sha512 - SHA512 checksum ``` # Some Usecases Examples -Some general usecases to grasp understanding of cook's usage. +Some general usecases to grasp understanding of cook. + +#### ▸ Sites using custom suffix/preffix? + + +#### ▸ Join wordlists line-by-line -## Join wordlists line-by-line Use `-append` flag: ``` cook -l: live.txt -p: payloads.txt l / p -append 2 @@ -327,7 +326,7 @@ cook col1 col2 col3 col4 col5 -append 2,5 *Note: Sometime is confusing to find index of column, then use `-col`* -## Print at every step +#### ▸ Print at every step If you want to start printing data for each permuation, then use `-min` flag