https://github.com/chleba/tssnmpscan
Scanner of SNMP agents from CIDR range of IP addresses written in Typescript. Outputs IP address and it's Interfaces.
https://github.com/chleba/tssnmpscan
Last synced: 3 days ago
JSON representation
Scanner of SNMP agents from CIDR range of IP addresses written in Typescript. Outputs IP address and it's Interfaces.
- Host: GitHub
- URL: https://github.com/chleba/tssnmpscan
- Owner: Chleba
- License: lgpl-2.1
- Created: 2023-02-15T13:55:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T03:16:10.000Z (over 3 years ago)
- Last Synced: 2025-02-21T18:32:20.410Z (over 1 year ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSSNMPScan
Scanner of SNMP agents from CIDR range of IP addresses written in Typescript. Outputs IP address and it's Interfaces.
#
## Usage
- `nmp install`
- `npm start`
- wait for prompt: `Please enter CIDR you want to scan:``
- enter CIDR range of IP addresses, for example: `192.168.0.0/24`
## Output
Program will output it's progress and after the whole range is scanned program will wrote into a console all IP addresses that answer on SNMP with the list of it's interfaces.
Enjoy