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

Bump semver from 5.7.1 to 5.7.2 #143

Closed
wants to merge 93 commits into from

Commits on Mar 11, 2023

  1. fix badge version

    LasCC committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    d86edb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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

Commits on Apr 9, 2023

  1. Vite migration + refacto

    rb-x committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    53a8f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ace22e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0d2617 View commit details
    Browse the repository at this point in the history
  4. change relative path for popup

    rb-x committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    e996b10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    499e8b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Simplify LFI page and add Nginx file paths

    TLDR; this commit will remove the repeated code and achieve the same effect
    using helper functions. Also this commit will add new Nginx files and add
    some small notes in different sections.
    
    New Changes:
    * Renamed some of the variable names to what I think are more
      meaningful names. [1]
    * Renamed some of sections to better names. [2]
    * Added PHP Manual links for wrapper filters.
    * Remove the margin from the elements and add it to the root div tag.
    * Remove marginTop because i think "Devider" component is enough space
      for the each section.
    * Added Nginx section in "Useful LFI files".
    * Added 4 Nginx files to the "Useful LFI files" section.
    * Add some explanation for PHP remote file inclusion.
    * Added line breaks in long paragraphs.
    * This commit will introduce two helper function (mapFileEntries and
      copyButton) to build the DOM.
    * Added a small note that "expect://" PHP wrapper filter is not enabled
      by default.
    
    What has been removed:
    * Removed repeated code for creating buttons for copy and URL encode.
      This is now done by using copyButton helper function.
    * Removed repeated code for mapping file's array. This is now done by
      using mapFileEntries helper function.
    
    ---
    
    1: Renamed variables:
    phpWrapperLfi -> phpWrapperExpect
    
    2: Renamed Sections:
    "PHP Wrapper php://file" -> "PHP php://expect Wrapper RCE"
    "PHP Wrapper php://file" -> "PHP Remote File Inclusion"
    faynopi committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    132ef8d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. adding chrome global shortcut

    zzdev committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    6958bc0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    5359ab4 View commit details
    Browse the repository at this point in the history
  2. adding server as submodule

    rb-x committed May 9, 2023
    Configuration menu
    Copy the full SHA
    66985b2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    3c2eba2 View commit details
    Browse the repository at this point in the history
  2. OWSTG CSV export working in MISC

    rb-x committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4c1dc80 View commit details
    Browse the repository at this point in the history
  3. CVEResearch layout

    rb-x committed May 11, 2023
    Configuration menu
    Copy the full SHA
    7810932 View commit details
    Browse the repository at this point in the history
  4. Code Refacto

    rb-x committed May 11, 2023
    Configuration menu
    Copy the full SHA
    670ae27 View commit details
    Browse the repository at this point in the history
  5. Adding progress about OWSTG

    rb-x committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3e551de View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Add SAM dumper view (partial)

    rb-x committed May 14, 2023
    Configuration menu
    Copy the full SHA
    2197f85 View commit details
    Browse the repository at this point in the history
  2. submodule pull

    rb-x committed May 14, 2023
    Configuration menu
    Copy the full SHA
    064c740 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Adding Java Section

    rb-x committed May 20, 2023
    Configuration menu
    Copy the full SHA
    36f3289 View commit details
    Browse the repository at this point in the history
  2. upgrading react-query

    rb-x committed May 20, 2023
    Configuration menu
    Copy the full SHA
    9772fdc View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Insert Mysql File Insert and Read

    Ooclaar committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2fa1f6d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. pre-managed state

    rb-x committed May 28, 2023
    Configuration menu
    Copy the full SHA
    0ba21f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc6550 View commit details
    Browse the repository at this point in the history
  3. adding persisted state

    rb-x committed May 28, 2023
    Configuration menu
    Copy the full SHA
    7c5cd07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9177ee7 View commit details
    Browse the repository at this point in the history
  5. cleaning protoype version

    rb-x committed May 28, 2023
    Configuration menu
    Copy the full SHA
    654da21 View commit details
    Browse the repository at this point in the history
  6. reAdding progression pane

    rb-x committed May 28, 2023
    Configuration menu
    Copy the full SHA
    33aa372 View commit details
    Browse the repository at this point in the history
  7. switch layout to ttable

    rb-x committed May 28, 2023
    Configuration menu
    Copy the full SHA
    3efe684 View commit details
    Browse the repository at this point in the history
  8. adding progression

    rb-x committed May 28, 2023
    Configuration menu
    Copy the full SHA
    10c5fb3 View commit details
    Browse the repository at this point in the history
  9. Refacto + adding export modal

    rb-x committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ca6ef69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1868000 View commit details
    Browse the repository at this point in the history
  11. updating fetch url to main repo

    rb-x committed May 28, 2023
    Configuration menu
    Copy the full SHA
    0e7ffac View commit details
    Browse the repository at this point in the history
  12. Adding Mobile components

    rb-x committed May 28, 2023
    Configuration menu
    Copy the full SHA
    b3d4bab View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    b6c1eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e91998 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2672acc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1e1d11 View commit details
    Browse the repository at this point in the history
  5. Tabname edit implemented

    rb-x committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    6f0dd6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    467fac3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    795a5cc View commit details
    Browse the repository at this point in the history
  8. export handling done

    rb-x committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    5543d10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc45a9e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Jun 8, 2023

  1. Structure done

    rb-x committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    6da267c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. updating methodo structure

    rb-x committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    682c3cb View commit details
    Browse the repository at this point in the history
  2. Quickfix on attribute missing

    rb-x committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    2a673dc View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Partial fix router cache

    rb-x committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    7e0d1c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4cf9db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    980d34d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fde475a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df5947 View commit details
    Browse the repository at this point in the history
  6. Removing static manifest

    rb-x committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    db8e18b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee04a4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9556614 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82264ac View commit details
    Browse the repository at this point in the history
  10. Merge pull request #139 from LasCC/revert-137-master

    Revert "Insert Mysql File Insert and Read"
    rb-x committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    e17d643 View commit details
    Browse the repository at this point in the history
  11. Refactoring + shortcuts

    rb-x committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    00ddf09 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    717b65b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. adding ASP webshell

    rb-x committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    71cc322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccab878 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efd3aea View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    02418d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1474af0 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    1d848fa View commit details
    Browse the repository at this point in the history
  2. XSS obf/deobf on both side

    rb-x committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    de9bc7c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    f9ca4a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52f2e00 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    2b2eef5 View commit details
    Browse the repository at this point in the history
  2. quickfix of a gh ref alias

    rb-x committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    8aa46c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Aug 23, 2023

  1. ADB Store + ssrf payload gen

    rb-x committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a656ded View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    54df73a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0d7a45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a79b3aa View commit details
    Browse the repository at this point in the history
  4. reorg imports

    rb-x committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b725057 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Adding some ADB commands

    rb-x committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d002227 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

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

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    fb6712c View commit details
    Browse the repository at this point in the history
  2. Adding objection apk patching

    rb-x committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    74e569e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd264c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    f84c89b View commit details
    Browse the repository at this point in the history
  2. Adding template suggestion UI

    rb-x committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5ae87d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af4cc51 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    7632e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df6a1e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71ce3a6 View commit details
    Browse the repository at this point in the history
  4. Create LICENSE

    rb-x committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    331ff40 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

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

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    b9f0bed View commit details
    Browse the repository at this point in the history
  2. Adding csv export

    rb-x committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    39a8ce6 View commit details
    Browse the repository at this point in the history
  3. Bump semver from 5.7.1 to 5.7.2

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    866c13c View commit details
    Browse the repository at this point in the history