Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
mutt /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
Mush.rc
441
B
-rw-r--r--
2021-01-22 14:44
Muttrc.gz
37.49
KB
-rw-r--r--
2021-01-22 14:44
Pine.rc
1022
B
-rw-r--r--
2021-01-22 14:44
Tin.rc
606
B
-rw-r--r--
2021-01-22 14:44
colors.angdraug.gz
1.45
KB
-rw-r--r--
2010-05-31 11:27
colors.default
611
B
-rw-r--r--
2021-01-22 14:44
colors.linux
605
B
-rw-r--r--
2021-01-22 14:44
gpg.rc
3.9
KB
-rw-r--r--
2021-01-22 14:44
mutt_xtitle
311
B
-rw-r--r--
2021-01-22 14:44
pgp2.rc
1.57
KB
-rw-r--r--
2021-01-22 14:44
pgp5.rc
1.65
KB
-rw-r--r--
2021-01-22 14:44
pgp6.rc
1.58
KB
-rw-r--r--
2021-01-22 14:44
ray.muttrc
1.93
KB
-rw-r--r--
2010-05-31 11:27
sample.mailcap
134
B
-rw-r--r--
2021-01-22 14:44
sample.muttrc-tlr.gz
4.28
KB
-rw-r--r--
2021-01-22 14:44
sample.muttrc.gz
4.85
KB
-rw-r--r--
2021-01-22 14:44
sidebar.muttrc
2.2
KB
-rw-r--r--
2014-03-21 14:31
smime.rc
3.59
KB
-rw-r--r--
2021-01-22 14:44
smime_keys_test.pl
3.39
KB
-rw-r--r--
2021-01-22 14:44
Save
Rename
# -*-muttrc-*- # # PGP command formats for PGP 5. # # $Id$ # # decode application/pgp set pgp_decode_command="%?p?PGPPASSFD=0; export PGPPASSFD;? cat %?p?-? %f | pgpv +language=mutt +verbose=0 +batchmode -f --OutputInformationFD=0" # verify a pgp/mime signature set pgp_verify_command="pgpv +language=mutt +verbose=0 +batchmode --OutputInformationFD=1 %f %s" # string that the verify command outputs if the signature is good set pgp_good_sign = "Good signature" # decrypt a pgp/mime attachment set pgp_decrypt_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgpv +language=mutt +verbose=0 +batchmode --OutputInformationFD=2 -f" # create a pgp/mime signed attachment set pgp_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgps +language=mutt +verbose=0 +batchmode -abft %?a? -u %a?" # create a pgp/mime encrypted attachment set pgp_encrypt_only_command="pgpewrap pgpe +language=mutt +verbose=0 +batchmode +nobatchinvalidkeys=off -aft -- -r %r < %f" # create a pgp/mime encrypted and signed attachment set pgp_encrypt_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgpewrap pgpe +language=mutt +verbose=0 +batchmode +nobatchinvalidkeys=off -afts %?a? -u %a? -- -r %r" # import a key into the public key ring set pgp_import_command="pgpk -a +language=mutt --OutputInformationFD=1 %f" # export a key from the public key ring set pgp_export_command="pgpk -xa +language=mutt --OutputInformationFD=1 %r" # verify a key set pgp_verify_key_command="pgpk -c +batchmode +language=mutt --OutputInformationFD=1 %r" # read in the public key ring set pgp_list_pubring_command="pgpring -5 %r" # read in the secret key ring set pgp_list_secring_command="pgpring -5 -s %r"