Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
...
```