Port 80 Blocked on Cpanel Due to Phpunit Malicious File Eval-Stdin. Php
I Have Added Google Plus Login to My Website (Hosted on Shared Server). While Composing Dependent Libraries Through Composer. Json for Google Login, the...
I have added google plus login to my website (hosted on shared server). While composing dependent libraries through composer.json for google login, the phpunit library was downloaded as a part. It contains a file phpunit\phpunit\src\Util\PHP\eval-stdin.php. Due to this file port 80 for my domain is blocked as they said its a malware file. The repository link is
Following is the code in eval-stdin.php file
eval('?>' . file_get_contents('php://input'));
Is there any alternative to this code. How can i fix this issue. please help
1 Answer
PHPUnit is a tool to be used during development. You should not upload it to your server.