Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
groff /
1.23.0 /
tmac /
[ HOME SHELL ]
Name
Size
Permission
Action
mdoc
[ DIR ]
drwxr-xr-x
an-ext.tmac
3.53
KB
-rw-r--r--
an.tmac
44.36
KB
-rw-r--r--
andoc.tmac
2.97
KB
-rw-r--r--
composite.tmac
637
B
-rw-r--r--
cp1047.tmac
2.33
KB
-rw-r--r--
cs.tmac
5.64
KB
-rw-r--r--
de.tmac
5.95
KB
-rw-r--r--
den.tmac
1.04
KB
-rw-r--r--
devtag.tmac
3.55
KB
-rw-r--r--
doc-old.tmac
35.55
KB
-rw-r--r--
doc.tmac
151.61
KB
-rw-r--r--
en.tmac
1.91
KB
-rw-r--r--
eqnrc
1.4
KB
-rw-r--r--
europs.tmac
1.75
KB
-rw-r--r--
fallbacks.tmac
6.32
KB
-rw-r--r--
fr.tmac
6.04
KB
-rw-r--r--
hyphen.cs
20.77
KB
-rw-r--r--
hyphen.den
156.16
KB
-rw-r--r--
hyphen.det
156.98
KB
-rw-r--r--
hyphen.en
33.33
KB
-rw-r--r--
hyphen.fr
27.39
KB
-rw-r--r--
hyphen.it
4.89
KB
-rw-r--r--
hyphen.sv
33.86
KB
-rw-r--r--
hyphenex.cs
339
B
-rw-r--r--
hyphenex.en
1.95
KB
-rw-r--r--
it.tmac
5.67
KB
-rw-r--r--
ja.tmac
1.91
KB
-rw-r--r--
latin1.tmac
2.4
KB
-rw-r--r--
latin2.tmac
5
KB
-rw-r--r--
latin5.tmac
2.9
KB
-rw-r--r--
latin9.tmac
2.96
KB
-rw-r--r--
man.tmac
55
B
-rw-r--r--
mandoc.tmac
61
B
-rw-r--r--
mdoc.tmac
57
B
-rw-r--r--
papersize.tmac
4.15
KB
-rw-r--r--
pdfpic.tmac
8.32
KB
-rw-r--r--
pic.tmac
255
B
-rw-r--r--
ps.tmac
20.18
KB
-rw-r--r--
psatk.tmac
1.28
KB
-rw-r--r--
psold.tmac
1.96
KB
-rw-r--r--
pspic.tmac
5.07
KB
-rw-r--r--
rfc1345.tmac
93.04
KB
-rw-r--r--
sv.tmac
5.21
KB
-rw-r--r--
trans.tmac
5.07
KB
-rw-r--r--
troffrc
1.51
KB
-rw-r--r--
troffrc-end
1.39
KB
-rw-r--r--
tty-char.tmac
5.77
KB
-rw-r--r--
tty.tmac
1.7
KB
-rw-r--r--
www.tmac
40.06
KB
-rw-r--r--
zh.tmac
1.71
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : an-ext.tmac
.\" groff extension macros for man(7) package .\" .\" Copyright (C) 2007-2022 Free Software Foundation, Inc. .\" .\" Written by Eric S. Raymond <esr@thyrsus.com> .\" Werner Lemberg <wl@gnu.org> .\" G. Branden Robinson <g.branden.robinson@gmail.com> .\" .\" You may freely use, modify and/or distribute this file. .\" .\" The code below provides extension macros for the 'man' macro .\" package. Care has been taken to make the code portable; groff .\" extensions are properly hidden so that all troff implementations can .\" use it without changes. .\" .\" With groff, this file is sourced by the 'man' macro package itself. .\" Man page authors who are concerned about portability might add the .\" used macros directly to the prologue of the man page(s). . . .\" Convention: Auxiliary macros and registers start with 'm' followed .\" by an uppercase letter or digit. . .\" Setting the `mG` register to a positive value (e.g., on the command .\" line) enables usage of macros defined here that have alternative .\" definitions in the main groff man macro file. This is for testing. .\" The logic uses subtraction due to frustrating, AT&T troff-compatible .\" limitations on the '!' operator. . . .\" Protect against being sourced twice. .nr mZ +1 .if \n(mZ>1 \ . nx . .\" Define this to your implementation's constant-width typeface. .ds mC CW .if n .ds mC R . .\" Save the automatic hyphenation mode. .\" .\" In AT&T troff, there was no register exposing the hyphenation mode, .\" and no way to save and restore it. Set `mH` to a reasonable value .\" for your implementation and preference. .de mY . ie !\\n(.g \ . nr mH 14 . el \ . do nr mH \\n[.hy] \" groff extension register .. . .nr mS 0 \" in a synopsis (SY/YS)? .nr mE 0 \" in an example (EX/EE)? . . .\" Declare start of command synopsis. Sets up hanging indentation. .de SY . ie !\\n(mS \{\ . mY . nh . nr mS 1 . nr mA \\n(.j . ad l . nr mI \\n(.i . \} . el \{\ . br . ns . \} . . nr mT \w'\fB\\$1\fP\ ' . HP \\n(mTu . rr mT . B "\\$1" .. . . .\" End of command synopsis. Restores adjustment. .de YS . in \\n(mIu . ad \\n(mA . hy \\n(mH . rr mA . rr mI . nr mS 0 .. . . .\" Prepare link text for mail/web hyperlinks. `MT` and `UR` call this. .de mV . ds m1 \\$1\" .. . . .\" Emit hyperlink. The optional argument supplies trailing punctuation .\" after link text. `ME` and `UE` call this. .de mQ . mY . nh <\\*(m1>\\$1 . hy \\n(mH .. . . .\" Start URL. .if \n(.g-\n(mG \{\ .de UR . mV \\$1 .. .\} . . .\" End URL. .if \n(.g-\n(mG \{\ .de UE . mQ \\$1 .. .\} . . .\" Start email address. .if \n(.g-\n(mG \{\ .de MT . mV \\$1 .. .\} . . .\" End email address. .if \n(.g-\n(mG \{\ .de ME . mQ \\$1 .. .\} . . .\" Set a man page cross reference. .\" .MR page-topic page-section [trailing-text] .if \n(.g-\n(mG \{\ .de MR . mY . nh . ie \\n(.$=1 \ . I \\$1 . el \ . IR \\$1 (\\$2)\\$3 . hy \\n(mH .. .\} . . .\" Continuation line for .TP header. .de TQ . br . ns . TP \\$1\" no doublequotes around argument! .. . . .\" Start example. .if \n(.g-\n(mG \{\ .de EX . br . if !\\n(mE \{\ . nr mF \\n(.f . nr mP \\n(PD . nr PD 1v . nf . ft \\*(mC . nr mE 1 . \} .. .\} . . .\" End example. .if \n(.g-\n(mG \{\ .de EE . br . if \\n(mE \{\ . ft \\n(mF . nr PD \\n(mP . fi . nr mE 0 . \} .. .\} . . .\" Start display. .de DS . \" XXX to be written .. . . .\" End display. .de DE . \" XXX to be written .. . .\" Local Variables: .\" mode: nroff .\" fill-column: 72 .\" End: .\" vim: set filetype=groff textwidth=72:
Close