09 2020 档案
摘要:upload-lab:1. 前端验证绕过删除验证函数2. MIME-Type验证绕过Content-Type修改为image/jpegimage/png3. 黑名单绕过(php5.4.45及以前版本有效,nts版无效)前提:中间件配置解析该后缀文件 ASP:asa/cer/cdxASPX:ashx/
阅读全文
摘要:实验环境: kali win xp: 安装slmail 5.5.0、Immunity Debugger、mona python脚本 环境部署时把mona.py放到C:\Program Files\Immunity Inc\Immunity Debugger\PyCommands路径下 实验步骤: 连
阅读全文
摘要:c++中头文件的后缀名是*.h 创建一个pro.h的头文件,里面声明两个函数和一个结构体 struct test { int a; int b; int len(); int area(); } //声明结构体test int len(int a,int b); //声明周长函数 int area(
阅读全文
摘要:#!/bin/bash echo 执行的文件名是:$0 echo 第一个执行的参数是:$1 echo 第二个执行的参数是:$2 echo 第三个执行的参数是:$3 echo 传递的参数作为一个字符串显示:$* echo 传递的参数独立作为每个字符串显示:$@ echo 传递到脚本的参数个数是:$#
阅读全文
摘要:if: if [ $num1 -eq $num2 ];then echo true else echo false fi (-eq =, -lt <, -gt >, -a and, -o or) if [ $str1 = $str2 ];then echo ture else echo false
阅读全文

浙公网安备 33010602011771号