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

In Teamsniper आपके पास डेटाबेस को अलग पथ पर देने की पूरी शक्ति है। ऐसा करने के लिए -d / --database का उपयोग करके डेटाबेस स्थान दें।
उदाहरण:

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

इसके अलावा, आप -a / --authtoken का उपयोग करके सीधे auth-key पास कर सकते हैं, फिर auth token फ़ाइल स्थान दें।
उदाहरण:

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, इसे ट्विटर पर साझा करने के लिए।
टूल डाउनलोड करें