I am getting "Please ensure netexec is installed and try again..." error. My netexec is running perfectly. I have check the paths and .zshrc file yet everything seems to be set correctly. All these are shown in the image below:
┌──(kali㉿Smart-Hacker)-[~]
└─$ echo $PATH
/home/kali/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/home/kali/go/bin:/home/kali/.local/bin
I am getting "Please ensure netexec is installed and try again..." error. My netexec is running perfectly. I have check the paths and .zshrc file yet everything seems to be set correctly. All these are shown in the image below: ┌──(kali㉿Smart-Hacker)-[~] └─$ echo $PATH /home/kali/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/home/kali/go/bin:/home/kali/.local/bin
┌──(kali㉿Smart-Hacker)-[~] └─$ echo $SHELL
/usr/bin/zsh
┌──(kali㉿Smart-Hacker)-[~] └─$ nano .zshrc
Created by
pipx
on 2024-09-05 07:02:47. This is from .zshrc fileexport PATH="$PATH:/home/kali/.local/bin"
┌──(kali㉿Smart-Hacker)-[~] └─$ nano .bashrc This is from .bashrc file. I added this one manually export PATH=$PATH:/home/kali/.local/bin
What could now be the issue?