Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README in WAST folder #274

Merged
merged 3 commits into from
Jan 24, 2020
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Summary
# Testing for Cross Site Script Inclusion

## Summary

Cross Site Script Inclusion (XSSI) vulnerability allows sensitive data leakage across-origin or cross-domain boundaries. Sensitive data could include authentication-related data (login states, cookies, auth tokens, session IDs, etc.) or user's personal or sensitive personal data (email addresses, phone numbers, credit card details, social security numbers, etc.). XSSI is a client-side attack similar to Cross Site Request Forgery (CSRF) but has a different purpose. Where CSRF uses the authenticated user context to execute certain state-changing actions inside a victim’s page (e.g. transfer money to the attacker's account, modify privileges, reset password, etc.), XSSI instead uses JavaScript on the client side to leak sensitive data from authenticated sessions.

Expand Down
8 changes: 5 additions & 3 deletions document/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,17 +272,19 @@

[4.12.6 Testing for Client Side Resource Manipulation (OTG-CLIENT-006)](4_Web_Application_Security_Testing/4.12_Client_Side_Testing/4.12.6_Testing_for_Client_Side_Resource_Manipulation_OTG-CLIENT-006.md)

[4.12.7 Test Cross Origin Resource Sharing (OTG-CLIENT-007)](4_Web_Application_Security_Testing/4.12_Client_Side_Testing/4.12.7_Test_Cross_Origin_Resource_Sharing_OTG-CLIENT-007.md)
[4.12.7 Testing Cross Origin Resource Sharing (OTG-CLIENT-007)](4_Web_Application_Security_Testing/4.12_Client_Side_Testing/4.12.7_Testing_Cross_Origin_Resource_Sharing_OTG-CLIENT-007.md)

[4.12.8 Testing for Cross Site Flashing (OTG-CLIENT-008)](4_Web_Application_Security_Testing/4.12_Client_Side_Testing/4.12.8_Testing_for_Cross_Site_Flashing_OTG-CLIENT-008.md)

[4.12.9 Testing for Clickjacking (OTG-CLIENT-009)](4_Web_Application_Security_Testing/4.12_Client_Side_Testing/4.12.9_Testing_for_Clickjacking_OTG-CLIENT-009.md)

[4.12.10 Testing WebSockets (OTG-CLIENT-010)](4_Web_Application_Security_Testing/4.12_Client_Side_Testing/4.12.10_Testing_WebSockets_OTG-CLIENT-010.md)

[4.12.11 Test Web Messaging (OTG-CLIENT-011)](4_Web_Application_Security_Testing/4.12_Client_Side_Testing/4.12.11_Test_Web_Messaging_OTG-CLIENT-011.md)
[4.12.11 Testing Web Messaging (OTG-CLIENT-011)](4_Web_Application_Security_Testing/4.12_Client_Side_Testing/4.12.11_Testing_Web_Messaging_OTG-CLIENT-011.md)

[4.12.12 Test Local Storage (OTG-CLIENT-012)](4_Web_Application_Security_Testing/4.12_Client_Side_Testing/4.12.12_Test_Local_Storage_OTG-CLIENT-012.md)
[4.12.12 Testing Local Storage (OTG-CLIENT-012)](4_Web_Application_Security_Testing/4.12_Client_Side_Testing/4.12.12_Testing_Web_Storage_OTG-CLIENT-012.md)

[4.12.13 Testing for Cross Site Script Inclusion (OTG-CLIENT-013)](4_Web_Application_Security_Testing/4.12_Client_Side_Testing/4.12.13_Testing_for_Cross_Site_Script_Inclusion_OTG-CLIENT-013.md)

## [5. Reporting](5_Reporting/5_Reporting.md)

Expand Down