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: workflow-builder/rek
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
...
head repository: workflow-builder/rek
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
  • 1 commit
  • 11 files changed
  • 1 contributor

Commits on Jun 30, 2025

  1. Feature/playbook v1 (#7)

    * working on wordlist and fixing the menu
    
    Improve navigation and add wordlist generator for enhanced reconnaissance
    
    Updates the navigation menu, integrates a new wordlist generator, and enhances the help messages.
    
     Updated REK menu structure and added wordlist generator
    
    Assistant generated file changes:
    - rek.py: Update REK menu structure and add wordlist generator functionality, Add WordlistGenerator class for wordlist generation functionality, Update ReconTool class initialization to include WordlistGenerator, Update main menu logic to handle new menu structure, Add help functionality for command line arguments
    - advanced_wordlist_generator.py: Create standalone advanced wordlist generator
    - README.md: Update README with new menu structure and help information
    
    -
    
    * Assistant checkpoint: Renamed and integrated REK wordlist generator with domain-specific folders
    
    Assistant generated file changes:
    - rek_wordlist_generator.py: Update class name and file references
    Update class name and file references
    Update output directory structure to use domain-specific folders
    Update class name and file references
    Update output directory structure to use domain-specific folders
    Update main function description
    - rek.py: Import REK wordlist generator, Replace WordlistGenerator class with REK wordlist generator integration, Update ReconTool class to use new wordlist generator
    
    ---
    
    
    * Assistant checkpoint: Fix Wappalyzer headers issue and add tool checks
    
    Assistant generated file changes:
    - rek.py: Fix Wappalyzer headers issue in directory scanning
    - playbook/install-script.sh: Fix ripgen URL and add tool existence checks, Add tool existence checks to avoid reinstalling, Add tool existence check for findomain, Add tool existence checks for code platform tools
    
    ---
    
    
    Assistant generated file changes:
    - playbook/install-script.sh: Complete the install script with tool existence checks and improved logic
    - playbook/install-script-v1.sh: Update install-script-v1.sh with tool existence checks
    Update install-script-v1.sh with tool existence checks
    Update remaining tool installations with existence checks
    Update install-script-v1.sh with tool existence checks
    Update remaining tool installations with existence checks
    Fix ripgen URL to use correct repository
    - playbook/install-script-v2.sh: Add tool existence checks to install-script-v2.sh
    
    ---
    
    
    * Assistant checkpoint: Implement intelligent REK Wordlist Generator with technology detection and domain analysis
    
    Assistant generated file changes:
    - rek_wordlist_generator.py: Implement complete intelligent REK Wordlist Generator
    - rek.py: Fix WordlistGeneratorWrapper to use the new REK Wordlist Generator properly
    
    ---
    * Assistant checkpoint
    
    Assistant generated file changes:
    - rek_wordlist_generator.py: Make wordlist generator intelligent with local wordlist prioritization and domain-specific generation
    
    ---
    jayresearcher authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    26080db View commit details
    Browse the repository at this point in the history
Loading