Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 3.12.136.98
Cant Read [ /etc/named.conf ]
7.4.20
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 /
html /
betpair /
betting /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
bets
[ DIR ]
drwxrwxr-x
events
[ DIR ]
drwxrwxr-x
security
[ DIR ]
drwxrwxr-x
base.html
1.26
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : base.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Betpair</title> {% block meta %} {% endblock %} {% load static %} <link rel="stylesheet" href="{% static 'css/style.css' %}"> {% block style %} {% endblock %} </head> <body> <nav class="navbar"> <div class="nav-content"> <div class="nav-brand"> <h1>BetPair</h1> </div> <ul class="nav-links"> <li><a href="/">Home</a></li> <li><a href="{% url 'get_events' %}">Events</a></li> {% if user.is_authenticated %} <li><a href="#"><small>N{{ user.player.balance }}</small></a></li> <li><a href="{% url 'user_logout' %}">Logout</a></li> {% else %} <li><a href="{% url 'user_login' %}">Login</a></li> <li><a href="{% url 'user_register' %}">Sign Up</a></li> {% endif %} </ul> </div> </nav> <main> {% block body %} {% endblock body %} </main> {% block js %} {% endblock %} </body> </html>
Close