Skip to content

Instantly share code, notes, and snippets.

@li8u99
Last active August 19, 2019 07:40
Show Gist options
  • Save li8u99/587d27efc2f3def68668e0127aea6966 to your computer and use it in GitHub Desktop.
Save li8u99/587d27efc2f3def68668e0127aea6966 to your computer and use it in GitHub Desktop.
cobre代码审计测试
<?
a='ls'
eval('a')
?>
<?php
include'include2.php';
?>
<?php
require ($_GET['a']);
include($a.'.1.php');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment