fabulousduck / where

Small commandline tool for killing processes and network scanning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where

Where is a small set of functions that make it easier to get information about sockets, pids, and the network you are on. It offers simple queries into combinations of information regarding sockets, processes, and the network.

Installing

Installing can be done by pasting the following commands into your terminal. (these might be slightly different if you're on windows). This requires you to have git installed before you get started

$ git clone git@github.com:fabulousduck/where.git
$ cd Where
$ chmod +x install.sh
$ ./install.sh

To test if the install was successful, you can try the following command after the installer is finished.

$ where -h

The following response should print to the screen.

usage: where [-h] [-a] [-p] [-pf [FINDPORT]] [-pk] [-n] [-nf]

better prockiller

optional arguments:
  -h, --help            show this help message and exit
  -a, --all             print all available data
  -p, --ports           prints all ports and whats running on them
  -pf [FINDPORT], --findPort [FINDPORT]
                        finds a proc with a given port or description
  -pk, --portkill       kill the proc using a certail port
  -n, --network         prints all items on the network
  -nf, --networkfind    get info about a local network host given an ip

About

Small commandline tool for killing processes and network scanning


Languages

Language:Python 91.8%Language:Shell 8.2%