Skip to content

Installation

Download the archive:

Extract the downloaded archive:

tar -xzf fishnet-linux-x86_64.tar.gz
# or
tar -xzf fishnet-linux-aarch64.tar.gz

This creates a single binary fishnet. To execute the binary:

./fishnet --help

To call fishnet from any directory, place the binary in a directory that is part of the $PATH:

mv fishnet /usr/local/bin/fishnet

Alternatively, add a new directory to $PATH:

mkdir -p $HOME/bin
mv ./fishnet $HOME/bin/fishnet
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

Note: If you're using zsh, update ~/.zshrc instead of ~/.bashrc.

Download fishnet.exe and run it in the command line:

fishnet.exe --help

To call fishnet from any directory, place the binary in a directory that is part of the PATH:

  1. Move fishnet.exe to a permanent location (e.g., C:\Tools\fishnet\fishnet.exe).
  2. Add the directory to the system PATH:
  3. Press Win + R, type sysdm.cpl, and hit Enter.
  4. Go to the Advanced tab and click Environment Variables.
  5. Under System variables, find and select Path, then click Edit.
  6. Click New and add the path to the folder containing fishnet.exe (e.g., C:\Tools\fishnet).
  7. Click OK to save and exit all dialogs.