File tree 5 files changed +21
-1
lines changed
5 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ * ~
1
2
tool.sh
Original file line number Diff line number Diff line change @@ -102,7 +102,9 @@ https://github.com/p4-team/ctf
102
102
103
103
ctftools 在线CTF信息网站,包括资源下载、在线工具、信息blog等
104
104
https://www.ctftools.com
105
- ## 安全扫描器:
105
+
106
+ 🔐 All Security Engineering Resources
107
+ https://github.com/brianlam38/Sec-Dump/## 安全扫描器:
106
108
107
109
### 端口扫描器
108
110
@@ -373,6 +375,9 @@ https://github.com/ashishb/osx-and-ios-security-awesome
373
375
一款开源WAF
374
376
https://github.com/SpiderLabs/ModSecurity
375
377
378
+ Useful for bug bounties, CTF-style challenges, penetration testing.
379
+ https://github.com/brianlam38/Sec-Cheatsheets
380
+
376
381
开源WAF,基于web日志进行非法访问渗透探测,并进行统计分析,设置阈值封禁
377
382
https://github.com/bollwarm/App-Waf
378
383
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ https://github.com/ashishb/osx-and-ios-security-awesome
54
54
一款开源WAF
55
55
https://github.com/SpiderLabs/ModSecurity
56
56
57
+ Useful for bug bounties, CTF-style challenges, penetration testing.
58
+ https://github.com/brianlam38/Sec-Cheatsheets
59
+
57
60
开源WAF,基于web日志进行非法访问渗透探测,并进行统计分析,设置阈值封禁
58
61
https://github.com/bollwarm/App-Waf
59
62
Original file line number Diff line number Diff line change @@ -102,3 +102,6 @@ https://github.com/p4-team/ctf
102
102
103
103
ctftools 在线CTF信息网站,包括资源下载、在线工具、信息blog等
104
104
https://www.ctftools.com
105
+
106
+ 🔐 All Security Engineering Resources
107
+ https://github.com/brianlam38/Sec-Dump/
Original file line number Diff line number Diff line change
1
+ my $key =shift ;
2
+
3
+ open my $F ,' <' ,' All.md' ;
4
+
5
+ while (<$F >) {
6
+ print " $_ \n " if / $key / ;
7
+
8
+ }
You can’t perform that action at this time.
0 commit comments