当前位置:网站首页>[b01lers2020]Welcome to Earth
[b01lers2020]Welcome to Earth
2022-07-26 22:39:00 【茶经新读.】
[b01lers2020]Welcome to Earth

还没等反应过来,页面就切换了,并且url也发生了改变

![]()
f12并没有发现什么东西,去掉/die/之后,查看f12发现了源码,并且发现了/chase/

进入到/chase/之后发现了left和right按钮

但是页面一会就又回到了/die/,于是bp抓包,在/chase/页面发现了/leftt/,进入/leftt/页面

并且在接下来的页面中依次发现了:/shoot/

进入/shoot/发现/door/

进入/door/发现/static/js/door.js

进入/static/js/door.js发现/open/
进入/open/发现/staitc/js/open_sesame.js

进入/staitc/js/open_sesame.js发现/fight/

进入/fight/发现/static/js/fight.js
最后进入/static/js/fight.js发现了散架的flag:

脚本小子火速出击:
from itertools import permutations
flag = ["{hey", "_boy", "aaaa", "s_im", "ck!}", "_baa", "aaaa", "pctf"]
item = permutations(flag)
for i in item:
k = ''.join(list(i))
if k.startswith('pctf{hey_boys') and k[-1] == '}':
print(k)得到flag:

边栏推荐
- 动态联编和静态联编、以及多态
- Looking for the real murderer
- JSCORE day_03(7.4)
- 放图仓库-2(函数图像)
- C language shutdown applet
- Collection of 3D LUT related articles
- The detailed process of reinstalling AutoCAD after uninstallation and deleting the registry
- 【4.3 欧拉函数详解】
- Signal and system impulse response and step response
- My first blog - confused junior
猜你喜欢

Configure deeplobcut2 with your head covered

Inherit, inherit, inherit

八皇后 N皇后

7_ Principal component analysis

5_ Linear regression

【4.9 容斥原理详解】

Draw impact function

【4.10 博弈论详解】
![[interview: concurrent Article 16: multithreading: detailed explanation of wait/notify] principle and wrong usage (false wake-up, etc.)](/img/23/7af903e73e8990459f276b713beec9.png)
[interview: concurrent Article 16: multithreading: detailed explanation of wait/notify] principle and wrong usage (false wake-up, etc.)
![[PCB open source sharing] stc32g12k128/stc8h8k64u development board](/img/f1/48b344722820ab262e751aebf65411.png)
[PCB open source sharing] stc32g12k128/stc8h8k64u development board
随机推荐
JSCORE day_05(7.6)
Crop TIF image
el-checkbox中的checked勾选状态问题 2021-08-02
Reduced dimension mean dot product matrix multiplicative norm probability normal distribution square loss
My first blog - confused junior
【AcWing第61场周赛】
[4.1 prime number and linear sieve]
Linux系统中安装Redis-7.0.4
[PCB open source sharing] stc32g12k128/stc8h8k64u development board
【Codeforces Round #808 (Div 2.) A·B·C】
Search engine realizes keyword highlighting
Looking for the real murderer
【3. 基础搜索与图论初识】
[3. Basic search and first knowledge of graph theory]
[qt] meta object system
Today's 20220719 toss deeplobcut
Programmers must do 50 questions
Apply with new, delete and malloc, free to free the heap space
The crawler parses the object of the web page. Element name method
2022-07-17:1, 2, 3... N-1, N, n+1, n+2... In this sequence, only one number has repetition (n). This sequence is unordered. Find the repeated number n. This sequence is ordered. Find the repeated numb