
Teamsniper is a tool for fetching keywords in a Microsoft Teams such as (passwords, emails, database, etc.).
Teamsniper è uno strumento per recuperare parole chiave in Microsoft Teams come (password, email, database, ecc.).
Opzioni di Aiuto
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 puoi specificare il database se si trova in un percorso diverso, usando -d / --database seguito dalla posizione del database.
Esempio:
python .\Teamsniper.py -d /root/Desktop/Cookies
Inoltre, puoi passare la chiave di autenticazione direttamente usando -a / --authtoken e poi la posizione del file del token di autenticazione.
Esempio:
python .\Teamsniper.py -a /root/Desktop/AuthKey
Inoltre, puoi impostare le tue parole chiave usando l'opzione -s.
python .\Teamsniper.py -s "Password,Mail,Database"
E l'output finale verrà salvato in un file output.txt. output
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.