当前位置:网站首页>[wp][introduction] brush weak type questions
[wp][introduction] brush weak type questions
2022-07-05 03:47:00 【_ Xiao SA】
<?php
include "flag.php";
highlight_file(__FILE__);
error_reporting(0);
$a = $_GET['param1'];
$b = $_POST['param2'];
$c = $_GET['param3'];
$d = $_POST['param4'];
if($a!==$b && md5($a)===md5($b) && $c!==$d && sha1($c)===sha1($d)){
echo $flag2;
die(" xiu_er_!!");
}else{
echo "fail";
}
?>
2.
<?php
include "flag.php";
highlight_file(__FILE__);
error_reporting(0);
if(isset($_GET['param1'])){
$a = $_GET['param1'];
switch ($a) {
case $a>=0:
echo 0;
break;
case $a>=10:
echo $flag3;
break;
default:
echo 2;
break;
}
}
?>
?param1=0
<?php
include "flag.php";
highlight_file(__FILE__);
error_reporting(0);
if(isset($_GET['param1'])){
$a = $_GET['param1'];
switch ($a) {
case $a>=0:
echo 0;
break;
case $a>=10:
echo $flag3;
break;
default:
echo 2;
break;
}
}
?>
?param1=0
<?php
include "flag.php";
highlight_file(__FILE__);
error_reporting(0);
$msg = json_decode($_GET['param1']);
if($msg->key == $key){
echo $flag5;
die(" xiu_er_!!");
}else{
echo "fail";
}
?>
?param1={“key”:0}
<?php
include "flag.php";
highlight_file(__FILE__);
error_reporting(0);
$s = $_GET['a'];
if(!is_numeric($s)){
if($s+1 === 1000){
die($flag7);
}
}
?>
?a=999a
<?php
include "flag.php";
highlight_file(__FILE__);
error_reporting(0);
$param2 = 'param2';
extract($_GET);
if (isset($param1)) {
if ($param1 == $content){
foreach($arr as $key => $value){
$$key = $value;
}
if($param2==='getflag'){
echo $flag9;
}
}else{
echo "Oh..nooo";
}
}
?>
?param1=1¶m2=getflag&content=1
<?php
include "flag.php";
highlight_file(__FILE__);
error_reporting(0);
if(isset($_GET['password'])){
if(ereg("^[a-zA-Z0-9]+$", $_GET['password'])===false){
echo "must be alphanumeric";
}elseif (strpos($_GET['password'], '--')!=false) {
die($flag8);
}else{
echo "Invalid password";
}
}
?>
?password=a%00–
<?php
include "flag.php";
highlight_file(__FILE__);
error_reporting(0);
$flag = 'test';
extract($_GET);
if($a!=$b && md5($a)==md5($b) && $c!==$d && sha1($c)===sha1($d)){
if(gettype($a)=='array' && gettype($b)=='array'){
die('Oh..no..');
}
if($$flag==='getflag'){
die($flag11);
}
}
?>
?a=QNKCDZO&b=s878926199a&c[]=3&d[]=4&flag=test&test=getflag
<?php
include "flag.php";
highlight_file(__FILE__);
error_reporting(0);
$paa = 'come_baby';
var_dump($_GET['param']);
parse_str($_GET['param']);
if($arr[1]==="i want" && $paa!=='come_baby' && $a_b==='haha'){
die($flag10);
}else{
echo "Oh..no..";
}
?>
?param=arr[1]=i want%26paa=1%26a_b=haha
边栏推荐
- The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
- C # use awaiter
- Leetcode42. connect rainwater
- 【无标题】
- Talk about the SQL server version of DTM sub transaction barrier function
- 特殊版:SpreadJS v15.1 VS SpreadJS v15.0
- Clickhouse物化视图
- 【web审计-源码泄露】获取源码方法,利用工具
- [learning notes] month end operation -gr/ir reorganization
- DECLARE_ WAIT_ QUEUE_ HEAD、wake_ up_ Interruptible macro analysis
猜你喜欢
Accuracy problem and solution of BigDecimal
[system security] ten thousand words summary system virtualization container bottom layer principle experiment
Kbp206-asemi rectifier bridge kbp206
深度学习——LSTM基础
IronXL for .NET 2022.6
UE4 DMX和grandMA2 onPC 3.1.2.5的操作流程
An elegant program for Euclid‘s algorithm
[C language] address book - dynamic and static implementation
Multi person online anonymous chat room / private chat room source code / support the creation of multiple chat rooms at the same time
C # use awaiter
随机推荐
問下,這個ADB mysql支持sqlserver嗎?
Pdf things
Multi person online anonymous chat room / private chat room source code / support the creation of multiple chat rooms at the same time
Delphi read / write JSON format
线程基础知识
How to define a unified response object gracefully
官宣!第三届云原生编程挑战赛正式启动!
Analysis of dagger2 principle
Operation flow of UE4 DMX and grandma2 onpc 3.1.2.5
Redis source code analysis: redis cluster
程序员的视力怎么样? | 每日趣闻
Some enterprise interview questions of unity interview
天干地支纪年法中为什么是60年一个轮回,而不是120年
Difference between MotionEvent. getRawX and MotionEvent. getX
JWT漏洞复现
MySQL winter vacation self-study 2022 11 (10)
[punch in questions] integrated daily 5-question sharing (phase III)
[groovy] string (string type variable definition | character type variable definition)
Ubantu disk expansion (VMware)
An elegant program for Euclid‘s algorithm