Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GitHubNull/sqlmapWebUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: GitHubNull/sqlmapWebUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactor/shared-module
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 10, 2026

  1. feat: add file synchronization scripts for dual API architecture

    Add sync-shared.bat and sync-shared.sh scripts to synchronize shared
    files between legacy-api and montoya-api modules.
    
    Changes:
    - Create Windows batch sync script (sync-shared.bat)
    - Create Unix shell sync script (sync-shared.sh)
    - Add comprehensive documentation (SHARED_FILES.md)
    - Update README.md with dual API architecture details
    
    The scripts synchronize shared code files (models, utils, UI components)
    from legacy-api to montoya-api, while keeping API-specific files separate.
    
    Both modules compile successfully without warnings or errors.
    lanshuizhiyue committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    8f5ff53 View commit details
    Browse the repository at this point in the history
  2. docs: add architecture documentation explaining dual API design

    Add ARCHITECTURE.md explaining why legacy-api and montoya-api cannot
    share code files due to different Burp Suite APIs.
    
    Key points:
    - Legacy API uses 'import burp.*'
    - Montoya API uses 'import burp.api.montoya.*'
    - Business logic is identical but API calls differ
    - Must maintain separate codebases
    - Both modules compile successfully
    
    Remove incorrect sync scripts that would break compilation.
    Update README with accurate architecture description.
    lanshuizhiyue committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    cff192a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32889bd View commit details
    Browse the repository at this point in the history
Loading