no plan survives first contact with the enemy

This commit is contained in:
Conor Horan-Kates 2016-06-30 21:25:13 -07:00
parent a282584679
commit 042ae9ec1f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -36,7 +36,7 @@ def get_request(uri, pin)
body << sprintf('<properties sys.validate-password="%s"/>', pin)
body << '-----------------------------7da24f2e50046'
request.body = body.join("\n")
request.body = body.join("\r\n")
request
end