Skip to content

ScriptusProjectsAlt/ohwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

OHWA

Advanced Terminal Networking Toolkit

Fast • Lightweight • Terminal Focused


Features

Fast terminal interface

Packet monitoring

IP lookup tools

Lightweight architecture

Network diagnostics

Cross-platform support

Port scanning utilities

Simple CLI usage


Installation

pip install https://github.com/ScriptusProjectsAlt/ohwa.git

Usage

Ping

Basic ping with a 20 repeat loop.

ohwa --scan 192.168.1.1

Infinite repeat loop until manually stopped.

ohwa --scan -t 5 192.168.1.1

Doesn't wait for target responses.

ohwa --scan -dw -t 5 192.168.1.1

Port Scan

ohwa ports 192.168.1.1

IP Lookup

ohwa lookup 8.8.8.8

Example Output

[+] Target: 192.168.1.1

[+] Open Ports:
 - 22  (SSH)
 - 80  (HTTP)
 - 443 (HTTPS)

[+] Scan completed successfully.

Commands

Command Description
scan Scan a target
ports Check open ports
lookup Lookup IP information
ping Ping a host
trace Trace network route

Requirements

  • Python 3.10+
  • Internet connection
  • Administrative privileges for some features

Notes

[!] Intended for cyber security and authorized testing only.
[!] Some features may require elevated permissions.
[!] Always ensure you have permission before scanning targets.

OHWA

Terminal networking utilities built for speed and simplicity.

Releases

No releases published

Packages

 
 
 

Contributors