https://github.com/nsardo/jsniff
A Simple Java Port Sniffer
https://github.com/nsardo/jsniff
example example-code java port-scanner port-scanner-socket starter-project
Last synced: 3 months ago
JSON representation
A Simple Java Port Sniffer
- Host: GitHub
- URL: https://github.com/nsardo/jsniff
- Owner: nsardo
- License: mit
- Created: 2017-04-26T22:54:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T21:59:06.000Z (almost 8 years ago)
- Last Synced: 2025-06-29T05:37:15.097Z (7 months ago)
- Topics: example, example-code, java, port-scanner, port-scanner-socket, starter-project
- Language: Java
- Homepage: https://nsardo.github.io/jSniff/
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jSniff
A Simple Java Port Sniffer
[](https://badge.fury.io/gh/nsardo%2FjSniff)
## Command Signature: ##
```
tcp
```
## To Use the .Jar in **Dist/** ##
cd into dist/
then (as an example)
```
java -jar jSniff.jar tcp google.com 79 81
```
It will return:
port 79 is not open.
port 81 is not open.
There is a TCP port open at: 80
And the total time it took for the scan.
## Clone, download the zip, or just grab the jar file from the release:
[RELEASE](https://github.com/nsardo/jSniff/releases)