karencho Posted November 9, 2016 Share Posted November 9, 2016 Hello i want to know if possible with php to run remotely exe file or jar file ...for example victim is hosting windows 7 ,he or she clicks on link and its executing exe (jar) file in victims system(exe file hosted not in victims system).... that is possible? Quote Link to comment Share on other sites More sharing options...
karencho Posted November 9, 2016 Author Share Posted November 9, 2016 come on no one can help? Quote Link to comment Share on other sites More sharing options...
SomeMan Posted December 29, 2016 Share Posted December 29, 2016 Hey! You should take a look to exec(), shell_exec() or system(). Quote Link to comment Share on other sites More sharing options...
Zylla Posted March 13, 2017 Share Posted March 13, 2017 This would require the web-server to be running on the victims computes. PHP-code is only executed on the server which is running the http-server. If i open my browser, point it to a website with some php-code which uses the exec() function, that exec() function would not be run on my computers, but on the server. So for instance, if the php-code contains malware, it would then infect the server. At best you could get the php script to offer the client a .exe-file, but the same can be accomplished with normal html. I hope this answers your question. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.