Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noraj/pass-station
CLI & library to search for default credentials among thousands of Products / Vendors
https://github.com/noraj/pass-station
credentials default default-credentials default-password hacktoberfest password passwords pentest
Last synced: about 1 month ago
JSON representation
CLI & library to search for default credentials among thousands of Products / Vendors
- Host: GitHub
- URL: https://github.com/noraj/pass-station
- Owner: noraj
- License: mit
- Created: 2021-03-15T15:14:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T10:46:51.000Z (4 months ago)
- Last Synced: 2024-10-07T13:37:56.346Z (3 months ago)
- Topics: credentials, default, default-credentials, default-password, hacktoberfest, password, passwords, pentest
- Language: Ruby
- Homepage: https://noraj.github.io/pass-station/
- Size: 397 KB
- Stars: 36
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Pass Station
[![Gem Version](https://badge.fury.io/rb/pass-station.svg)](https://badge.fury.io/rb/pass-station)
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/noraj/pass-station)
[![GitHub forks](https://img.shields.io/github/forks/noraj/pass-station)](https://github.com/noraj/pass-station/network)
[![GitHub stars](https://img.shields.io/github/stars/noraj/pass-station)](https://github.com/noraj/pass-station/stargazers)
[![GitHub license](https://img.shields.io/github/license/noraj/pass-station)](https://github.com/noraj/pass-station/blob/master/LICENSE)
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat.svg)](https://inventory.raw.pm/tools.html#Pass%20Station)[![Packaging status](https://repology.org/badge/vertical-allrepos/pass-station.svg)](https://repology.org/project/pass-station/versions)
![logo](docs/_media/logo.png)
> CLI & library to search for default credentials among thousands of Products / Vendors
**CLI**
[![asciicast](https://asciinema.org/a/397713.svg)](https://asciinema.org/a/397713)
**Library**
![library example](https://i.imgur.com/XjhS66Y.png)
## Features
- CLI and library
- Powerful search feature: fields, switches, regexp, highlight
- Output: simple table, pretty table, JSON, YAML, CSV
- 2 sources: [DefaultCreds-cheat-sheet](https://github.com/ihebski/DefaultCreds-cheat-sheet), [Many passwords](https://github.com/many-passwords/many-passwords)## Installation
```plaintext
$ gem install pass-station
```Check the [installation](https://noraj.github.io/pass-station/) page on the documentation to discover more methods.
## Documentation
Homepage / Documentation: https://noraj.github.io/pass-station/
## Author
Made by Alexandre ZANNI ([@noraj](https://pwn.by/noraj/)). Forked from [sec-it/pass-station](https://github.com/sec-it/pass-station).