archiving
Some checks failed
Build Roam Site / build (push) Has been cancelled

This commit is contained in:
2026-06-03 14:12:58 +01:00
parent a758ae1793
commit ac1d3839ba
22 changed files with 1180 additions and 285 deletions

View File

@@ -56,6 +56,8 @@ Some core programming concepts that are essential for software development. The
- [[id:b4858f6a-b05c-47f2-972e-905e0bb2c352][Database Permissions, Roles, and Accounts]]
- [[id:de3bef27-81c9-49d1-85bb-edceb9a80e65][SQL Joins]]
* Misc
- [[id:faa7f193-5af6-4a2f-a73e-540f833a7fd0][Windows Services]]
@@ -63,6 +65,10 @@ Some core programming concepts that are essential for software development. The
- [[id:e717c252-0e15-4403-898f-93163dd1b147][Dynamic Link Library (DLL)]]
* Security:
- [[id:01c89142-7e14-42b2-bd01-743656908fd2][Cross Site Scripting (XSS)]]
* Concepts to learn and talk about (cs and maths)
- +xor+
- +big O notation+

View File

@@ -4,6 +4,10 @@
#+title: XSS Pentesting Report Fix
#+filetags: :microlise:security:notes:
* Links:
- [[id:01c89142-7e14-42b2-bd01-743656908fd2][Cross Site Scripting (XSS)]]
* Metadata
- Name :: Understanding Session XSS