上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 139 下一页
摘要: open_basedir指令用来限制PHP只能访问那些目录,通常我们只需要设置Web文件目录即可。如果需要 include 加载外部脚本,也需要把脚本所在目录路径加入到open_basedir指令中,多个目录以分号(;)分割。 使用open_basedir需要注意的一点是,指定的显示实际上是前缀,而 阅读全文
posted @ 2023-10-16 18:50 katago 阅读(2300) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_51478862/article/details/124580957 阅读全文
posted @ 2023-10-10 23:34 katago 阅读(61) 评论(0) 推荐(0)
摘要: apt-get install python3 apt-get install python3-pippip install mmh3import requests import base64 import mmh3 URL='https://www.baidu.com/favicon.ico' r 阅读全文
posted @ 2023-10-10 19:48 katago 阅读(573) 评论(0) 推荐(0)
摘要: https://www.php.net/manual/zh/language.types.string.php#language.types.string.syntax.nowdoc<?php echo <<<'EOD' <?php phpinfo();?> EOD;会输出文本<?php phpin 阅读全文
posted @ 2023-10-09 16:54 katago 阅读(81) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_51478862/article/details/124580957https://www.freebuf.com/articles/web/246167.html利用log写入SHOW VARIABLES LIKE '%general%'set g 阅读全文
posted @ 2023-10-08 00:58 katago 阅读(45) 评论(0) 推荐(0)
摘要: mysql查看最近执行的sql语句,默认情况下mysql是不会记录最近执行sql语句的,需要手动开启才能记录。另外最近执行sql语句有两种方式输出,要么是table,要么是文件。查看mysql是否开启sql记录以及输出方式的脚本如下:show variables like '%log_output% 阅读全文
posted @ 2023-09-10 23:48 katago 阅读(574) 评论(0) 推荐(0)
摘要: https://www.shangyexin.com/2020/01/20/docker_ubuntu_compile/https://wiki.t-firefly.com/Firefly-RK3288/linux_compile.html方法二:使用 Docker 阅读全文
posted @ 2023-04-07 15:58 katago 阅读(93) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-04-07 15:46 katago 阅读(317) 评论(0) 推荐(0)
摘要: https://portswigger.net/web-security/web-application-hackers-handbook作者说不打算出第三版,而用在线的课程替代他https://portswigger.net/web-security 阅读全文
posted @ 2023-04-07 15:46 katago 阅读(71) 评论(0) 推荐(0)
摘要: android 内核剖析 这本真是好书 阅读全文
posted @ 2023-03-28 15:14 katago 阅读(77) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 139 下一页