
Teamsniper is a tool for fetching keywords in a Microsoft Teams such as (passwords, emails, database, etc.).
Teamsniper는 Microsoft Teams에서 (비밀번호, 이메일, 데이터베이스 등) 키워드를 검색하기 위한 도구입니다.
도움말 옵션
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 옵션을 사용하여 데이터베이스 위치를 지정할 수 있습니다.
예시:
python .\Teamsniper.py -d /root/Desktop/Cookies
또한 -a / --authtoken 옵션을 사용하여 인증 토큰 파일 위치를 직접 전달할 수도 있습니다.
예시:
python .\Teamsniper.py -a /root/Desktop/AuthKey
또한 -s 옵션을 사용하여 키워드를 설정할 수 있습니다.
python .\Teamsniper.py -s "Password,Mail,Database"
최종 출력 결과는 output.txt 파일에 저장됩니다. 출력
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.