Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhas/aerohive-keygen
Generate key for hidden _shell CLI option
https://github.com/nhas/aerohive-keygen
aerohive cli root shell
Last synced: 17 days ago
JSON representation
Generate key for hidden _shell CLI option
- Host: GitHub
- URL: https://github.com/nhas/aerohive-keygen
- Owner: NHAS
- Created: 2021-03-07T02:03:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T06:10:21.000Z (almost 2 years ago)
- Last Synced: 2023-03-28T20:18:57.897Z (almost 2 years ago)
- Topics: aerohive, cli, root, shell
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aerohive Key Generator
Aerohive access points enable users to configure devices using a restricted command line shell.
There is an undocumented restricted shell command `_shell` which spawns `/bin/sh` if given the correct password.This tool generates that password for the `AP230` and `AP130`, as those are the devices I have on hand.
# Usage
```
go build .
./aerohive-keygen --serial --version
```
Enter into the restricted shell, and type `_shell`, enter in the generated password.## Todo
- ~~Add support for generating AP130 keys~~
- ~~Detect platform from serial number~~
- ~~Add version parameter for AP230~~