From 1de39fb355652604ce529303ccd5249fb0114bfc Mon Sep 17 00:00:00 2001 From: ciph3rz <46655414+ciph3rz@users.noreply.github.com> Date: Tue, 6 Dec 2022 02:14:05 -0500 Subject: [PATCH] braa: add page (#9041) Co-authored-by: K.B.Dharun Krishna Co-authored-by: Axel Navarro Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> --- pages/linux/braa.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/braa.md diff --git a/pages/linux/braa.md b/pages/linux/braa.md new file mode 100644 index 000000000..4bdbdf5e9 --- /dev/null +++ b/pages/linux/braa.md @@ -0,0 +1,16 @@ +# braa + +> Ultra-fast mass SNMP scanner allowing multiple hosts simultaneously. +> More information: . + +- Walk the SNMP tree of host with public string querying all OIDs under `.1.3.6`: + +`braa public@{{ip}}:{{.1.3.6.*}}` + +- 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: + +`braa private@{{ip}}:{{.1.3.6.1.2.1.1.6.0}}=s'{{workgroup}}'`