How to Install and Uninstall changeme Package on Kali Linux

Last updated: May 06,2024

1. Install "changeme" package

Please follow the instructions below to install changeme on Kali Linux

$ sudo apt update $ sudo apt install changeme

2. Uninstall "changeme" package

This tutorial shows how to uninstall changeme on Kali Linux:

$ sudo apt remove changeme $ sudo apt autoclean && sudo apt autoremove

3. Information about the changeme package on Kali Linux

Package: changeme
Version: 1.2.3-3
Installed-Size: 313
Maintainer: Debian Security Tools
Architecture: all
Depends: python3-cerberus, python3-jinja2, python3-libnmap, python3-logutils, python3-lxml, python3-memcache, python3-netaddr, python3-nose, python3-paramiko, python3-psycopg2, python3-pymongo, python3-pyodbc, python3-pysnmp4, python3-redis, python3-requests, python3-selenium, python3-shodan, python3-sqlalchemy, python3-tabulate, python3-yaml, python3:any
Suggests: phantomjs
Size: 52072
SHA256: d8a8f9e04bace36ecf4e939d6c7c492b365f0f56d1f4d505c4900b09e8b32c15
SHA1: 057fe7c81b19dc830ac760f881412df7a918e765
MD5sum: 02f3298480a15ce3d82b7c10574333bd
Description: Default credential scanner
This package contains a default credential scanner. Commercial vulnerability
scanners miss common default credentials. Getting default credentials added to
commercial scanners is often difficult and slow. changeme is designed to be
simple to add new credentials without having to write any code or modules.
.
changeme keeps credential data separate from code. All credentials are stored
in yaml files so they can be both easily read by humans and processed by
changeme. Credential files can be created by using the ./changeme.py --mkcred
tool and answering a few questions.
.
changeme supports the http/https, MSSQL, MySQL, Postgres, ssh and ssh w/key
protocols. Use ./changeme.py --dump to output all of the currently available
credentials.
Description-md5:
Homepage: https://github.com/ztgrace/changeme
Section: misc
Priority: optional
Filename: pool/main/c/changeme/changeme_1.2.3-3_all.deb