Snmp: Difference between revisions

From RCATs
(Created page with "==COMMANDS==")
 
No edit summary
 
Line 1: Line 1:
==COMMANDS==
==COMMANDS==
<syntaxhighlight lang="powershell">
## Querying OIDs using snmpwalk.
snmpwalk -v2c -c <community string> <FQDN/IP>
## Bruteforcing community strings of the SNMP service.
onesixtyone -c community-strings.list <FQDN/IP>
## Bruteforcing SNMP service OIDs.
braa <community string>@<FQDN/IP>:.1.*
</syntaxhighlight>

Latest revision as of 15:19, 8 July 2023

COMMANDS

## Querying OIDs using snmpwalk.
snmpwalk -v2c -c <community string> <FQDN/IP>	

## Bruteforcing community strings of the SNMP service.
onesixtyone -c community-strings.list <FQDN/IP>

## Bruteforcing SNMP service OIDs.
braa <community string>@<FQDN/IP>:.1.*