https://github.com/vesche/stenoremote
remote stenographer request hack
https://github.com/vesche/stenoremote
Last synced: about 1 year ago
JSON representation
remote stenographer request hack
- Host: GitHub
- URL: https://github.com/vesche/stenoremote
- Owner: vesche
- Created: 2016-04-24T20:32:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T22:04:42.000Z (over 9 years ago)
- Last Synced: 2025-02-16T05:26:53.876Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 3.51 MB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stenoremote
This is a little hack and primitive web interface for [Google Stenographer](https://github.com/google/stenographer) to do [currently unsupported](https://github.com/google/stenographer/blob/master/DESIGN.md#serving-data) remote requests. Running `install.sh` will install and configure an Apache web server on RHEL/CentOS 7 that hosts a web interface that is capable of requesting and downloading raw packet capture from Stenographer. This was designed to be used with the [ROCK NSM](http://rocknsm.io/) platform on an internal network.

## Install
In order for this to work you'll need to open Stenographer to the outside. On the server you're running Stenographer on, modify `/etc/stenographer/config` to use `"Host": "0.0.0.0"` and then restart stenographer. Also, be sure to configure your firewall to allow port 1234.
Run `./install.sh` on a RHEL/CentOS 7 system that can communicate with your Stenographer server. The script will prompt to scp the `client_cert.pem` and `client_key.pem` that will be necessary to use Stenoremote, although this can be done manually if desired.