
Teamsniper Microsoft Teams में कीवर्ड (जैसे पासवर्ड, ईमेल, डेटाबेस, आदि) खोजने के लिए एक टूल है।
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
In Teamsniper आपके पास डेटाबेस को अलग पथ पर देने की पूरी शक्ति है। ऐसा करने के लिए -d / --database का उपयोग करके डेटाबेस स्थान दें।
उदाहरण:
python .\Teamsniper.py -d /root/Desktop/Cookies
इसके अलावा, आप -a / --authtoken का उपयोग करके सीधे auth-key पास कर सकते हैं, फिर auth token फ़ाइल स्थान दें।
उदाहरण:
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.