2025-03-14 21:59:59 -06:00
|
|
|
# braa
|
|
|
|
|
|
|
|
|
|
> Ultra-fast mass SNMP scanner allowing multiple hosts simultaneously.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/braa>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Walk the SNMP tree of host with public string querying all OIDs under `.1.3.6`:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`braa public@{{ip_address}}:{{.1.3.6.*}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Query the whole subnet `ip_range` for `system.sysLocation.0`:
|
|
|
|
|
|
|
|
|
|
`braa public@{{ip_range}}:{{.1.3.6.1.2.1.1.6.0}}`
|
|
|
|
|
|
|
|
|
|
- Attempt to set the value of `system.sysLocation.0` to a specific workgroup:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`braa private@{{ip_address}}:{{.1.3.6.1.2.1.1.6.0}}=s'{{workgroup}}'`
|