Advertisement
Hex00010

flaw logic - BlackBox DVR Systems

Aug 14th, 2012
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. This is lame as hell thats why im giving it away for free
  2.  
  3. Its a flaw built by the coders xD
  4.  
  5. --------------------------------------------------------------------------
  6.  
  7. Since a lot of people are up in about on destroying CCTV systems and what not - You might like this
  8.  
  9.  
  10.  
  11. Black Box - DVR / Camera Products
  12.  
  13.  
  14. When setting up the Black Box - some config properties gets included in a html comment on the page -
  15.  
  16.  
  17. Below is a copy of the source code as an example
  18.  
  19.  
  20.  
  21.  
  22. ----------------------------------------------------------------------------
  23.  
  24. function direct_login() {
  25. if (String(window.location.href).indexOf("?") > 0) {
  26. var test_connect_string = String($.cookie(COOKIE_NAME)).split(",");
  27.  
  28. if (test_connect_string.length > 1) {
  29. connect_string = String($.cookie(COOKIE_NAME)).split(",");
  30. $.cookie(COOKIE_NAME, "", options);
  31. //admin,1111,INTERNAL IP,5445,1,1
  32. WebVw.rtsp_connect_login(connect_string[0], connect_string[1], connect_string[2], Number(connect_string[3]), 1, Number(connect_string[4]), Number(connect_string[5]), 0);
  33.  
  34.  
  35. -------------------------------------------------------------------------------
  36.  
  37.  
  38. //admin,1111,INTERNAL IP,5445,1,1
  39.  
  40.  
  41. admin , 1111 = Default username pasword
  42.  
  43. the internal ip - i think its a param to include only local logins
  44.  
  45. 5445 = port
  46.  
  47. 1 , 1 = Unknown param
  48.  
  49.  
  50.  
  51. By Hex00010
  52.  
  53. https://twitter.com/Hex000101
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement