Default passwords search tool supporting many open source databases
Project description
SearchPass
Get default passwords for network devices by vendor.
This tool is similar to the Ruby implementation SearchPass for offline searching of default credentials for network devices, web applications and more. The present tool expands its capabilities to more databases of credentials and allows to update the local database, a bit like SearchSploit allows to update references to exploits on your local machine.
It relies on :
tinyscript
, for the CLI tool mechanicspybots
for abstracting robots that download from the sources of default credentialssqlite3
for querying the underlying data using the--query
option
Data from the different sources gets normalized into a SQLite DB when updating the tool. `searchpass´ package embeds a database updated end 2024.
$ pip install searchpass
[...]
$ searchpass --help
searchpass 2.0.0
Author : Alexandre D'Hondt (alexandre.dhondt@gmail.com)
Copyright: © 2021-2024 A. D'Hondt
License : GPLv3 (https://www.gnu.org/licenses/gpl-3.0.fr.html)
Source : https://github.com/dhondta/searchpass
This tool aims to search for default passwords of common devices based on criteria like the vendor or the model.
It works by caching the whole lists of known default passwords downloaded from various sources (relying on pybots ;
including CIRTnet, DataRecovery, PasswordDB, RouterPasswd or even SaynamWeb) to perform searches locally.
usage: searchpass [-e] [--passwords] [-q QUERY] [--usernames] [--reset] [--show] [--stats] [--update] [-h] [--help] [-v]
search options:
-e, --empty include empty username or password (default: False)
--passwords get passwords only (default: False)
-q QUERY, --query QUERY
search query (default: None)
--usernames get usernames only (default: False)
action arguments:
--reset remove cached credentials databases
--show show records of credentials databases
--stats get statistics on credentials databases
--update update credentials databases
extra arguments:
-h show usage message and exit
--help show this help message and exit
-v, --verbose verbose mode (default: False)
Usage examples:
searchpass --update
searchpass --passwords
searchpass --stats
searchpass --query "username='user'
searchpass --query "username LIKE \"Admin%%\"" --passwords
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file searchpass-2.0.1.tar.gz
.
File metadata
- Download URL: searchpass-2.0.1.tar.gz
- Upload date:
- Size: 306.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d2c6ede120fbe9716f7560da27b652b42cda965ba33391e3779c9e44a3f5d1d |
|
MD5 | 814c99fb26e2790df1958da7f2aec3eb |
|
BLAKE2b-256 | ccf29d7a1c01235df6a7f35c59e858662eef318f9901b4ba387ccb5cb4a9b046 |
File details
Details for the file searchpass-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: searchpass-2.0.1-py3-none-any.whl
- Upload date:
- Size: 294.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07cd6c6a1fd96d923e5332c14a24861a4c4f7a6c65be1075fb817f944426c196 |
|
MD5 | d38b87f6a30f7e633dce1ef58ebad9c9 |
|
BLAKE2b-256 | f2a32e27fc4b31a69a956af97f9f9fd8b09c5be7dfca6a64c2c50e09ee4b4aa8 |