DVWA - Command Injection (low, medium, high)

low 查看源碼php // Get input $target = $_REQUEST[ 'ip' ]; // Determine OS and execute the ping command. if( stristr( php_uname( 's' ), 'Windows NT' ) ) { // Windows $cmd = shell_exec( 'ping ' .
相關文章
相關標籤/搜索