Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
libexec /
ipsec /
[ HOME SHELL ]
Name
Size
Permission
Action
._import_crl.hmac
65
B
-rw-r--r--
._keycensor.hmac
65
B
-rw-r--r--
._pluto_adns.hmac
65
B
-rw-r--r--
._plutorun.hmac
65
B
-rw-r--r--
._secretcensor.hmac
65
B
-rw-r--r--
._stackmanager.hmac
65
B
-rw-r--r--
._updown.hmac
65
B
-rw-r--r--
._updown.klips.hmac
65
B
-rw-r--r--
._updown.netkey.hmac
65
B
-rw-r--r--
.addconn.hmac
65
B
-rw-r--r--
.auto.hmac
65
B
-rw-r--r--
.barf.hmac
65
B
-rw-r--r--
.cavp.hmac
65
B
-rw-r--r--
.eroute.hmac
65
B
-rw-r--r--
.ikeping.hmac
65
B
-rw-r--r--
.klipsdebug.hmac
65
B
-rw-r--r--
.look.hmac
65
B
-rw-r--r--
.newhostkey.hmac
65
B
-rw-r--r--
.pf_key.hmac
65
B
-rw-r--r--
.pluto.hmac
65
B
-rw-r--r--
.readwriteconf.hmac
65
B
-rw-r--r--
.rsasigkey.hmac
65
B
-rw-r--r--
.secrets.hmac
65
B
-rw-r--r--
.setup.hmac
65
B
-rw-r--r--
.showhostkey.hmac
65
B
-rw-r--r--
.spi.hmac
65
B
-rw-r--r--
.spigrp.hmac
65
B
-rw-r--r--
.tncfg.hmac
65
B
-rw-r--r--
.verify.hmac
65
B
-rw-r--r--
.whack.hmac
65
B
-rw-r--r--
_import_crl
119.42
KB
-rwxr-xr-x
_keycensor
1.38
KB
-rwxr-xr-x
_pluto_adns
14.03
KB
-rwxr-xr-x
_plutorun
2.99
KB
-rwxr-xr-x
_secretcensor
1.86
KB
-rwxr-xr-x
_stackmanager
14.1
KB
-rwxr-xr-x
_updown
4.23
KB
-rwxr-xr-x
_updown.klips
18.63
KB
-rwxr-xr-x
_updown.netkey
16.27
KB
-rwxr-xr-x
addconn
255.42
KB
-rwxr-xr-x
auto
4.41
KB
-rwxr-xr-x
barf
11.46
KB
-rwxr-xr-x
cavp
1.04
MB
-rwxr-xr-x
ikeping
26.05
KB
-rwxr-xr-x
look
2.92
KB
-rwxr-xr-x
newhostkey
2.8
KB
-rwxr-xr-x
pf_key
63.2
KB
-rwxr-xr-x
readwriteconf
227.42
KB
-rwxr-xr-x
rsasigkey
132.02
KB
-rwxr-xr-x
secrets
729
B
-rwxr-xr-x
setup
6.11
KB
-rwxr-xr-x
showhostkey
188.42
KB
-rwxr-xr-x
spigrp
75.53
KB
-rwxr-xr-x
tncfg
119.4
KB
-rwxr-xr-x
verify
13.52
KB
-rwxr-xr-x
whack
62.16
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _updown
#! /bin/sh # iproute2 version, default updown script # # Copyright (C) 2003-2004 Nigel Metheringham # Copyright (C) 2002-2007 Michael Richardson <mcr@xelerance.com> # Copyright (C) 2003-2013 Tuomo Soini <tis@foobar.fi> # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2 of the License, or (at your # option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # CAUTION: Installing a new version of Libreswan will install a new # copy of this script, wiping out any custom changes you make. If # you need changes, make a copy of this under another name, and customize # that, and use the (left/right)updown parameters in ipsec.conf to make # Libreswan use yours instead of this default one. test $IPSEC_INIT_SCRIPT_DEBUG && set -v -x LC_ALL=C export LC_ALL # things that this script gets (from ipsec_pluto(8) man page) # # # PLUTO_VERSION # indicates what version of this interface is being # used. This document describes version 1.1. This # is upwardly compatible with version 1.0. # # PLUTO_VERB # specifies the name of the operation to be performed # (prepare-host, prepare-client, up-host, up-client, # down-host, or down-client). If the address family # for security gateway to security gateway communications # is IPv6, then a suffix of -v6 is added to the # verb. # # PLUTO_CONNECTION # is the name of the connection for which we are # routing. # # PLUTO_CONN_POLICY # the policy of the connection, as in: # RSASIG+ENCRYPT+TUNNEL+PFS+DONTREKEY+OPPORTUNISTIC+failureDROP+lKOD+rKOD # # PLUTO_NEXT_HOP # is the next hop to which packets bound for the peer # must be sent. # # PLUTO_INTERFACE # is the name of the ipsec interface to be used. # # PLUTO_ME # is the IP address of our host. # # PLUTO_MY_CLIENT # is the IP address / count of our client subnet. If # the client is just the host, this will be the # host's own IP address / max (where max is 32 for # IPv4 and 128 for IPv6). # # PLUTO_MY_CLIENT_NET # is the IP address of our client net. If the client # is just the host, this will be the host's own IP # address. # # PLUTO_MY_CLIENT_MASK # is the mask for our client net. If the client is # just the host, this will be 255.255.255.255. # # PLUTO_MY_SOURCEIP # if non-empty, then the source address for the route will be # set to this IP address. # # PLUTO_MY_PROTOCOL # is the protocol for this connection. Useful for # firewalling. # # PLUTO_MY_PORT # is the port. Useful for firewalling. # # PLUTO_PEER # is the IP address of our peer. # # PLUTO_PEER_CLIENT # is the IP address / count of the peer's client subnet. # If the client is just the peer, this will be # the peer's own IP address / max (where max is 32 # for IPv4 and 128 for IPv6). # # PLUTO_PEER_CLIENT_NET # is the IP address of the peer's client net. If the # client is just the peer, this will be the peer's # own IP address. # # PLUTO_PEER_CLIENT_MASK # is the mask for the peer's client net. If the # client is just the peer, this will be # 255.255.255.255. # # PLUTO_PEER_PROTOCOL # is the protocol set for remote end with port # selector. # # PLUTO_PEER_PORT # is the peer's port. Useful for firewalling. # # PLUTO_CONNECTION_TYPE # # PLUTO_MY_REF/PLUTO_PEER_REF # KLIPSng(mast) references to the SA to be used in each # direction. # # PLUTO_STACK # The kernel level IPstack used (see protostack=) # # PLUTO_SA_REQID # When using KAME or XFRM/NETKEY, the IPsec SA reqid value case $PLUTO_VERSION in 1.*) # Older Pluto?!? Play it safe, script may be using new features. echo "$0: obsolete interface version \"$PLUTO_VERSION\"," >&2 echo "$0: called by obsolete Pluto?" >&2 exit 2 ;; 2.*) ;; esac if [ -x /usr/libexec/ipsec/_updown.${PLUTO_STACK} ]; then exec /usr/libexec/ipsec/_updown.${PLUTO_STACK} $* else echo "FATAL: Could not execute /usr/libexec/ipsec/_updown.${PLUTO_STACK} $*" fi exit 3
Close