
고급 검색 연산자와 대상 스캔을 통해 OSINT 정찰, 취약점 발견, 정보 수집을 수행하는 자동화된 Google Dorking 도구.
Google 도킹은 해커가 Google 검색을 이용해 웹사이트의 구성 및 컴퓨터 코드에서 보안 허점을 찾는 기술입니다. Google 도킹은 Google 검색 엔진에서 고급 연산자를 사용하여 취약한 웹 애플리케이션의 특정 버전을 찾는 등 검색 결과 내에서 특정 문자열을 찾는 것을 포함합니다. 사용자는 명령어를 사용하여 다른 특정 검색 결과를 얻을 수 있습니다.
Dorkify는 다음을 수행할 수 있습니다:
Python 3.6 이상 필요 🐍
git clone https://github.com/hhhrrrttt222111/Dorkify.git
cd Dorkify
python3 -m pip install -r requirements.txt
python3 dorkify.py --help
usage: dorkify.py [-h]
[--cli | --wp | --up | --cam |
--ftp | -v | -s SEARCH |
-b BOOK | -mu MUSIC | -m MAPS |
-w WEATHER | -i INFO | -d DEFINE |
-st STOCKS | --intitle INTITLE |
--inurl INURL | --site SITE]
optional arguments:
-h, --help show this help message and exit
--cli Run the Command Line version of Dorkify
--wp WordPress sites vulnerabilities
--up Find vulnerable Usernames and Passwords
--cam Find vulnerable CCTV cameras
--ftp Find open FTP Servers
-v, --version Version
-s SEARCH, --search SEARCH
Do a Google search
-b BOOK, --book BOOK Search for a book or author
-mu MUSIC, --music MUSIC
Search for songs or artists
-m MAPS, --maps MAPS Find maps of a city
-w WEATHER, --weather WEATHER
Check weather of a city
-i INFO, --info INFO Get Information
-d DEFINE, --define DEFINE
Define a term
-st STOCKS, --stocks STOCKS
Search for Stock of a company with Ticker value
--intitle INTITLE Search for a keywords in website title
--inurl INURL Search for a keywords in website URL
--site SITE Search for a Site
python3 dorkify.py --cli