上一页 1 2 3 4 5 6 7 8 ··· 23 下一页
摘要: 参考: https://juejin.im/entry/5b447cbbe51d45199566f752 https://www.baeldung.com/spring boot custom starter 项目结构 子模块 mystarter (自定义starter) pom 注意: 不加会在使 阅读全文
posted @ 2019-07-11 19:57 懒企鹅 阅读(664) 评论(0) 推荐(0) 编辑
摘要: kibana 控制台 代码示例 指定ID代替自动生成的_id可以节省一次查询 查询所有: 批量同步 DataWorks定时同步数据库的数据到ES 一个index 对应多个type: 阅读全文
posted @ 2019-07-10 18:06 懒企鹅 阅读(988) 评论(0) 推荐(0) 编辑
摘要: 在使用 FeignClient 如果参数没有给默认名字 比如 会报错: 只是jdk在编译后用arg0,arg1...代替了原来的参数 导致Feign没有找到参数 只需要开启保留参数设置即可 如图: 注意: 要重新编译 阅读全文
posted @ 2019-07-09 19:48 懒企鹅 阅读(3093) 评论(0) 推荐(1) 编辑
摘要: 环境搭建 靶机下载: https://www.vulnhub.com/entry/fristileaks 13,133/ 安装:直接用virtualbox打开 网络桥接 找到靶机IP 虚拟机启动就显示了IP,如果没有,可以用nmap 扫描 信息搜集 获取一个有价值的页面(大概需要经验和运气吧) 查看 阅读全文
posted @ 2019-06-28 18:30 懒企鹅 阅读(773) 评论(0) 推荐(0) 编辑
摘要: 拿到root权限 之前的努力,最终获得了两个session 尝试看看该操作系统的漏洞 kali: echo sshd_enable="YES" /etc/rc.conf /etc/rc.d/sshd start /etc/rc.conf: sshd.enable=YES: not found Sta 阅读全文
posted @ 2019-06-28 15:24 懒企鹅 阅读(422) 评论(0) 推荐(0) 编辑
摘要: pChart 2.1.3 文件包含漏洞 搜索漏洞 查看漏洞理由代码: 之前的8080端口禁止访问,看看apache的配置: 替换User Agent 所有请求都替换 phptax 远程代码执行漏洞 Exploit / Proof of Concept: Bindshell on port 23235 阅读全文
posted @ 2019-06-28 11:34 懒企鹅 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 环境搭建 该系列文章参考 : https://www.youtube.com/watch?v=bWM0BCQ5q1o&list=PL9WW prbqvGzHsGK_OqTyYWbCZjucpInV&index=1 物理机 "kali linux" 虚拟机 VMware Workstation Ful 阅读全文
posted @ 2019-06-27 12:39 懒企鹅 阅读(1047) 评论(1) 推荐(1) 编辑
摘要: 以下内容部分来自小马哥的 《springboot 编程思想》 基础 springboot 项目 maven 依赖 启动 项目会使用默认的8080端口 @SpringBootApplication 注解 替换@SpringBootApplication 启动成功! 阅读全文
posted @ 2019-06-19 22:30 懒企鹅 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 生成秘钥的步骤: ssh keygen t rsa C "xxxx@qq.com" 添加秘钥 在不同的域中添加相同的秘钥是没有问题的,比如 github.com / code.aliyun.com 如果我想不同的域用不同的账号,或者同一个域有多个账号怎么办? 以上情况就需要生成多个秘钥 ssh ke 阅读全文
posted @ 2019-06-19 16:20 懒企鹅 阅读(866) 评论(0) 推荐(0) 编辑
摘要: 批量删除 阅读全文
posted @ 2019-06-14 17:56 懒企鹅 阅读(177) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 23 下一页