摘要: 这次呢是做下web中代码审计的,比较简单。下面是要审计代码。 <?php show_source(__FILE__); error_reporting(0); $disable_fun = ["assert","print_r","system", "shell_exec","ini_set", " 阅读全文
posted @ 2020-03-11 16:25 MTcx 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 这次呢,主要是记录一下再实验用的一些模块或函数。 os模块 os.listdir()函数可以显示指定目录下的所有信息。 eg: os.listdir(“./") 当然还有使用walk() os(.stat;path) os.path() 对文件路径进行处理 os-file-dir 文件目录信息 #c 阅读全文
posted @ 2020-03-11 00:40 MTcx 阅读(259) 评论(0) 推荐(0) 编辑