12 2016 档案
摘要:#!/bin/bash useradd -m test echo "123456" | passwd --stdin test
阅读全文
摘要:1、通过php.ini或者user.ini留后门 在一个有正常php文件的目录下新建一个.user.ini 内容为auto_prepend_file=xxx.gif(png/jpg)之类 而你的xxx.gif之类就是你的后门2、后门的代码第一行删除自身,然后驻留在后台内存里,等待外部链接
阅读全文
摘要:<?php/** * SQL Parser from: http://code.google.com/p/php-sql-parser/ * License: New BSD */class PHPSQLParser{ var $reserved = array(); var $functions
阅读全文