From 1c4d70604a2ef4d213b10322dbeda5a1957086e8 Mon Sep 17 00:00:00 2001 From: "Devansh Raghav - @vip3r" <79361298+DevanshRaghav75@users.noreply.github.com> Date: Wed, 13 Oct 2021 21:56:39 +0530 Subject: [PATCH] Update README.md --- README.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index dea61ba..3eec23d 100644 --- a/README.md +++ b/README.md @@ -24,35 +24,27 @@ $ grepX -h |file | Specify the URLs file | |Pattern | Specify the pattern you want to find | |-s/--silent | Enable silent mode | -|-t/--threads| Specify the threads, default are 100 | -|-o/--output | Specify the output file | +|-c/--concurrency| Specify the concurrency, default are 100 | ## Usage -### Finding xss patterns -``` -$ grepx urls_file xss -s -o output.txt -``` - ### Finding sqli patterns ``` -$ grepx urls_file.txt sqli --silent +grepx urls.txt sqli ``` - -### Finding idor patterns +### Finding xss patterns with silent and concurrency argument ``` -$ grepx urls.txt idor -t 10 +grepx urls.txt xss --silent -c 20 ``` -### Finding ssrf patterns +### Finding and saving the output ``` -$ grepx urls.txt ssrf | tee urls.ssrf +grepx urls.txt lfi > urls.lfi ``` -**Hope you understood :)** ### Inspired by * Gf_Patterns by @1ndianl33t