SSH-2.0-OpenSSH_9.3p1 Ubuntu-1ubuntu3.6 Key type: ecdsa-sha2-nistp256 Key: AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHoJLNXQFjB2qykMfejojE7F XORMLqKaFY+e5XZjst1ySTiA0wCuocdZBS1mVRV9CdtMS3oywnINygKQ44enVE4= Fingerprint: 63:67:11:8b:c6:8a:ea:c1:1e:01:c7:c8:4b:f2:6c:c5 Kex Algorithms: sntrup761x25519-sha512@openssh.com curve25519-sha256 curve25519-sha256@libssh.org ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 diffie-hellman-group-exchange-sha256 diffie-hellman-group16-sha512 diffie-hellman-group18-sha512 diffie-hellman-group14-sha256 kex-strict-s-v00@openssh.com Server Host Key Algorithms: rsa-sha2-512 rsa-sha2-256 ecdsa-sha2-nistp256 ssh-ed25519 Encryption Algorithms: chacha20-poly1305@openssh.com aes128-ctr aes192-ctr aes256-ctr aes128-gcm@openssh.com aes256-gcm@openssh.com MAC Algorithms: umac-64-etm@openssh.com umac-128-etm@openssh.com hmac-sha2-256-etm@openssh.com hmac-sha2-512-etm@openssh.com hmac-sha1-etm@openssh.com umac-64@openssh.com umac-128@openssh.com hmac-sha2-256 hmac-sha2-512 hmac-sha1 Compression Algorithms: none zlib@openssh.com
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 34436 ETag: W/"8684-mF7NTlixjLk46xCbZWMjWLH2j1E" Date: Sun, 19 Jan 2025 15:25:53 GMT Connection: keep-alive Keep-Alive: timeout=5 <!DOCTYPE html> <html> <head> <title>Redis Commander: Home</title> <link rel="icon" type="image/png" href="favicon.png"> <link rel="stylesheet" href="bootstrap/css/bootstrap.css"/> <style type="text/css"> body { padding-top: 40px; padding-bottom: 40px; } </style> <link rel="stylesheet" href="css/default.css"/> <link rel="stylesheet" href="jstree/themes/default/style.min.css"/> <link rel="stylesheet" href="json-viewer/jquery.json-viewer.css"> <script src="scripts/browserify.js"></script> <script src="scripts/jquery-2.2.4.js"></script> <script src="jstree/jstree.js"></script> <script src="clipboard/clipboard.min.js"></script> <script src="json-viewer/jquery.json-viewer.js"></script> <script src="scripts/jquery.resize.min.js"></script> <script src="scripts/ejs.min.js"></script> <script src="dateformat/dateformat.js"></script> <script src="scripts/redisCommander.js"></script> <script src="scripts/binaryView.js"></script> <script src="bootstrap/js/bootstrap.js"></script> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <a class="brand" href="./"><img src="images/RedisCommandLogo.png"/></a> </div> </div> <div id="app-container"> <div id="sideBar"> <div id="keyTreeActions"> <button class="btn btn-success btn-mini" onclick="refreshTree()"><b class="icon-refresh icon-white"></b> Refresh</button> <button class="btn btn-mini" onclick="toggleRedisModal()"><b class="icon-info-sign"></b> Commands</button> <div class="btn-group"> <a class="btn btn-mini dropdown-toggle" data-toggle="dropdown" href="#"> <b class="icon-wrench"></b> More... <span class="caret"></span> </a> <ul class="dropdown-menu"> <li><a data-toggle="modal" id="refreshNodes" href="#"><b class="icon-refresh"></b><b class="icon-empty"></b> Refresh All Nodes</a></li> <li><a data-toggle="modal" id="expandAllNodes" href="#"><b class="icon-refresh"></b><b class="icon-fullscreen"></b> Refresh + Expand All Nodes</a></li> <li><a data-toggle="modal" id="redisImportData" href="#"><b class="icon-arrow-right"></b><b class="icon-th"></b> Import</a></li> <li><a data-toggle="modal" id="redisExportData" href="#"><b class="icon-arrow-left"></b><b class="icon-th"></b> Export</a></li> <li><a data-toggle="modal" href="#addServerModal"><b class="icon-plus-sign"></b><b class="icon-empty"></b> Add Server</a></li> </ul> </div> </div> <div id="keyTree"></div> <div id="sidebarResize"></div> </div> <div id="body"> </div> </div> <div id="commandLineContainer"> <div id="commandLineBorder" style="border-top: 1px solid #ddd;padding-bottom: 5px;"></div> <div class="btn-group" data-toggle="buttons-radio" style="padding-bottom: 5px; padding-left: 5px" id="connectionsBar"> </div> <div style="border-top: 1px solid #ddd;padding-bottom: 5px;"></div> <i id="lockCommandButton" class="icon-lock disabled"></i> <div id="commandLineOutput"></div> <label id="selectedConnectionLabel">Current Server:</label> <input id="selectedConnection" type="hidden"> <div id="commandLine"></div> </div> <!-- COMMANDS AND CONNECTION MODALS --> <div id="redisCommandsModal" class="modal hide fade"> <span class="modal-head"> <a id="redisCommandsExternal" target="_blank" href="">Open in new window</a> | <button id="redisCommandsClose" type="button" class="close" data-dismiss="modal">Close</button> </span> <div class="modal-body"> <iframe id="redisCommandsModalSrc" seamless="seamless" src="">test</iframe> </div> </div> <div id="addServerModal" class="modal hide fade"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h3>Add a connection</h3> </div> <div class="modal-body" id="addServerContainer"> <form action="login" method="POST" id="addServerForm" class="form-vertical"> <label for="label">Display-Name</label> <input type="text" name="label" id="label" value="" class="span6" required> <div class="control-group"> <label class="control-label" for="serverType">Server Type</label> <div class="controls"> <select id="serverType" name="serverType"> <option value="redis">Standalone Redis-Server</option> <option value="sentinel">Sentinel</option> <option value="cluster">Cluster</option> </select> </div> </div> <div id="addServerGroupRedis"> <label for="hostname">Hostname or Unix Socket Path</label> <input type="text" name="hostname" id="hostname" value="localhost" class="span6" required> <label for="port">Port</label> <input type="number" name="port" id="port" value="6379"> </div> <div id="addServe
Shodan ® - All rights reserved