Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtojek/cga2121_recovery
Recover password for Technicolor CGA2121
https://github.com/mtojek/cga2121_recovery
Last synced: about 1 month ago
JSON representation
Recover password for Technicolor CGA2121
- Host: GitHub
- URL: https://github.com/mtojek/cga2121_recovery
- Owner: mtojek
- License: apache-2.0
- Created: 2020-03-15T19:22:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T19:26:31.000Z (almost 5 years ago)
- Last Synced: 2023-03-04T03:47:24.523Z (almost 2 years ago)
- Language: Go
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cga2121_recovery
Recover password for Technicolor CGA2121 using brute-force method.
## Usage
```bash
$ cga2121_recovery --help
Usage of cga2121_recovery:
-hostPort string
host and port (default "192.168.0.1")
-numWorkers int
number of workers (default 10)
-passwordMinLength int
minimal password length (default 1)
-passwordPattern string
character patterns (default "aA1_")
-user string
user (default "admin")
```Sample execution:
```bash
$ cga2121_recovery
2020/03/15 20:18:15 Check password: a
2020/03/15 20:18:15 Check password: b
2020/03/15 20:18:15 Check password: d
2020/03/15 20:18:15 Check password: e
2020/03/15 20:18:15 Check password: f
2020/03/15 20:18:15 Check password: g
2020/03/15 20:18:15 Check password: h
2020/03/15 20:18:15 Check password: i
2020/03/15 20:18:15 Check password: j
2020/03/15 20:18:15 Check password: c
...
```