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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Teamsniper — Teamsniper is a tool for fetching keywords in a Microsoft Teams such as (passwords, emails, database, etc.). | Kitploit
도구/GitHubGitHub/xret2pwn/teamsniper
ReconnaissanceData ExfiltrationInformation GatheringAuthenticationRed Teaming
GitHubxret2pwn/teamsniper

Teamsniper

Teamsniper is a tool for fetching keywords in a Microsoft Teams such as (passwords, emails, database, etc.).

저장소 보기
198113년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Teamsniper

Teamsniper는 Microsoft Teams에서 (비밀번호, 이메일, 데이터베이스 등) 키워드를 검색하기 위한 도구입니다.

사용법

도움말 옵션

root@kitploit:~
usage: Teamsniper.py [-h] [-d DATABASE] [-a AUTHTOKEN] [-s SEARCH]

Teamsniper is a tool for fetching the given keywords in Microsoft Teams.

options:
  -h, --help            show this help message and exit
  -d DATABASE, --database DATABASE
                        Sqlite Database for the Cookies, default: AppData\Microsoft\Teams\Cookies,
                        AppData\Microsoft\Teams\Local Storage\leveldb
  -a AUTHTOKEN, --Authtoken AUTHTOKEN
                        Auth-Token File Location, by default the auth token key will be extracted from the Sqlite
                        Database.
  -s SEARCH, --search SEARCH
                        Keywords, by default: Password. You can add multiple keywords ex: Passwords,Admin,Database

Teamsniper에서는 데이터베이스가 다른 경로에 있는 경우 -d / --database 옵션을 사용하여 데이터베이스 위치를 지정할 수 있습니다.
예시:

root@kitploit:~
python .\Teamsniper.py -d /root/Desktop/Cookies

또한 -a / --authtoken 옵션을 사용하여 인증 토큰 파일 위치를 직접 전달할 수도 있습니다.
예시:

root@kitploit:~
python .\Teamsniper.py -a /root/Desktop/AuthKey

또한 -s 옵션을 사용하여 키워드를 설정할 수 있습니다.

root@kitploit:~
python .\Teamsniper.py -s "Password,Mail,Database"

최종 출력 결과는 output.txt 파일에 저장됩니다. 출력

root@kitploit:~
PS C:\Teamsniper> python .\Teamsniper.py -a Authkey -s "Password,Mail"
[+] Auth-key added to headers
[+] Keyword: Password
[+] Results found: 3
[+] saved output.
[+] Keyword: Mail
[+] Results found: 2
[+] saved output.

크레딧

  1. @billtoulas 쿠키를 암호화되지 않은(클리어텍스트) 방식으로 저장하는 방법에 대해 게시해 주셨습니다.
  2. @HackingLZ TrustedSec의 CTO로서 이 내용을 트위터에 공유해 주셨습니다.
도구 다운로드