Skip to content

This is hacking software that combines two popular hacking software Nmap and Hydra

Notifications You must be signed in to change notification settings

WilSegale/NetBreachX

Repository files navigation

NetBreachX

CREATION DATA: NOV/1/2022

NetBreach img

!Do not use this software in Schools or Business!

First type

git clone https://github.com/WilSegale/NetBreachX.git

Second step is to type

sudo python3 setup.py

This file will explain how the program works and how to use it to it's full capacity

Troubleshooting SSH: Remote Host Identification Changed

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

You can type the following command in the CLI

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]

About

This is hacking software that combines two popular hacking software Nmap and Hydra

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published