Skip to content

Thin wrapper around ssh and netcat to check network connectivity.

License

Notifications You must be signed in to change notification settings

jedvardsson/fwcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

fwcheck

Thin wrapper around ssh and netcat to check network connectivity.

Examples

$ fwcheck localhost:81
[OK]     localhost -> localhost:81 OK! (closed port)


$ fwcheck 10.219.27.1 example.com:80
[OK]     10.219.27.1 -> example.com:80 (open port)


$ ./fwcheck 10.219.27.1 example.com:81
[FAILED] 10.219.27.1 -> example.com:81 (timeout)

About

Thin wrapper around ssh and netcat to check network connectivity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages