Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 5ccecb8

Browse files
committed
Merge branch 'main' of A:AIPEAC/SC3010-Computer-Security
2 parents 433c4de + 257e7a9 commit 5ccecb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
---
66
## Pre-knowledge
7-
- [How does OGNL injection work?](/_Notes/OGNL-injection.md)
7+
- [How does OGNL injection work?](_note/OGNL-injection-introduction.md)
88
- Summary of my 3-hour inquiry with **Gemini** on OGNL injection.
99
---
1010
## Structure
@@ -15,10 +15,10 @@ SC3010-Computer-Security/
1515
│ ├── backend/ # Vulnerable Apache Struts2 2.3.28 server (Java/Maven)
1616
│ └── attack-script/ # Exploit script for CVE-2017-5638
1717
│ └── exploit_cve_2017_5638.ps1 # PowerShell (cross-platform)
18-
└── _Notes/ # Background reading
18+
└── _notes/ # Background reading
1919
```
2020

21-
See [simulation/attack-script/README.md](simulation/attack-script/README.md) for full setup and usage instructions.
21+
See [simulation/README.md](simulation/README.md) for full setup and usage instructions.
2222

2323
---
2424

0 commit comments

Comments
 (0)