Skip to content

Commit

Permalink
ADDED README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
WilSegale committed Jan 26, 2025
1 parent 3ff7488 commit 906ca2a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
20 changes: 20 additions & 0 deletions WINDOWS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# NetBreach - Network Security Tool

NetBreach is a network security tool that provides functionalities for network scanning, SSH session management, and weak password checking. It is designed to help with security auditing by identifying active hosts on a network, managing SSH sessions, and performing parallelized SSH login attempts to check for weak passwords.

## Features
- **Network Scan**: Scans a given subnet for active hosts.
- **SSH Session Management**: Connects and disconnects SSH sessions.
- **Weak Password Checking**: Checks for weak passwords using a given list of potential passwords in parallel.
- **Terminate SSH Session**: Terminates SSH sessions on the local system.

## Requirements
- Python 3.6+
- `paramiko` for SSH connections
- `aiohttp` for async network scanning

## Installation
1. Clone this repository:
```bash
git clone https://github.com/wilsegale/NetBreach.git

0 comments on commit 906ca2a

Please sign in to comment.