git clone https://github.com/WilSegale/NetBreachX.git
sudo python3 setup.py
If you encounter the following error message when connecting to an SSH server:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
you can go to this file and delate all the hashes that are connected to previously used for ssh hosts
ssh hash config
cd ~/.ssh
open known_hosts
ssh [username]@[hostname]
if the user you are attacking has changed their port number for ssh type this command instead of the one on top
ssh [username]@[hostname] -p [port Number]