Skip to content

clholzin/bugle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mascot

Bugle - a searchable and refreshable netstat implementation

Simply call bugle with integer second interval and search details and hear the network Bugle

bugle -an 2 80-ESTABLISHED *.80-LISTEN 2000-ESTABLISHED

howto

How to Search:

Searching OR operations are seperated by spaces:

example: 80-ESTABLISHED *.80-LISTEN

This will search for connections made on 80** OR 80** listeners

Searching AND operations are seperated by hyphen:

By adding a hyphen, you can achieve AND operations, meaning it will search the same line for the information

example: *.80-LISTEN

This will search for ports on 80 wild card AND that they are listeners

Its ok to be more specific or general in the search, give it a couple iterations to nail down what your looking for.

Command Argument Example:

1 netstat arguments ex: -an

2 Time In Seconds to sleep between pulling details

3 Search criteria: 80-ESTABLISHED *.80-LISTEN 2000-ESTABLISHED

About

Bugle - a searchable and refreshable netstat implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages