File tree Expand file tree Collapse file tree 5 files changed +47
-21
lines changed Expand file tree Collapse file tree 5 files changed +47
-21
lines changed Original file line number Diff line number Diff line change @@ -57,25 +57,6 @@ https://riptutorial.com/
57
57
58
58
[ 作为一个技术Leader,要如何去提升团队的技术氛围] ( https://www.toutiao.com/a6792820868150985228 )
59
59
60
- ### SSL
61
- [ 11种免费获取SSL证书的方式] ( https://www.toutiao.com/i6883395048126284292 )
62
-
63
- #### ACME 协议
64
- Let’s Encrypt 使用 ACME 协议来验证您对给定域名的控制权并向您颁发证书。要获得 Let’s Encrypt 证书,您需要选择一个要使用的 ACME 客户端软件。
65
-
66
- https://letsencrypt.org/zh-cn/docs/client-options/
67
-
68
- https://github.com/letsencrypt/website/
69
-
70
- ##### certbot - ACME 客户端
71
- [ 让网站永久拥有HTTPS - 申请免费SSL证书并自动续期] ( https://blog.csdn.net/xs18952904/article/details/79262646 )
72
- https://www.cnblogs.com/dissipate/p/13606006.html
73
- http://www.mntm520.com/post/48
74
- 也可以用certbot的docker镜像来生成证书
75
-
76
-
77
- ##### zerossl - ACME 客户端
78
- https://zerossl.com/
79
60
80
61
### 公众号文章
81
62
Original file line number Diff line number Diff line change 10
10
### ngrok
11
11
12
12
Ngrok 实现内网穿透(Ngrok 和 Sunny-Ngrok ) 这个之前用到微信开发上面
13
+ https://ngrok.com/
13
14
14
15
### nat123 : 内网穿透
15
16
### frp: 内网穿透
17
+ 开源
18
+ https://github.com/fatedier/frp 41.1k
19
+ ### inlets
20
+ 开源
21
+ https://github.com/inlets/inlets 6.9k
22
+ ### Argo Tunnel
23
+ https://developers.cloudflare.com/argo-tunnel/
16
24
17
25
### 闪库
18
26
http://ipyingshe.com/
Original file line number Diff line number Diff line change
1
+
2
+ ## SSL
3
+ [ 11种免费获取SSL证书的方式] ( https://www.toutiao.com/i6883395048126284292 )
4
+
5
+
6
+
7
+ ### ACME 协议
8
+ Let’s Encrypt 使用 ACME 协议来验证您对给定域名的控制权并向您颁发证书。要获得 Let’s Encrypt 证书,您需要选择一个要使用的 ACME 客户端软件。
9
+
10
+ https://letsencrypt.org/zh-cn/docs/client-options/
11
+
12
+ https://github.com/letsencrypt/website/
13
+
14
+ #### certbot - ACME 客户端
15
+ [ 让网站永久拥有HTTPS - 申请免费SSL证书并自动续期] ( https://blog.csdn.net/xs18952904/article/details/79262646 )
16
+ https://www.cnblogs.com/dissipate/p/13606006.html
17
+ http://www.mntm520.com/post/48
18
+ 也可以用certbot的docker镜像来生成证书
19
+
20
+
21
+ #### zerossl - ACME 客户端
22
+ https://zerossl.com/
23
+
24
+ ## acme.sh
25
+
26
+ 这个脚本acme.sh,实现了 acme 协议, 可以帮你持续自动从Letsencrypt更新CA证书
27
+ https://github.com/acmesh-official/acme.sh
28
+
29
+ 安装
30
+ https://github.com/acmesh-official/acme.sh/wiki/%E8%AF%B4%E6%98%8E
31
+ ` curl get.acme.sh | sh `
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ Fiddler 开放了他的FiddlerCoreAPI 提供给开发者调用,来处理所
14
14
## 其它工具
15
15
### 代理抓包工具 Charles
16
16
Charles是一个HTTP代理/ HTTP监视器/反向代理,它使开发人员能够查看他们的机器和Internet之间的所有HTTP和SSL / HTTPS通信。这包括请求、响应和HTTP头(其中包含cookie和缓存信息)。
17
-
17
+ ### Arkime(以前叫做Moloch)
18
+ 最新版本的Arkime可以通过PolarProxy接收抓包并解密HTTPS流。
18
19
### AnyProxy
19
20
一个完全可配置的http/https代理在NodeJS
20
21
Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ https://www.kali.org/docs/
5
5
https://github.com/kali-docs-cn/kali-linux-cookbook-zh
6
6
7
7
[ WLS2(win10子系统)Linux图形化GUI教程win-kex] ( https://blog.csdn.net/l1447320229/article/details/108210760 )
8
-
8
+ ```
9
+ wsl -l -v
10
+ kali-linux
11
+ enter 123456
12
+ kex
13
+ ```
9
14
10
15
## 工具
11
16
### 端口扫描
You can’t perform that action at this time.
0 commit comments