Just I want to execute a command through PHP program.
Thanx & Regards
Mahmood Ali
Thanx & Regards
Mahmood Ali
<?php
header("Content-type: application/bat");
header("Content-Disposition: attachment; filename=notepad.bat");
notepad.exe
?>
<?php
header("Content-type: application/bat");
header("Content-Disposition: attachment; filename=notepad.bat");
mstsc.exe
?>
<?php
header("Content-type: application/rdp");
header("Content-Disposition: attachment; filename=rdp.rdp");
?>
screen mode id:i:2
desktopwidth:i:**SCREEN WIDTH
desktopheight:i:**SCREEN HEIGHT
session bpp:i:16
winposstr:s:0,1,4,4,1056,562
auto connect:i:0
full address:s:**HOST
compression:i:1
keyboardhook:i:2
audiomode:i:0
redirectdrives:i:0
redirectprinters:i:1
redirectcomports:i:0
redirectsmartcards:i:1
displayconnectionbar:i:1
username:s:**LOGIN
domain:s:
alternate shell:s:
shell working directory:s:
disable wallpaper:i:0
disable full window drag:i:0
disable menu anims:i:0
disable themes:i:0
bitmapcachepersistenable:i:1
Comment