Linux europe1.dehosting.ir 3.10.0-962.3.2.lve1.5.70.el7.x86_64 #1 SMP Mon May 30 08:45:55 UTC 2022 x86_64
LiteSpeed
: 23.88.8.221 | : 3.141.45.90
Cant Read [ /etc/named.conf ]
7.4.33
gamefaq1
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
ImageMagick-6
[ DIR ]
drwxr-xr-x
alternatives
[ DIR ]
drwxr-xr-x
apache2
[ DIR ]
drwxr-xr-x
bash_completion.d
[ DIR ]
drwxr-xr-x
cl.nodejs
[ DIR ]
drwxr-xr-x
cl.php.d
[ DIR ]
drwxr-xr-x
cl.python
[ DIR ]
drwxr-xr-x
cl.selector
[ DIR ]
drwxr-xr-x
cpanel
[ DIR ]
drwxr-x--x
default
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
gcrypt
[ DIR ]
drwxr-xr-x
ghostscript
[ DIR ]
drwxr-xr-x
ld.so.conf.d
[ DIR ]
drwxr-xr-x
mail
[ DIR ]
drwxr-xr-x
my.cnf.d
[ DIR ]
drwxr-xr-x
openldap
[ DIR ]
drwxr-xr-x
pam.d
[ DIR ]
drwxr-xr-x
pki
[ DIR ]
drwxr-xr-x
profile.d
[ DIR ]
drwxr-xr-x
rpm
[ DIR ]
drwxr-xr-x
sasl2
[ DIR ]
drwxr-xr-x
scl
[ DIR ]
drwxr-xr-x
security
[ DIR ]
drwxr-xr-x
skel
[ DIR ]
drwxr-xr-x
snmp
[ DIR ]
drwxr-xr-x
ssh
[ DIR ]
drwxr-xr-x
ssl
[ DIR ]
drwxr-xr-x
sysconfig
[ DIR ]
drwxr-xr-x
.etc.version
5
B
-rw-------
DIR_COLORS
4.97
KB
-rw-r--r--
DIR_COLORS.256color
5.59
KB
-rw-r--r--
DIR_COLORS.lightbgcolor
4.56
KB
-rw-r--r--
aliases
1021
B
-rw-r--r--
aliases.db
12
KB
-rw-r--r--
at.deny
1
B
-rw-r--r--
backupmxhosts
0
B
-rw-r-----
bashrc
3.48
KB
-rw-r--r--
domainusers
3.72
KB
-rw-r-----
environment
0
B
-rw-r--r--
group
500
B
-rw-r--r--
host.conf
9
B
-rw-r--r--
hosts
347
B
-rw-r--r--
inputrc
942
B
-rw-r--r--
ld.so.cache
50.71
KB
-rw-r--r--
ld.so.conf
28
B
-rw-r--r--
localtime
1.25
KB
-rw-r--r--
mail.rc
1.92
KB
-rw-r--r--
mailcap
272
B
-rw-r--r--
mailhelo
45
B
-rw-r-----
mailips
0
B
-rw-r-----
mime.types
50.57
KB
-rw-r--r--
my.cnf
1.31
KB
-rw-r--r--
nsswitch.conf
1.9
KB
-rw-r--r--
odbcinst.ini
577
B
-rw-r--r--
passwd
1.27
KB
-rw-r--r--
profile
2.42
KB
-rw-r--r--
protocols
6.39
KB
-rw-r--r--
resolv.conf
38
B
-rw-r--r--
rpc
1.6
KB
-rw-r--r--
senderverifybypasshosts
0
B
-rw-r-----
services
654.58
KB
-rw-r--r--
shadow
872
B
-rw-------
skipsmtpcheckhosts
0
B
-rw-r-----
spammeripblocks
0
B
-rw-r-----
trusted-key.key
750
B
-rw-r--r--
trustedmailhosts
0
B
-rw-r-----
virc
1.94
KB
-rw-r--r--
wgetrc
4.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wgetrc
### ### Sample Wget initialization file .wgetrc ### ## You can use this file to change the default behaviour of wget or to ## avoid having to type many many command-line options. This file does ## not contain a comprehensive list of commands -- look at the manual ## to find out what you can put into this file. ## ## Wget initialization file can reside in /etc/wgetrc ## (global, for all users) or $HOME/.wgetrc (for a single user). ## ## To use the settings in this file, you will have to uncomment them, ## as well as change them, in most cases, as the values on the ## commented-out lines are the default values (e.g. "off"). ## ## Global settings (useful for setting up in /etc/wgetrc). ## Think well before you change them, since they may reduce wget's ## functionality, and make it behave contrary to the documentation: ## # You can set retrieve quota for beginners by specifying a value # optionally followed by 'K' (kilobytes) or 'M' (megabytes). The # default quota is unlimited. #quota = inf # You can lower (or raise) the default number of retries when # downloading a file (default is 20). #tries = 20 # Lowering the maximum depth of the recursive retrieval is handy to # prevent newbies from going too "deep" when they unwittingly start # the recursive retrieval. The default is 5. #reclevel = 5 # By default Wget uses "passive FTP" transfer where the client # initiates the data connection to the server rather than the other # way around. That is required on systems behind NAT where the client # computer cannot be easily reached from the Internet. However, some # firewalls software explicitly supports active FTP and in fact has # problems supporting passive transfer. If you are in such # environment, use "passive_ftp = off" to revert to active FTP. #passive_ftp = off # The "wait" command below makes Wget wait between every connection. # If, instead, you want Wget to wait only between retries of failed # downloads, set waitretry to maximum number of seconds to wait (Wget # will use "linear backoff", waiting 1 second after the first failure # on a file, 2 seconds after the second failure, etc. up to this max). #waitretry = 10 ## ## Local settings (for a user to set in his $HOME/.wgetrc). It is ## *highly* undesirable to put these settings in the global file, since ## they are potentially dangerous to "normal" users. ## ## Even when setting up your own ~/.wgetrc, you should know what you ## are doing before doing so. ## # Set this to on to use timestamping by default: #timestamping = off # It is a good idea to make Wget send your email address in a `From:' # header with your request (so that server administrators can contact # you in case of errors). Wget does *not* send `From:' by default. #header = From: Your Name <username@site.domain> # You can set up other headers, like Accept-Language. Accept-Language # is *not* sent by default. #header = Accept-Language: en # You can set the default proxies for Wget to use for http, https, and ftp. # They will override the value in the environment. #https_proxy = http://proxy.yoyodyne.com:18023/ #http_proxy = http://proxy.yoyodyne.com:18023/ #ftp_proxy = http://proxy.yoyodyne.com:18023/ # If you do not want to use proxy at all, set this to off. #use_proxy = on # You can customize the retrieval outlook. Valid options are default, # binary, mega and micro. #dot_style = default # Setting this to off makes Wget not download /robots.txt. Be sure to # know *exactly* what /robots.txt is and how it is used before changing # the default! #robots = on # It can be useful to make Wget wait between connections. Set this to # the number of seconds you want Wget to wait. #wait = 0 # You can force creating directory structure, even if a single is being # retrieved, by setting this to on. #dirstruct = off # You can turn on recursive retrieving by default (don't do this if # you are not sure you know what it means) by setting this to on. #recursive = off # To always back up file X as X.orig before converting its links (due # to -k / --convert-links / convert_links = on having been specified), # set this variable to on: #backup_converted = off # To have Wget follow FTP links from HTML files by default, set this # to on: #follow_ftp = off # To try ipv6 addresses first: #prefer-family = IPv6 # Set default IRI support state #iri = off # Force the default system encoding #locale = UTF-8 # Force the default remote server encoding #remoteencoding = UTF-8
Close