From 042ae9ec1fca8f35f64149885054e4b52bceddd0 Mon Sep 17 00:00:00 2001 From: Conor Horan-Kates Date: Thu, 30 Jun 2016 21:25:13 -0700 Subject: [PATCH] no plan survives first contact with the enemy --- revolabs-flx_uc_1000/README.md | 2 +- revolabs-flx_uc_1000/bf_login.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/revolabs-flx_uc_1000/README.md b/revolabs-flx_uc_1000/README.md index d44d9b9..7f893c6 100644 --- a/revolabs-flx_uc_1000/README.md +++ b/revolabs-flx_uc_1000/README.md @@ -1,6 +1,6 @@ # revolabs flx UC1000 -found this device in a conference room, found the IP from an unauthenticated menu on the dialer, and it was accessible from the 'Guest' network. it also has USB ports, so potentially available without network access. +found this device in a conference room, found the IP from an unauthenticated menu on the dialer, which was accessible from the wireless 'Guest' network. it also has USB ports, so potentially available without network access. ## story time diff --git a/revolabs-flx_uc_1000/bf_login.rb b/revolabs-flx_uc_1000/bf_login.rb index a2ecaa7..f8848fa 100644 --- a/revolabs-flx_uc_1000/bf_login.rb +++ b/revolabs-flx_uc_1000/bf_login.rb @@ -36,7 +36,7 @@ def get_request(uri, pin) body << sprintf('', pin) body << '-----------------------------7da24f2e50046' - request.body = body.join("\n") + request.body = body.join("\r\n") request end