-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BlackArch Issue #549
Comments
|
For some reason, it wasn't out of the box and I had to do it manually. With that being said, there was other issues such as nxc module that could not be referenced in tool even after downloading the module. |
Both issues hint to an incomplete or broken installation. How did you install NetExec? |
I just installed it with |
@noraj could you help with this one? Sounds like the dependencies for the pacman package are broken. |
I'd take a look at that soon. |
The BlackArch Linux package is working fine.
@xXxSpicyBoiiixXx What Linux distribution are you running? From what repository are you installing netexec? What command had you issue with? |
It's utilizing Arch Linux under the hood, I did try to install this from the pacman command as well as building from source. The issue arises with the nxc module. |
Just circling back on this, I'm still having this issue weather I try to run this tool in a virtual environment or bare metal. |
Can you give me your version including the commit hash (output of |
@xXxSpicyBoiiixXx You still have not told me from which distribution repository you have installed it? And what is the exact system command you issued to install it? |
Hi noraj, I believe the repository was: The command executed was: This is a fair assumption since these are the steps recommended in the official wiki for NetExec, and it looks like there is a problem indeed when installing it with pipx on Arch Linux with the BlackArch repository added, no issues if you do install directly BlackArch from any of the installation methods recommended. However I saw that there is a closed issue here, reportedly as a solution to the problem he is facing: #350. In my case, other then the aforementioned solution above, I just had to install "python-aardwolf" and follow the instruction in the official wiki for NetExec. |
Ah thanks @autom4il. This went off my radar, but I appreciate the insights. |
Due to the nature of installation on the current wiki, you must have "aardwolf" to be able to have this. You will need to the following prereqs for the system.
sudo pacman -S python python-pip base-devel rust openssl
pip install aardwolf --break-system-packages
This should make the next steps in the wiki documentation doable.
The text was updated successfully, but these errors were encountered: