摘要:
DVWA中命令执行漏洞 low <?php if( isset( $_POST[ 'Submit' ] ) ) { // Get input $target = $_REQUEST[ 'ip' ]; // Determine OS and execute the ping command. if( 阅读全文
摘要:
linux常用命令学习 ls 可以显示当前目录下的文件 常用参数: -a 列出全部文件,包括隐藏文件 cd 切换目录 常用参数: ./和.表示当前目录 ../表示上级目录 ~表示主目录 / 表示根目录 find 使用形式: find / -name passwd # 查找文件名为passwd的文件 阅读全文