| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
uDork is a script written in Bash Scripting that uses advanced Google search techniques to obtain sensitive information in files or directories, find IoT devices, detect versions of web applications, and so on.
uDork does NOT make attacks against any server, it only uses predefined dorks and/or official lists from exploit-db.com (Google Hacking Database: https://www.exploit-db.com/google-hacking-database).
$ git clone https://github.com/m3n0sd0n4ld/uDork $ cd uDork $ chmod +x uDork.sh - Open the file "uDork.sh" and write inside this line:
$ ./uDork.sh -h

-- Right mouse button and click on "Inspect".
-- Click on the "Network" tab and select any line that is in the domain "www.messenger.com".
-- Now click on the "Cookies" tab, copy and paste the cookies "c_user" and "xs" into the "uDork.sh" file.
Thus: cookies="c_user=XXXXXX; xs=XXXXXX;"
-- Right mouse button and click on "Inspect".
-- Click on the tab "Application", in the left column, look for the section "Cookies", copy and paste the cookies "c_user" and "xs" with their value to the file "uDork.sh".
Thus: cookies="c_user=XXXXXX; xs=XXXXXX;"
| Back | FazBrowse Home | New Git URL |