{"id":72,"date":"2026-08-06T18:49:19","date_gmt":"2026-08-06T18:49:19","guid":{"rendered":"https:\/\/mrnetwork.nl\/index.php\/cisco-type-7-password-cracker-2\/"},"modified":"2026-08-06T19:59:56","modified_gmt":"2026-08-06T19:59:56","slug":"cisco-type-7-password-cracker-2","status":"publish","type":"page","link":"https:\/\/mrnetwork.nl\/index.php\/cisco-type-7-password-cracker-2\/","title":{"rendered":"Cisco Type 7 Password cracker"},"content":{"rendered":"<p><a href=\"\/\" class=\"back-link\">Terug naar home<\/a><\/p>\n<h1>Cisco Type 7 Password cracker<\/h1>\n<p>                       <script language=\"JavaScript1.2\" type=\"text\/javascript\">                        <!--                        \/\/ Is the character a digit?                        function isDigit(theDigit)                         {                             var digitArray = new Array('0','1','2','3','4','5','6','7','8','9')                                                    for (j = 0; j < digitArray.length; j++)  {                                if (theDigit == digitArray[j])                                     return true                             }                             return false                         }                                                                         \/\/ Generate a config file ready for loading                        function crackPassword(form)                        {                            var crypttext=form.crypttext.value.toUpperCase()                            var plaintext=''                            var xlat=\"dsfd;kfoA,.iyewrkldJKDHSUBsgvca69834ncxv9873254k;fg87\"                            var seed, i, val=0                                                    if(crypttext.length & 1)                                return                                                    seed = (crypttext.charCodeAt(0) - 0x30) * 10 + crypttext.charCodeAt(1) - 0x30                                                    if (seed > 15 || !isDigit(crypttext.charAt(0)) || !isDigit(crypttext.charAt(1)))                                return                                                        for (i = 2 ; i <= crypttext.length; i++) {                                        if(i !=2 && !(i & 1)) {                                                plaintext+=String.fromCharCode(val ^ xlat.charCodeAt(seed++))                                    seed%=xlat.length                                                val = 0;                                        }                                                                val *= 16                                                        if(isDigit(crypttext.charAt(i))) {                                    val += crypttext.charCodeAt(i) - 0x30                                    continue                                }                                                                                if(crypttext.charCodeAt(i) >= 0x41 && crypttext.charCodeAt(i) <= 0x46) {                                    val += crypttext.charCodeAt(i) - 0x41 + 0x0a                                    continue                                }                                                        if(crypttext.length != i)                                    return                                }                                                    form.plaintext.value=plaintext                        }                                                -->                        <\/script><\/p>\n<div class=\"paragraph\">This is an Cisco Password cracker for type 7 passwords within cisco devices. <\/div>\n<div class=\"paragraph\">\n<form  action=\"#\">\n<table border=1>\n<tr>\n<td width=150>Type 7 Password: <\/td>\n<td><input name=\"crypttext\" type=\"text\" size=\"60\" \/><\/td>\n<td><input type=\"button\" value=\"Crack Password\" onClick=\"crackPassword(this.form)\" \/><\/td>\n<\/tr>\n<tr>\n<td width=150>Plain text: <\/td>\n<td><input name=\"plaintext\" type=\"text\" size=\"60\" \/><\/td>\n<\/tr>\n<\/table>\n<\/form>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Terug naar home Cisco Type 7 Password cracker This is an Cisco Password cracker for type 7 passwords within cisco devices. Type 7 Password: Plain text:<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mrnetwork.nl\/index.php\/wp-json\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mrnetwork.nl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mrnetwork.nl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mrnetwork.nl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mrnetwork.nl\/index.php\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":5,"href":"https:\/\/mrnetwork.nl\/index.php\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"predecessor-version":[{"id":177,"href":"https:\/\/mrnetwork.nl\/index.php\/wp-json\/wp\/v2\/pages\/72\/revisions\/177"}],"wp:attachment":[{"href":"https:\/\/mrnetwork.nl\/index.php\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}