ffuf - Launcher with tmux

The scripts available herearrow-up-right) launches several sessions of tmux and then for each URL specified creates a different output file of the ffuf discovery task.

Requirements

You need the following programs installed on a linux terminal:

  • ffuf

  • tmux

Configuration

  • Move to the folder <folder_name> you want to use

  • clone the repository

  • Create a folder targets with all the TXT files with the URLs to be discovered. For example:

<folder_name>
├── targets
   ├── target1.txt
   ├── target2.txt
   ├── target3.txt
          ...
   └── target4.txt

├── ffuf_content_discovery.sh
└── parallel_tmux.sh

target.txt:

Run

For each file in the targets folder, a new TMUX session will be created.

For each URL, the script will create a different result file in a results sub-folder of the current working directory.

If you want to use a different folder as input:

Example of final folder content:

Last updated