Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.81 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
#!/bin/sh OPT= if [ $# -gt 0 -a $1 = "-u" ]; then OPT=-u shift fi if [ $# = 0 ]; then URL=$WWW_HOME else URL=$1 fi w3m -dump_source $URL | makeref $OPT -url $URL | w3m -dump -F -T text/html