최신 업데이트를 받고 싶으십니까?
이 레포를 꼭!
여러 웹사이트에서 Google, Bing, Brave, Ecosia, Yahoo 또는 Yandex를 검색하여 검색어를 찾으세요. Github, Gitlab, Surveymonkey, Trello 등을 포함하는 기본 목록이 이미 제공됩니다. 현재 584개의 고정 가능한 웹사이트의 기본 목록을 사용할 수 있습니다.
기본적으로 다음 범주가 파일에 있습니다.
여러 웹사이트에 수동으로 dorks를 입력하지 않는 이유는 무엇입니까? 이것을 생각해 보세요:
SiteDorks는 추가 Python 패키지를 설치하지 않고도 Python 3을 사용하여 기본 Kali Linux 설치로 실행할 수 있어야 합니다. 그냥 실행하세요:
git clone https://github.com/Zarcolio/sitedorks
cd sitedorks
bash install.sh
SiteDorks를 실행하는 데 문제가 있는 경우 문제를 알려주시면 해결하도록 노력하겠습니다. :)
usage: sitedorks [-h] [-browser <browser>] [-cat <category>] [-cats] [-count <count>] [-engine <engine>] [-file <file>]
[-query <query>] [-site <on|off|inurl>] [-excl <domains>] [-echo]
Use your favorite search engine to search for a search term with different websites. Use single quotes around a
query with double quotes. Be sure to enclose a query with single quotes it contains shell control characters like
space, ';', '>', '|', etc.
optional arguments:
-h, --help Show this help message, print categories on file (add -file to check other CSV file) and exit.
-hh, --help2 Show the help inside a .csv file being called. Lines in the beginning of the script starting with # are displayed as help.
-browser <browser> Supply the browser executable to use or use the default browser.
-cat <category> Choose from 1 or more categories, use ',' (comma) as delimiter. Defaults to all categories.
-cats Show all categories on file, use with or without -file.
-count <count> How many websites are searched per query. Google has a maximum length for queries.
-engine <engine> Search with 'google', 'baidu', 'bing', 'brave', 'bing-ecosia', 'duckduckgo' 'yahoo' or 'yandex', defaults to 'google'.
-file <file> Enter a custom website list.
-filter <string> Only query for sites with this string.
-query <query> Enter a mandatory search term.
-site <on|off|inurl> Turn the 'site:' operator 'on' or 'off', or replace it with 'inurl:' (only for Google), defaults to 'on'.
-excl <domains> Excluded these domains from the search query.
-echo Prints the search query URLs, for further use like piping or bookmarking.
-wait <seconds> Wait x seconds, defaults to 7 seconds.
여기에 작은 경고가 있습니다. -cat을 사용하지 않으면 SiteDorks가 브라우저에서 많은 탭을 열고 아마도 Google에서 CAPTCHA를 표시하게 될 것입니다. CAPTCHA를 받을 가능성을 줄이려면 '-wait' 옵션을 사용하여 대기 시간을 늘리세요.
Google을 사용하여 모든 종류의 콘텐츠가 포함된 다양한 사이트에서 'uber.com'을 찾고 싶으십니까? 다음 명령을 사용하십시오.
sitedorks -query '"uber.com"'
"uber 웹사이트"(검색어에 따옴표와 공백 포함)를 찾고 싶으십니까? 다음 명령을 사용하십시오.
sitedorks -query '"uber website"'
Yandex와의 커뮤니케이션 초대를 검색하고 싶지만 사이트를 떠나고 싶으십니까? 쿼리에서 제외됩니까? 다음 명령을 사용하십시오.
sitedorks -cat comm -site disable -engine yandex -query uber
예를 들어 어떤 카테고리가 파일에 있는지 확인하려면 다음을 수행하세요.
sitedorks -file sitedorks.csv -cats
네덜란드 (보조)의료 웹사이트를 검색하려면 다음 명령을 사용하세요.
sitedorks -cat medi -file sitedorks-nl.csv -query somekeyword
무엇을 찾아야 할지 모르시나요? 노력하다:
SiteDorks 스크립트 또는 dorkable 웹사이트 목록에 몇 가지 유용한 추가 사항이 있습니까?