This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #/usb/bin/php | |
| <?php | |
| //author rgranadino aug 22 2012 | |
| //tested on a D-Link DIR-615 B2 v2.25 firmware. | |
| //this is a php translation of: | |
| // http://www.shulerent.com/2009/08/21/cracking-the-d-link-settings-file/ | |
| $file = $argv[1]; | |
| if (!is_readable($file)) { | |
| echo "Cannot read file: $file\n"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| convert -threshold 30% $1 pnm:- | gocr - | tr 'OI' '01' | tr 'A-Z' 'a-z' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "zircote/Org", | |
| "type": "library", | |
| "version": "0.2.0", | |
| "time" : "2012-04-21", | |
| "description": "New world API Order", | |
| "keywords": ["api"], | |
| "homepage": "http://github.com/zircote/Org/", | |
| "repositories": [ | |
| { |
NewerOlder