Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/an00byss/godehashed
OSINT (Open Source Intelligence)Password AttacksData ExfiltrationInformation Gathering
GitHuban00byss/godehashed

godehashed

dehashed.com API를 사용하여 손상된 자산을 검색하는 golang 도구입니다.

저장소 보기
1045년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
godehashed — dehashed.com API를 사용하여 손상된 자산을 검색하는 golang 도구입니다. | Kitploit

Godehashed

dehashed.com API를 사용하여 손상된 자산을 검색하는 golang 도구입니다. 결과는 CSV로 컴파일하여 추가 분석에 사용할 수 있습니다.

스크린샷

Dehashed API

도구에 API 키를 제공해야 합니다. 예시는 apikey_template.txt 파일을 참조하세요.

설치

CLI에서 도구를 설치하려면 다음 명령을 실행하세요. $GOPATH가 설정되어 있어야 합니다.

go get https://github.com/an00byss/godehashed

사용법

./godehashed -s email -i apikey.txt -e SOMEDOMAIN -o leaks.csv

root@kitploit:~
Godehashed Usage():
-e string  
Email we are searching for  
-i string  
Name of apikey to import.  
-n string  
Name we are searching for.  
-o string  
Outfile file name, will output in CSV Format.  
-p int  
Phone number we are searching for  
-s string  
Specify what we are searching for: "name", "email", "phone", "username" or "list". Then add corresponding switch.  
-u string  
Username we are searching for
-l list  
Search a list of emails.

고지

root@kitploit:~
[!] Legal disclaimer: Usage of godehashed for attacking targets without
prior mutual consent is illegal. It is the end user's responsibility
to obey all applicable local, state and federal laws. Developers assume
no liability and are not responsible for any misuse or damage caused.
도구 다운로드
검색어예시
이메일godehashed -s email -i apikey.txt -e SOMEDOMAIN.com -o leaks.csv
목록godehashed -s list -e email -i apikey.txt -l list.txt -o leaks.csv
사용자명godehashed -s username -i apikey.txt -u USERNAME -o leaks.csv
이름godehashed -s name -i apikey.txt -n "Name" -o leaks.csv
전화번호godehashed -s phone -i apikey.txt -p "phonenumber" -o leaks.csv