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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
DefaultCreds-cheat-sheet — 기본 자격 증명을 한곳에 모아 블루/레드 팀원들이 기본 비밀번호를 사용하는 장치를 식별하는 데 도움을 주는 도구 🛡️ | Kitploit
도구/GitHubGitHub/ihebski/defaultcreds-cheat-sheet
Defensive ToolsReconnaissancePassword AttacksVulnerability AnalysisInformation GatheringPenetration TestingLearning & EducationRed TeamingCurated Resources
GitHubihebski/defaultcreds-cheat-sheet

DefaultCreds-cheat-sheet

기본 자격 증명을 한곳에 모아 블루/레드 팀원들이 기본 비밀번호를 사용하는 장치를 식별하는 데 도움을 주는 도구 🛡️

6.7k782102개월 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
저장소 보기웹사이트

기본 자격 증명 치트 시트

작업 중인 모의 침투 테스터/블루 팀을 지원하기 위해, 다양한 제품의 기본 로그인/비밀번호 정보를 여러 참고 자료에서 수집하여 한곳에 모아 둔 기본 자격 증명 모음입니다.

참고: 대부분의 자격 증명은 changeme, routersploit 및 Seclists 프로젝트에서 추출되었습니다. 프로세스를 자동화하려면 https://github.com/ztgrace/changeme , https://github.com/threat9/routersploit 도구를 사용하면 됩니다. (멋진 작업에 감사드립니다)

  • 프로젝트 진행 중

동기

  • 가장 잘 알려진 업체들의 기본 자격 증명을 한 문서로 제공
  • 모의 침투/레드 팀 작업 중 펜테스터 지원
  • 블루 팀이 이 보안 결함을 발견하여 완화함으로써 회사 인프라 자산을 보호하도록 돕습니다. 참조: OWASP 가이드 [WSTG-ATHN-02] - Testing_for_Default_Credentials

데이터셋 간단 통계

제품/공급업체사용자 이름비밀번호
count371137113711
unique139811211680
topOracle
freq235814479

출처

  • Changeme
  • Routersploit
  • betterdefaultpasslist
  • Seclists
  • ics-default-passwords (@noraj 님 감사합니다)
  • 업체 문서/블로그

설치 및 사용

기본 자격 증명 치트 시트 도구는 pypi에서 사용할 수 있습니다.

root@kitploit:~
$ pip3 install defaultcreds-cheat-sheet
$ creds search tomcat
운영 체제테스트됨
Linux(Kali,Ubuntu,Lubuntu)✔️
Windows(10,11)✔️
macOS✔️
수동 설치
root@kitploit:~
$ git clone https://github.com/ihebski/DefaultCreds-cheat-sheet
$ pip3 install -r requirements.txt
$ cp creds /usr/bin/ && chmod +x /usr/bin/creds
$ creds search tomcat

Creds 스크립트

사용 가이드

root@kitploit:~
# Search for product creds
➤ creds search tomcat
+----------------------------------+------------+------------+
| Product                          |  username  |  password  |
+----------------------------------+------------+------------+
| apache tomcat (web)              |   tomcat   |   tomcat   |
| apache tomcat (web)              |   admin    |   admin    |
...
+----------------------------------+------------+------------+

# Update records
➤ creds update
Check for new updates...🔍
New updates are available 🚧
[+] Download database...

# Export Creds to files (could be used for brute force attacks)
➤ creds search tomcat export
+----------------------------------+------------+------------+
| Product                          |  username  |  password  |
+----------------------------------+------------+------------+
| apache tomcat (web)              |   tomcat   |   tomcat   |
| apache tomcat (web)              |   admin    |   admin    |
...
+----------------------------------+------------+------------+

[+] Creds saved to /tmp/tomcat-usernames.txt , /tmp/tomcat-passwords.txt 📥

프록시로 creds 실행

root@kitploit:~
# Search for product creds
➤ creds search tomcat --proxy=http://localhost:8080

# update records
➤ creds update --proxy=http://localhost:8080

# Search for Tomcat creds and export results to /tmp/tomcat-usernames.txt , /tmp/tomcat-passwords.txt
➤ creds search tomcat --proxy=http://localhost:8080 export

프록시 옵션은 0.5.2 버전부터 사용할 수 있습니다.

asciicast

Pass Station

noraj님이 DefaultCreds-Cheat-Sheet.csv 데이터베이스에서 기본 자격 증명을 검색하는 CLI 및 라이브러리를 만들었습니다. 이 도구는 Pass Station(https://github.com/ihebski/defaultcreds-cheat-sheet/blob/main/%5B%EB%AC%B8%EC%84%9C%5D%5Bps-doc%5D)이라는 이름이며, 필드, 옵션, regexp, 하이라이트와 같은 강력한 검색 기능과 (단순 테이블, 예쁜 테이블, JSON, YAML, CSV) 출력을 제공합니다.

asciicast

기여

특정 제품의 비밀번호를 찾을 수 없다면 데이터셋을 업데이트하기 위해 풀 리퀘스트를 제출해 주세요.

면책 조항

교육 목적으로만 사용하세요. 사용에 대한 책임은 본인에게 있습니다.

도구 다운로드