Skip to content

Commit

Permalink
re-added micro version to the header - otherwise the "writemicro" cal…
Browse files Browse the repository at this point in the history
…l will be rendered useless
  • Loading branch information
PeterPawn committed Feb 11, 2016
1 parent 2dcfbc5 commit a4a8418
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions decode_passwords
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,43 @@
#
#######################################################################################
#
# embedded micro version
# === micro_decode_start ===
# b=/bin
# l=/lib
# f=/var/flash
# t=/var/$$
# m=mount
# r=proc
# mkdir -p $t$f $t$l $t$b $t/$r
# cd $t
# cat $*>i
# sed -ne's|.*\(\$\$\$\$[A-Z1-6]*\).*|\1|p'<i>p
# cat>s<<'Q'
# q=\\\\
# while read x;do
# echo -e "webdavclient {$2=$x;}">$1
# o="$(/run -p$2)"
# o="${o//$q/$q$q}"
# o="${o//|/\\|}"
# o="${o//&/\\&}"
# o="${o//\"/$q\"}"
# echo "s|$x|$o|">>c
# done<p
# Q
# $m -o bind $l .$l
# $m -o bind $b .$b
# $m -t $r . ./$r
# cp /var/decoder $t/run
# chroot . sh s $f/usb.cfg username
# sed -fc<i
# cd ..
# u$m $t/$r $t$b $t$l
# rm -r $t
# === micro_decode_end ===
#
#######################################################################################
#
# the "abused" AVM binary
#
# you have to change the following lines, if
Expand Down

0 comments on commit a4a8418

Please sign in to comment.