/netutil

A command-line based utility-box full of helpful networking commands.

Primary LanguageC++MIT LicenseMIT

This repository is no longer maintained.

This was one of my C++ applications I made in order to learn C++. I never plan to update it.

Welcome! netutil is a simple, command-line based, networking utility-box that executes pre-configured powershell scripts.



Overview

netutil takes in arguments and auto-configures powershell scripts to do networking tasks.

Modules

  • Ping Ping the specified address (uses ping)
  • Net Activity Displays all active connections (uses netstat)
  • DNS Query Displays the bound ip to of the specified domain (uses nslookup)
  • Geolocator Displays the geolocation data for the specified ip (uses ipinfo.io)
  • Route Tracer Displays the path a packet takes to get to the specified address (uses tracert)

netutil
Written in C++ and compiled using MinGW G++