We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e985c commit bcf4dbdCopy full SHA for bcf4dbd
1 file changed
src/PICOCTF/WEB/Crack_the_Gate_1.md
@@ -0,0 +1,15 @@
1
+# Crack the Gate 1
2
+
3
+Upon checking the source I got rot13 encoding at html comment
4
5
+<img alt="rot13" src="https://github.com/user-attachments/assets/e650637c-c8e8-47fb-af50-78889fce0e57" />
6
7
+I decoded it and found:
8
9
+<img alt="rot13 decoding" src="https://github.com/user-attachments/assets/297f24a6-92f3-452d-873b-ba6cdf34d15f" />
10
11
+Then bypassed using `X-Dev-Access: yes` header in request.
12
13
+<img alt="burp request" src="https://github.com/user-attachments/assets/dbe8ed92-c4ba-406c-b7d3-823fe42a4ae6" />
14
15
+---
0 commit comments