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

Expired API key visual support #176

Merged
merged 89 commits into from
Sep 11, 2023
Merged

Expired API key visual support #176

merged 89 commits into from
Sep 11, 2023

Commits on Feb 19, 2022

  1. HOTFIX: EFR01 Enterprise feature request (MobSF#1908)

    * Replace Warning with Medium and added Hotspot
    * Add file analysis to hotspot
    * Enterprise Feature Request Flag
    * EFR01 changes
    * version bump
    ajinabraham committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    e00991c View commit details
    Browse the repository at this point in the history
  2. update quark & frida (MobSF#1903)

    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    superpoussin22 and ajinabraham committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    fb15cf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

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

Commits on Mar 4, 2022

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

Commits on Mar 10, 2022

  1. Hotfix: Update slack link

    ajinabraham committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    7e9dea0 View commit details
    Browse the repository at this point in the history
  2. Hotfix: update slack link

    ajinabraham committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    4ad0b5c View commit details
    Browse the repository at this point in the history
  3. Hotfix: Slack link

    ajinabraham committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    05e17d3 View commit details
    Browse the repository at this point in the history
  4. Hotfix:Slack link

    ajinabraham committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    c1afb4f View commit details
    Browse the repository at this point in the history
  5. Hotfix:Slack link

    ajinabraham committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    dba910d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Introduce jadx decompilation timeout with env var (MobSF#1916)

    * Introduce jadx decompilation timeout with env var
    - exception for timeout
    - replace subprocess.call for run
    
    
    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    Matej Soroka and ajinabraham committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c190a38 View commit details
    Browse the repository at this point in the history
  2. Update ip2location from 8.6.4 to 8.7.2 (MobSF#1926)

    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    pyup-bot and ajinabraham committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    9dea1a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Scheduled weekly dependency update for week 13 (MobSF#1931)

    * Update quark-engine from 22.2.1 to 22.3.1
    
    * update lief
    
    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    pyup-bot and ajinabraham committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    c49b045 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

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

Commits on Apr 8, 2022

  1. Fix dynamic report_json api bug (MobSF#1934)

    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    N1neSun and ajinabraham committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    c4f5130 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Hotfix: LIEF

    ajinabraham committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    16788ad View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

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

Commits on May 9, 2022

  1. update jadx to 1.3.4 (MobSF#1941)

    * update jadx to 1.3.4
    * update lief
    * update jadx and requirements
    superpoussin22 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    664367e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Scheduled weekly dependency update for week 22 (MobSF#1972)

    * Update ip2location from 8.7.3 to 8.7.4
    
    * Update quark-engine from 22.4.1 to 22.5.1
    
    * Update frida from 15.1.17 to 15.1.23
    
    * Update tldextract from 3.2.1 to 3.3.0
    pyup-bot committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    1800d36 View commit details
    Browse the repository at this point in the history
  2. Check for updates via GitHub releases (MobSF#1957)

    * Check the GitHub releases page for latest version number
    
    * Update utils.py
    
    Only log distro if not empty (or spaces)
    
    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    atarii and ajinabraham committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    b76963f View commit details
    Browse the repository at this point in the history
  3. Update cert_analysis.py (MobSF#1948)

    * Update cert_analysis.py
    
    Flag on MD5 hash algorithm in signer certificate
    
    * Update cert_analysis.py
    
    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    atarii and ajinabraham committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    19e4602 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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

Commits on Jun 12, 2022

  1. Update frida from 15.1.23 to 15.1.24 (MobSF#1975)

    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    pyup-bot and ajinabraham committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    51b215b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9cb1af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a5f9a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    49bf0ee View commit details
    Browse the repository at this point in the history
  2. Feature Parity Allow iOS IPA download (MobSF#1977)

    * Allow iOS IPA download
    
    * Code QA
    ajinabraham committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7b49912 View commit details
    Browse the repository at this point in the history
  3. Add the checking of the parent element of the permission-related elem…

    …ents to manifest analysis (MobSF#1905)
    
    * Add the checking of the parent element of the permission-related elements to manifest analysis
    
    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    Han0nly and ajinabraham committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    774eae4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Remove RELRO (MobSF#1978)

    ajinabraham committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    db3e516 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Revert "Add the checking of the parent element of the permission-rela…

    …ted elements to manifest analysis (MobSF#1905)" (MobSF#1984)
    
    HOTFIX: Revert MobSF#1905
    ajinabraham committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    c2d1127 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Scheduled weekly dependency update for week 26 (MobSF#1986)

    * Update ip2location from 8.7.4 to 8.8.0
    
    * Update frida from 15.1.24 to 15.1.27
    pyup-bot committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    14c8c09 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

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

Commits on Jul 11, 2022

  1. Scheduled weekly dependency update for week 28 (MobSF#1993)

    * Update frida from 15.1.27 to 15.1.28
    
    * Update tldextract from 3.3.0 to 3.3.1
    pyup-bot committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e7e839f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

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

Commits on Jul 23, 2022

  1. Hotfix MobSF#1999

    ajinabraham committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    767896e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

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

Commits on Sep 28, 2022

  1. Update README.md (MobSF#2020)

    add Badge App
    superpoussin22 committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    e042252 View commit details
    Browse the repository at this point in the history
  2. Fix bug MobSF#1917 where checking for stripped debugging symbols prod…

    …uces false positives in iOS. (MobSF#2023)
    
    Co-authored-by: Toor <toor@DES-macOS-pentest.local>
    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    3 people committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3ae54e8 View commit details
    Browse the repository at this point in the history
  3. Update ip2location from 8.8.0 to 8.8.1 (MobSF#2035)

    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    pyup-bot and ajinabraham committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    324c44e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    de7ace6 View commit details
    Browse the repository at this point in the history
  2. Adding tarfile member sanitization to extractall() (MobSF#2039)

    Co-authored-by: TrellixVulnTeam <kasimir.schulz@trellix.com>
    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    3 people committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    664d339 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. fix res directory not exist (MobSF#2042)

    Fix the problem that the res resource folder does not exist, the solution is to copy from the apktool_out directory
    ohyeah521 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    41dc607 View commit details
    Browse the repository at this point in the history
  2. [EFR-02]Enterprise Feature Request - False Positive Triaging (MobSF#2000

    )
    
    * Suppression logic
    
    * Android code analysis suppression
    
    * Fixes MobSF#1981
    
    * iOS source support bundle id extraction
    
    * iOS Source Code - Suppression support
    
    * Remove check in CFBundleURLName
    
    * iOS Binary code analysis suppression support
    
    * Add Code QL
    
    * Suppression support for Manifest analysis
    
    * Fixes MobSF#2014
    
    * REST API + Docs
    
    * Address review comments
    
    * update suppression wordings
    
    * Fixes MobSF#2043
    
    * Icon analysis code QA
    ajinabraham committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    277e74d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    037caac View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Adding numeric_owner as a keyword argument (MobSF#2050)

    numeric_owner needs to be a keyword argument.
    TrellixVulnTeam committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    5e88b06 View commit details
    Browse the repository at this point in the history
  2. Scheduled weekly dependency update for week 41 (MobSF#2046)

    * Update quark-engine from 22.6.1 to 22.9.1
    
    * Update frida from 15.2.2 to 16.0.1
    
    * Update tldextract from 3.3.1 to 3.4.0
    
    * Update openstep-parser from 1.5.3 to 1.5.4
    
    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    pyup-bot and ajinabraham committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    be59bc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fcec12 View commit details
    Browse the repository at this point in the history
  4. HOTFIX: UI changes and warning on mobsf.live (MobSF#2051)

    * UI changes and warning on mobsf.live
    
    * Update home.html
    ajinabraham committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    2387cd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43ea3c0 View commit details
    Browse the repository at this point in the history
  6. Hotfix: ui on donate page

    ajinabraham committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b22231a View commit details
    Browse the repository at this point in the history
  7. Hotfix: Homescreen Navbar

    ajinabraham committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    751fab2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Hotfix: UI icon

    ajinabraham committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    c03edc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

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

Commits on Oct 27, 2022

  1. HOTFIX: jadx update to 1.4.5 (MobSF#2064)

    * jadx update to 1.4.5
    * MobSF version bump
    * Fixes CVE-2022-42889 in third party dependency
    ajinabraham committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    9b49285 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Installation script error: Solving spelling error (MobSF#2067)

    changed "installtion" to "installation"
    th3-d4v1d-c0de committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    dd18c96 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Android APK support extracting icon SVG from XML (MobSF#2060)

    * Added support for SVG icon extraction
    * Add jar binaries
    * code refactoring
    * Update settings.py
    ajinabraham committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2e234ec View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. HOTFIX: Setup improvement (MobSF#2078)

    * Improve setup scripts.
    * Python support to 3.8 - 3.10
    * Delete MobSF data directory on running setup.
    * Bump applicable dependencies.
    ajinabraham committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    76cd47d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Apktool 2.7.0 update (MobSF#2082)

    * Update apktool to version 2.7.0
    superpoussin22 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1016a3d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    0b259d0 View commit details
    Browse the repository at this point in the history
  2. version bump

    ajinabraham committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    5ccb028 View commit details
    Browse the repository at this point in the history
  3. New Android Manifest Rule: App support vulnerable android versions (M…

    …obSF#2114)
    
    * add a new rule: dangerous os version
    
    * qa
    
    * lint checks
    
    * run lint test on one os
    ajinabraham committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    aeaa9b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Support for filenames containing & (MobSF#2129)

    Co-authored-by: none <none@none.com>
    evmxattr and none committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1f249c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

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

Commits on Mar 16, 2023

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

Commits on Mar 28, 2023

  1. HOTIX: Update Dockerfile to install jq (MobSF#2149)

    * Update Dockerfile
    
    * Update tox.ini
    ajinabraham committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6bc6428 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. [HOTFIX] Add support for environment variable for MobSF config (MobSF…

    …#2150)
    
    * add support for environment variable config
    * Fixes MobSF#2109
    * update lief
    ajinabraham committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    be23758 View commit details
    Browse the repository at this point in the history
  2. HOTFIX: Fixes MobSF#2144

    ajinabraham committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    bfef7e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93432c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. HOTFIX: Android min SDK check on janus vulnerability detection (MobSF…

    …#2159)
    
    * Android min SDK  check on janus check
    
    * Update README.md
    ajinabraham committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    a13bf58 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. [Enterprise Feature Request EFR02] Support summary of severity in eac…

    …h section. (MobSF#2160)
    
    * Summary for Android and iOS SCA
    ajinabraham committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    0cd255c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on May 20, 2023

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

Commits on Jun 14, 2023

  1. Scheduled weekly dependency update for week 24 (MobSF#2187)

    * Update ip2location from 8.9.0 to 8.10.0
    
    * Update quark-engine from 22.10.1 to 23.5.1
    
    * Update LIEF from to 0.13.1
    
    * Update tldextract from 3.4.0 to 3.4.4
    
    * Update requirements.txt
    
    ---------
    
    Co-authored-by: Ajin Abraham <ajin25@gmail.com>
    pyup-bot and ajinabraham committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d2f0603 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    0.13.1 not available.
    ajinabraham committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c7578b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. HOTFIX: update lief

    ajinabraham committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    89efdee View commit details
    Browse the repository at this point in the history
  2. Revert Hotfix

    ajinabraham committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b608ce4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. HOTFIX: Feature updates and Bug Fixes (MobSF#2197)

    * OFAC, jquery bump, tox fix
    * AAR handle multiple application tags
    ajinabraham committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    dc0dc27 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. HOTFIX: MobSF Android Dynamic Analysis Docker Support (MobSF#2214)

    * MobSF Android Docker Support
    
    * Pin pip version
    
    * Update mobsf-test.yml
    ajinabraham committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    d021da6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Sep 1, 2023

  1. updated requirements.txt to most recent django backend version and re…

    …turned the data object internal to the class method scan_apk in mobsf/MobSF/views/scanning.py instead of the class's self.data.
    JDembrun committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fbb8144 View commit details
    Browse the repository at this point in the history
  2. had to remove all returns of self.data from the scanning methods in m…

    …obsf/MobSF/views/scanning.py and just return the data object local to the method.
    JDembrun committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d40ebe0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Bug and lint fixes

    brice-syslogic committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6a80e09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c862bcc View commit details
    Browse the repository at this point in the history
  3. Lint fix

    brice-syslogic committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    177bb9b View commit details
    Browse the repository at this point in the history
  4. Spell check update

    brice-syslogic committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    842c0e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    622c26c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05e457e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    080a2b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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

Commits on Sep 10, 2023

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