KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Security-Notes
★ 21
Open GitHub ↗
一些信息安全笔记整理
Download README (.md)
Explore Similar Repositories
ModernCPP_Examples
:
Simple Reference Implementations of all the features added in C++11/14/17
aliyun-dysms-php-sdk
:
阿里云-云通信PHP版sdk精简,非原先阿里大于SDK,原阿里大鱼被合并进了“阿里云-云通信”,SDK已变化
httpclient-testing
:
No description available.
mao-rules
:
A complete documentation of rules for the card game Mao in 2E
pyTenna
:
Exploring and reversing the goTenna Mesh
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Security-Notes
?
Download (.md)
# Security-Notes 一些信息安全笔记整理 ## Web安全 ### 1. SQL注入 + [SQLi-Labs](https://github.com/Audi-1/sqli-labs) + [MYSQL注入天书](http://www.cnblogs.com/lcamry/category/846064.html) + [SQL注入防御与绕过的几种姿势](https://www.anquanke.com/post/id/86005) + [CTF比赛中SQL注入的一些经验总结](https://www.freebuf.com/articles/web/137094.html) + [SQL注入之SQLmap入门](https://www.freebuf.com/articles/web/29942.html) ### 2.XSS + [WAF的XSS绕过姿势](https://www.freebuf.com/articles/web/81959.html) + [XSS平台](xsspt.com) ### 3.CSRF + [emmm好像没有] ### 4.SSRF + [emmm好像也没有] ### 5.代码审计 + [ctf中的php代码审计技巧](http://www.am0s.com/ctf/200.html) + [PHP网站渗透中的奇技淫巧:检查相等时的漏洞](https://www.freebuf.com/articles/web/129607.html) ## 软件安全 + [一步一步学ROP(ROP_STEP_BY_STEP)](https://github.com/zhengmin1989/ROP_STEP_BY_STEP) + 挖坑 ## CTF相关 ### CTF + [CTF Wiki](https://ctf-wiki.github.io/ctf-wiki/) ### AWD + [CTF线下AWD攻防模式的准备工作及起手式](https://blog.csdn.net/like98k/article/details/80261603) + [CTF线下防御战 — 让你的靶机变成“铜墙铁壁”](https://www.anquanke.com/post/id/86984) + [CTF线下赛AWD套路小结](https://xz.aliyun.com/t/25) + [CTF线下赛AWD模式下的生存技巧](https://www.anquanke.com/post/id/84675) ### CTF解题平台 + [南京邮电大学网络攻防训练平台](http://ctf.nuptzj.cn/) + [Jarvis OJ](https://www.jarvisoj.com/) + [BugkuCTF](https://ctf.bugku.com/) + [Bugku新平台](https://new.bugku.com/) + [PwnHub](https://pwnhub.cn/index) ## 信安论坛 + [吾爱破解](https://www.52pojie.cn/) + [看雪](https://bbs.pediy.com/) ## 学习平台 + [i春秋](https://www.ichunqiu.com/) + [实验吧](http://www.shiyanbar.com/) + [合天实验室](http://www.hetianlab.com/) ## 媒体平台 + [FreeBuf](https://www.freebuf.com/) + [安全客](https://www.anquanke.com/) + [安全牛](https://www.aqniu.com/) ## 公众号 + 黑白之道 + 信安之路 + 浅黑科技 + CTFer的魔法棒 + 各大SRC + 各大门户网站 ## 书籍 + 《白帽子讲Web安全》 + 《SQL注入攻击与防御(第2版)》 + 《XSS跨站脚本攻击剖析与防御》 + 《Web前端黑客技术揭秘》 + 《Web安全深度剖析》 + 《黑客秘笈:渗透测试实用指南(第2版)》 + 《黑客攻防技术宝典:Web实战篇(第2版)》 + 《深入浅出密码学》 + 《metasploit魔鬼训练营》 + 《CTF特训营》