文章
44
标签
13
分类
1
Home
HaoIne
GeekChallenge2024
Home
GeekChallenge2024
发表于
2025-09-06
|
更新于
2025-09-25
|
notes
|
浏览量:
Web
100%的⚪
打开网站之后发现提示:画出圆形就给flag。
文章作者:
HaoIne
文章链接:
http://haoine.github.io/2025/09/06/notes/ctf/wp/GeekChallenge2024/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
HaoIne
!
wp
上一篇
Objects-basis
An object is like a cabinet with signed files. Every piece of data is stored in its file by the key. key is a string (also called a “property name”), and value can be anything. An empty object (“empty cabinet”) can be create using one of two syntaxes: 12let user = new Object(); // "object constructor" syntaxlet user = {}; // "object literal" syntax Literals and properties1234let user = { // an object name: "John", // by key...
下一篇
SVG
“SVG” stands for “Scalable Vector Graphics”. Vector graphics are images defined by a grid of pixels. SVGs are often used for: Icons Graphs/Charts Large, simple images Patterned backgrounds Applying effects to other elements via SVG filters
HaoIne
文章
44
标签
13
分类
1
Follow Me
公告
Welcome!
目录
1.
Web
1.1.
100%的⚪
最新文章
reverse-engineering
2025-10-10
talking-web
2025-10-07
data
2025-10-04
Bandit
2025-09-28
GDB
2025-09-28