Repositories (1)
my-socketlog
1 snippets stored for this repo
// 需开启1229和1116两个端口
//
// 还可以用它来分析开源程序,分析SQL性能,结合taint分析程序漏洞
// taint能自动检测出xss,sql注入, 如果只用php taint, 它warning报错只告诉了变量输出的地方,并不知道变量在那里赋值、怎么传递。
// 通过SocketLog, 能看到调用栈,轻松对有问题变量进行跟踪。
ini_set( 'display_errors', 'On' );