会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Just run
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
139
下一页
2023年10月16日
open_basedir(PHP可访问目录)
摘要: open_basedir指令用来限制PHP只能访问那些目录,通常我们只需要设置Web文件目录即可。如果需要 include 加载外部脚本,也需要把脚本所在目录路径加入到open_basedir指令中,多个目录以分号(;)分割。 使用open_basedir需要注意的一点是,指定的显示实际上是前缀,而
阅读全文
posted @ 2023-10-16 18:50 katago
阅读(2300)
评论(0)
推荐(0)
2023年10月10日
Mysql Getshell总结
摘要: https://blog.csdn.net/qq_51478862/article/details/124580957
阅读全文
posted @ 2023-10-10 23:34 katago
阅读(61)
评论(0)
推荐(0)
python计算 ico hash 值
摘要: 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)
2023年10月9日
php 输出原样代码
摘要: 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)
2023年10月8日
mysql webshell
摘要: 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)
2023年9月10日
mysql查看最近执行的sql语句
摘要: mysql查看最近执行的sql语句,默认情况下mysql是不会记录最近执行sql语句的,需要手动开启才能记录。另外最近执行sql语句有两种方式输出,要么是table,要么是文件。查看mysql是否开启sql记录以及输出方式的脚本如下:show variables like '%log_output%
阅读全文
posted @ 2023-09-10 23:48 katago
阅读(574)
评论(0)
推荐(0)
2023年4月7日
用docker作为嵌入式编译环境
摘要: 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)
黑客攻防技术宝典(第2版)
摘要: https://portswigger.net/web-security/web-application-hackers-handbook作者说不打算出第三版,而用在线的课程替代他https://portswigger.net/web-security
阅读全文
posted @ 2023-04-07 15:46 katago
阅读(71)
评论(0)
推荐(0)
2023年3月28日
android 添加 external 模块
摘要: android 内核剖析 这本真是好书
阅读全文
posted @ 2023-03-28 15:14 katago
阅读(77)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
139
下一页
公告