Skip to content

Adkali/GSdork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GSdork

A Google dorking program for searching inside google with the dorking method, retrieves links back to you. Google is the encyclopedia of the internet as we already know, and many of us using it on our day, so why now using the dorking way which is more powerful. Before i made this program, i wanted to practice on my bs skils, than from here i decided to make a little dorking-search for google dorking. Using the special operators, you can make searching easy with better results.

Gsdork is designed to automate the process of performing Google dorking searches By providing search terms and special operators. the program generates complex search queries that are sent to Google, and The results are then analyzed and filtered, presenting the user with relevant links and information.

Google Operators Examples:

#1. site:exmaple.com filetype:pdf [ Filetype looks for the type of file you want inside the site you spesificed ]
#2. inurl:[cyber] inbody:threat [ search for URLs that contain a specified keyword ]
#3. passwords filetype:docx site:example.com [ look for password docx file with all listed url  for the specified site )
#4. allintext:hacking [ Search for spesific text inside webpage ]
#5. how to * website [ '*' used to search pages contains anything before your word ]
#6. allintext:username filetype:log [ This parameter searches for user-specified text in a webpage ]
#7. intitle:index of django/admin site:.* [ Pages containing login portals ]
#8. intext:"#mysql dump" filetype:sql [ text containing spesific strings ]

Note: Make a search, find more Google-Dork lists you can use.

Usage:

1. clone with git clone [ repository name ] 
2. install requirements.txt
3. python3 [ FileName.py ] 
4. Happy dorking.

Caution

Please be advised that this code has only been tested on a Kali machine and no issues were encountered during the testing phase. Given the appropriate timeline, I intend to incorporate additional features to enhance its searching capabilities. Kindly note that this code is intended for educational purposes only and should not be used for any other purpose.

Updates

  • code improvement using threads for faster results.
  • Better output handle

צילום מסך 2022-07-16 221720

Releases

No releases published

Packages

No packages published

Languages