代码审计精华文章收录:

关于php的一些'特性'或漏洞  https://github.com/80vul/phpcodz

【干货分享】PHP漏洞挖掘——进阶篇    http://blog.nsfocus.net/php-vulnerability-mining/

常见高危漏洞及验证方法      http://blog.nsfocus.net/common-vulnerability-verify/

高级PHP应用程序漏洞审核技术 PDF  http://www.jb51.net/books/40760.html

如何对PHP程序中的常见漏洞进行攻击(上) http://www.xfocus.net/articles/200107/227.html

如何对PHP程序中的常见漏洞进行攻击(下) http://www.dedecms.com/knowledge/program/php/2012/0818/6639.html

PHP漏洞挖掘思路+实例 http://www.huo119.com/post/787.shtm

PHP漏洞挖掘思路+实例  https://zhuanlan.zhihu.com/p/19646799

论PHP常见的漏洞  http://www.360doc.com/content/15/0513/07/9200790_470081365.shtml

PHP漏洞全解(详细介绍)  https://www.cnblogs.com/agang-php/p/5783789.html

PHP安全编程:http://www.nowamagic.net/librarys/veda/detail/2010

PHP 函数漏洞总结 http://blog.csdn.net/qq_35078631/article/details/75200157

PHP 函数漏洞总结 http://blog.csdn.net/qq_31481187/article/details/60968595

Web应用程序安全漏洞分析与防范(PHP篇) http://www.rising.com.cn/newsletter/news/2013-04-25/13588.html

Web应用程序安全漏洞分析与防范(ASP篇)http://www.rising.com.cn/newsletter/news/2013-02-28/13246.html

SQL注入篇:

  浅析白盒审计中的字符编码及SQL注入

    http://www.freebuf.com/articles/web/31537.html

  【PHP代码审计】 那些年我们一起挖掘SQL注入 - 1.什么都没过滤的入门情况

    http://www.cnbraid.com/2015/sql0.html

  【PHP代码审计】 那些年我们一起挖掘SQL注入 - 2.全局防护Bypass之UrlDecode

    http://www.cnbraid.com/2015/sql1.html

  【PHP代码审计】 那些年我们一起挖掘SQL注入 - 3.全局防护Bypass之Base64Decode

    http://www.cnbraid.com/2016/sql2.html

  【PHP代码审计】 那些年我们一起挖掘SQL注入 - 4.全局防护Bypass之二次注入

    http://www.cnbraid.com/2016/sql3.html

  【PHP代码审计】 那些年我们一起挖掘SQL注入 - 5.全局防护Bypass之宽字节注入

    http://www.cnbraid.com/2016/sql4.html

  【PHP代码审计】 那些年我们一起挖掘SQL注入 - 6.全局防护Bypass之一些函数的错误使用

    http://www.cnbraid.com/2016/sql5.html

  【PHP代码审计】 那些年我们一起挖掘SQL注入 - 7.全局防护盲点的总结上篇

    http://www.cnbraid.com/2016/sql6.html

  【PHP代码审计】 那些年我们一起挖掘SQL注入 - 8.全局防护盲点的总结下篇

    http://www.cnbraid.com/2016/sql7.html

浅谈越权访问 http://bbs.sangfor.com.cn/forum.php?mod=viewthread&tid=17342

Code-audit-Learning的更多相关文章

  1. PHP Code Reviewing Learning

    相关学习资料 http://code-tech.diandian.com/post/2012-11-04/40042129192 http://ssv.sebug.net/高级PHP应用程序漏洞审核技 ...

  2. Machine and Deep Learning with Python

    Machine and Deep Learning with Python Education Tutorials and courses Supervised learning superstiti ...

  3. (转) Deep Learning Resources

    转自:http://www.jeremydjacksonphd.com/category/deep-learning/ Deep Learning Resources Posted on May 13 ...

  4. {Reship}{Code}{CV}

    UIUC的Jia-Bin Huang同学收集了很多计算机视觉方面的代码,链接如下: https://netfiles.uiuc.edu/jbhuang1/www/resources/vision/in ...

  5. CV code references

    转:http://www.sigvc.org/bbs/thread-72-1-1.html 一.特征提取Feature Extraction:   SIFT [1] [Demo program][SI ...

  6. 【转】The most comprehensive Data Science learning plan for 2017

    I joined Analytics Vidhya as an intern last summer. I had no clue what was in store for me. I had be ...

  7. [C2P2] Andrew Ng - Machine Learning

    ##Linear Regression with One Variable Linear regression predicts a real-valued output based on an in ...

  8. [C2P3] Andrew Ng - Machine Learning

    ##Advice for Applying Machine Learning Applying machine learning in practice is not always straightf ...

  9. [ML] Machine Learning in the Common Infrastructure ecosystem

    一.CogNet架构 下图,可见Kafka的作用. Partial code: Machine Learning in the Common Infrastructure ecosystem Rele ...

  10. Python框架、库以及软件资源汇总

    转自:http://developer.51cto.com/art/201507/483510.htm 很多来自世界各地的程序员不求回报的写代码为别人造轮子.贡献代码.开发框架.开放源代码使得分散在世 ...

随机推荐

  1. c语言数据类型、运算符和表达式

    数据类型 1.基本数据类型: 基本数据类型最主要的特点是,其值不可以分解为其他类型.也就是说,基本数据类型是 自我说明的 2.构造数据类型: 构造数据类型是根据已定于的一个或多个数据类型用构造的方法来 ...

  2. C++自定义异常类

    代码样例: #include <iostream> using namespace std; class illegalParameterValue { public: illegalPa ...

  3. C语言中的循环语句练习

    注:练习题目均出自<明解C语言 入门篇> 一.do语句 1,求多个整数的和及平均值 #include<stdio.h> int main(void) { ; //和 ; //整 ...

  4. linux 日志查询

    tail -n 400 logname | grep "AAA" grep 简单使用 1.把要查询的行写到文本里面去: grep WXCP IC.NotifyIndexServer ...

  5. html5学习摘要

    1.HTML5简介 什么是 HTML5? HTML5 将成为 HTML.XHTML 以及 HTML DOM 的新标准. HTML5 仍处于完善之中.然而,大部分现代浏览器已经具备了某些 HTML5 支 ...

  6. JDBC查询数据实例

    在本教程将演示如何在JDBC应用程序中,查询数据库的一个表中数据记录. 在执行以下示例之前,请确保您已经准备好以下操作: 具有数据库管理员权限,以在给定模式中数据库表中查询数据记录. 要执行以下示例, ...

  7. kubectl error: The connection to the server localhost:8080 was refused

    did you run below commands after kubeadm init To start using your cluster, you need to run (as a reg ...

  8. Enhance基本例子

    太晚了,有些东西没有补充,回头再补上. 先上Demo 1.要执行的方法 package enhancerTest; /** * Created by LiuSuSu on 2017/3/26. */ ...

  9. Fedora ssh服务,防火墙服务设置

    Fedora26 ssh设置 ssh:connection to host 127,0.0.1 port22: Connection refused 首先安装openssh-server     yu ...

  10. c++ int string互转

    1. ){ monthNumber = "; itoa(i+,iCharArray,); monthNumber += iCharArray; } else { itoa(i+,iCharA ...