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

XSS Reorganization #1074

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    4434ff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3951cb View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. conflict resolved

    manindar-mohan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    ee398e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Configuration menu
    Copy the full SHA
    09555cd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    93db96a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Moved all XSS to chapter 11, client-side testing, and have one big se…

    …ction for XSS and then going into more tests for other types of testing.
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    17f7b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d05dcaa View commit details
    Browse the repository at this point in the history
  3. mistakes fixed

    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3188789 View commit details
    Browse the repository at this point in the history
  4. mistake fixed for 07-Input_Validation_Testing/02-Testing_for_HTTP_Par…

    …ameter_Pollution (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8304381 View commit details
    Browse the repository at this point in the history
  5. mistake fixed for 07-Input_Validation_Testing/02-Testing_for_HTTP_Par…

    …ameter_Pollution (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c5277d4 View commit details
    Browse the repository at this point in the history
  6. Mistake fixed 4-Web_Application_Security_Testing/07-Input_Validation_…

    …Testing/03.2-Testing_for_MySQL (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b96069f View commit details
    Browse the repository at this point in the history
  7. Mistake fixed 4-Web_Application_Security_Testing/07-Input_Validation_…

    …Testing/06-Testing_for_SSI_Injection (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4e19ca5 View commit details
    Browse the repository at this point in the history
  8. Mistake fixed 4-Web_Application_Security_Testing/07-Input_Validation_…

    …Testing/06-Testing_for_SSI_Injection (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    6de5b1f View commit details
    Browse the repository at this point in the history
  9. mistake fixed 4-Web_Application_Security_Testing/07-Input_Validation_…

    …Testing/08-Testing_for_IMAP_SMTP_Injection (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    abd0d14 View commit details
    Browse the repository at this point in the history
  10. mistake fixed 4-Web_Application_Security_Testing/07-Input_Validation_…

    …Testing/09.1-Testing_for_File_Inclusion (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    13af516 View commit details
    Browse the repository at this point in the history
  11. mistake fixed 4-Web_Application_Security_Testing/07-Input_Validation_…

    …Testing/10-Testing_for_Command_Injection (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ca63381 View commit details
    Browse the repository at this point in the history
  12. mistake fixed 4-Web_Application_Security_Testing/07-Input_Validation_…

    …Testing/12-Testing_for_Format_String_Injection (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    796ff39 View commit details
    Browse the repository at this point in the history
  13. mistake fixed 4-Web_Application_Security_Testing/07-Input_Validation_…

    …Testing/13-Testing_for_Incubated_Vulnerability (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    6f4e77f View commit details
    Browse the repository at this point in the history
  14. Mistake fixed 4-Web_Application_Security_Testing/07-Input_Validation_…

    …Testing/14-Testing_for_HTTP_Splitting_Smuggling (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    57577bb View commit details
    Browse the repository at this point in the history
  15. Mistake fixed document/4-Web_Application_Security_Testing/07-Input_V…

    …alidation_Testing/16-Testing_for_Host_Header_Injection (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3b25297 View commit details
    Browse the repository at this point in the history
  16. Mistake fixed document/4-Web_Application_Security_Testing/07-Input_Va…

    …lidation_Testing/17-Testing_for_Server-side_Template_Injection (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    da5a26b View commit details
    Browse the repository at this point in the history
  17. Mistake fixed document/4-Web_Application_Security_Testing/07-Input_Va…

    …lidation_Testing/18-Testing_for_Server-Side_Request_Forgery (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4f972b8 View commit details
    Browse the repository at this point in the history
  18. Mistake fixed 4-Web_Application_Security_Testing/07-Input_Validation_…

    …Testing/19-Testing_for_Mass_Assignment (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    407ef1e View commit details
    Browse the repository at this point in the history
  19. Mistake fixed 4-Web_Application_Security_Testing/11-Client-side_Testi…

    …ng/01.1-Testing_for_Reflected_Cross_Site_Scripting (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3c18cf3 View commit details
    Browse the repository at this point in the history
  20. Mistake fixed 4-Web_Application_Security_Testing/11-Client-side_Testi…

    …ng/01.2-Testing_for_Stored_Cross_Site_Scripting (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d9985e5 View commit details
    Browse the repository at this point in the history
  21. Mistake fixed 4-Web_Application_Security_Testing/11-Client-side_Testi…

    …ng/01.4-Testing_for_Self_DOM_Based_Cross_Site_Scripting (OWASP#591)
    Manindar Mohan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    04a6714 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. links are broken mistake fixed in 4-Web_Application_Security_Testing/…

    …07-Input_Validation_Testing/03-Testing_for_SQL_Injection (OWASP#591)
    Manindar Mohan committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    cd15fd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc3108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42f5333 View commit details
    Browse the repository at this point in the history
  4. new line and other format error fixed (OWASP#591)

    Manindar Mohan committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    5e4e779 View commit details
    Browse the repository at this point in the history
  5. formatting mistake fixed (OWASP#591)

    Manindar Mohan committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4ca6ebd View commit details
    Browse the repository at this point in the history
  6. formatting mistake fixed (OWASP#591)

    Manindar Mohan committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    2ea1e4a View commit details
    Browse the repository at this point in the history
  7. formatting mistake fixed (OWASP#591)

    Manindar Mohan committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    b916869 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Mistake caused by insuffitent new lines fixed

    Manindar Mohan committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    209123f View commit details
    Browse the repository at this point in the history
  2. Mistake caused by top level heading fixed

    Manindar Mohan committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    907b73c View commit details
    Browse the repository at this point in the history
  3. Mistake caused by insuffitent new lines fixed

    Manindar Mohan committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9ea0801 View commit details
    Browse the repository at this point in the history
  4. Mistake caused by insuffitent new lines fixed

    Manindar Mohan committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    effe070 View commit details
    Browse the repository at this point in the history
  5. Mistake caused by broken link fixed

    Manindar Mohan committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b068749 View commit details
    Browse the repository at this point in the history
  6. Mistake caused by Incorrect usage of the term fixed

    Manindar Mohan committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    84536e7 View commit details
    Browse the repository at this point in the history
  7. Mistake caused by roken link for case study is fixed by adding new ca…

    …se study link old one is not available anymore
    Manindar Mohan committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    cd9010b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. ATHN-01 removed and added renamed to new numbers (OWASP#598)

    Manindar Mohan committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    39e23bf View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Update document/4-Web_Application_Security_Testing/07-Input_Validatio…

    …n_Testing/17-Testing_for_Server-side_Template_Injection.md
    
    Co-authored-by: ThunderSon <[email protected]>
    manindar-mohan and ThunderSon authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c8dd891 View commit details
    Browse the repository at this point in the history