File Transfer
Protected File Transfers
File Encryption on Linux (OpenSSL)
Verify correct file content after transfer
❯ md5sum <file_name>
e7f7d2522cc7fdec3e6cc2c1e2f20819 <file_name>Download Operations
Base64 Encoding / Decoding
cat archivo.txt | base64 -w0; echoecho -n '<BASE64_CODE>' | base64 -d > archivo.txtnc && /dev/tcp
Netcat/nc
Wget
Curl
Fileless Attacks Using Linux
Download with Bash (/dev/tcp)
SSH Downloads
Download Operations using Python
Python2
Python3
Download Operations using PHP
PHP Download with File_get_contents()
PHP Download with Fopen()
PHP Download a File and Pipe it to Bash
Download Operations using Ruby
Ruby - Download a File
Download Operations using Perl
Perl - Download a File
Upload Operations
nc && /dev/tcp
Base64 Encoding / Decoding
Web Upload
Alternative Web File Transfer Method
SCP Upload
Upload Operations using Python3
Starting the Python uploadserver Module
Uploading a File Using a Python One-liner
Uploading a File Using a Python Script
Upload Operations using PHP
Starting the Python uploadserver Module
Uploading a File Using a PHP One-liner
Uploading a File Using a PHP Script
Upload Operations using Ruby
Starting the Python uploadserver Module
Uploading a File Using a Ruby One-liner
Uploading a File Using a Ruby Script
Upload Operations using Perl
Starting the Python uploadserver Module
Uploading a File Using a Ruby One-liner
Uploading a File Using a Perl Script
Última actualización
¿Te fue útil?