no plan survives first contact with the enemy
This commit is contained in:
parent
a282584679
commit
042ae9ec1f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user