Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion interview-study-notes-for-security-engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,10 @@ Where did these notes come from? See the [README](README.md).
- DOM based /client-side XSS.
- `<img scr=””>` will often load content from other websites, making a cross-origin HTTP request.
- SQLi
- Person-in-the-browser (flash / java applets) (malware).
- Blind SQli.
- Error based.
- Time based.
- Union-based SQLi.
- Validation / sanitisation of webforms.
- POST
- Form data.
Expand Down