web security
brute force cracking 暴力破解
Brute force (also known as brute force cracking) is a trial and error method used by application programs to decode encrypted data such as passwords or Data Encryption Standard (DES) keys, through exhaustive effort (using brute force) rather than employing intellectual strategies. Just as a criminal might break into, or "crack" a safe by trying many possible combinations, a brute force cracking application proceeds through all possible combinations of legal characters in sequence. Brute force is considered to be an infallible, although time-consuming, approach.
Session fixation
http://www.c-sharpcorner.com/UploadFile/ajyadav123/session-fixation-vulnerability-detection-in-Asp-Net/
https://www.codeproject.com/Articles/210993/Session-Fixation-vulnerability-in-ASP-NET
http://blog.csdn.net/newjueqi/article/details/7548976
https://en.wikipedia.org/wiki/Session_fixation#Countermeasures
https://www.cnblogs.com/luminji/archive/2012/05/30/2511357.html
Improper Session Management
https://www.owasp.org/index.php/Top_10_2013-A2-Broken_Authentication_and_Session_Management
Cross-site Scripting (XSS) 跨站点脚本攻击
https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)
http://blog.csdn.net/yefan2222/article/details/7091863
solution
https://github.com/mganss/HtmlSanitizer
OTP flooding attack
http://www.wwpass.com/company/blog/vulnerability-of-one-time-passwords-over-sms
WEB安全扫描器Netsparker推荐给大家
下载链接: http://pan.baidu.com/s/1pJI4gHX 密码: pygm
ASP.NET web application security review: Do's & Don'ts
https://www.codeproject.com/Articles/291562/Asp-net-web-application-Security-Review-Dos-Dont
作者:Chuck Lu GitHub |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
2016-11-01 DevExpress Crack
2016-11-01 GitHub如何在自己的Stars中进行搜索