|
# snmpcheck
|
|
|
|
* [git repo](https://gitlab.com/kalilinux/packages/snmpcheck.git)
|
|
* Ruby script, clone and
|
|
```sh
|
|
cd snmpcheck
|
|
gem install snmp
|
|
chmod 775 snmpcheck-<version>.rb
|
|
```
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
./snmpcheck-<version>.rb $TARGET_IP -c <community-string>
|
|
```
|