当前位置:网站首页>"Baidu Cup" CTF game 2017 February, Web: blast-1
"Baidu Cup" CTF game 2017 February, Web: blast-1
2022-07-03 07:03:00 【Part 02】
Topic content :
flag In a six bit variable .
include "flag.php";
$a = @$_REQUEST['hello'];
if(!preg_match('/^\w*$/',$a )){
die('ERROR');
}
eval("var_dump($$a);");
show_source(__FILE__);
?>
Only match pure letters , stay var_dump There are two $, Use GLOBALS dump Output all variables
hello=GLOBALS
边栏推荐
- Advanced API (serialization & deserialization)
- Golang operation redis: write and read hash type data
- 2022-06-23 VGMP-OSPF-域间安全策略-NAT策略(更新中)
- VMware virtual machine C disk expansion
- centos php7.2.24升级到php7.3
- New knowledge! The virtual machine network card causes your DNS resolution to slow down
- Advanced API (use of file class)
- How can I split a string at the first occurrence of “-” (minus sign) into two $vars with PHP?
- Laravel Web框架
- Application scenarios of Catalan number
猜你喜欢
[untitled]
How to migrate or replicate VMware virtual machine systems
这两种驱蚊成份对宝宝有害,有宝宝的家庭,选购驱蚊产品要注意
The 10000 hour rule won't make you a master programmer, but at least it's a good starting point
VMware virtual machine C disk expansion
2022-06-23 VGMP-OSPF-域间安全策略-NAT策略(更新中)
每日刷题记录 (十一)
Basic components and intermediate components
Winter vacation work of software engineering practice
How to specify the execution order for multiple global exception handling classes
随机推荐
Notes on the core knowledge of Domain Driven Design DDD
每日刷題記錄 (十一)
Pits encountered in the use of El checkbox group
【code】if (list != null && list.size() > 0)优化,集合判空实现方式
MySQL installation
机器学习 | 简单但是能提升模型效果的特征标准化方法(RobustScaler、MinMaxScaler、StandardScaler 比较和解析)
IC_ EDA_ All virtual machine (rich Edition): questasim, vivado, VCs, Verdi, DC, Pt, spyglass, icc2, synthesize, innovative, ic617, mmsim, process library
2022-06-23 vgmp OSPF inter domain security policy NAT policy (under update)
熊市里的大机构压力倍增,灰度、Tether、微策略等巨鲸会不会成为'巨雷'?
Architecture notes
php安装composer
Centos切换安装mysql5.7和mysql8.0
Arctic code vault contributor
Machine learning | simple but feature standardization methods that can improve the effect of the model (comparison and analysis of robustscaler, minmaxscaler, standardscaler)
Laravel Web框架
Distributed transactions
【类和对象】深入浅出类和对象
instanceof
In depth analysis of reentrantlock fair lock and unfair lock source code implementation
[vscode - vehicle plug-in reports an error] cannot find module 'xxx' or its corresponding type declarations Vetur(2307)