From d1f460421ff07042c42d86b1a05ef34cd42e2899 Mon Sep 17 00:00:00 2001 From: ShadowByte <155693555+ShadowByte1@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:20:18 +1000 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c330083..6551681 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ # Reconix -Reconix is a Mass Google Dorking Tool +Reconix is a A Python-based tool that allows you to scrape Google search results for specific dorks. You can either provide a single dork or a file containing a list of dorks to search. + +python Reconix.py -D "" +python Reconix.py -F + + +Options: +-D, --dork: +Description: Use this option to specify a single Google dork. +Example: +python3 Reconix.py -D "inurl:/admin/login.php" + +Result: The tool will search Google using the specified dork and scrape the results. +-F, --file: + +Description: Use this option to provide a file containing a list of Google dorks (one per line). +Example: +python Reconix.py -F dorks.txt +Result: The tool will read each dork from the file and perform a Google search, scraping the results for each dork sequentially. + +Output: +The results of the scraping will be saved in a file named scraped.txt in the same directory as the script. +The output file will contain the URLs that match the dork searches, excluding any URLs containing "google".