From 0ea4137ed0ce0bb2edb284f71b6bf7abdba50ae6 Mon Sep 17 00:00:00 2001 From: edworks Date: Fri, 14 Oct 2022 17:02:34 -0400 Subject: [PATCH 01/13] Initial Braa.md file --- pages/linux/braa.md | 17 +++++++++++++++++ 1 file changed, 17 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 0000000000000..55304cbf4737b --- /dev/null +++ b/pages/linux/braa.md @@ -0,0 +1,17 @@ +# 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 "My Workgroup" + +`braa private@{ip}:.1.3.6.1.2.1.1.6.0=sMy Workgroup` + From c65e9e2d2e5b39038ef323545d55c46d90d2fc75 Mon Sep 17 00:00:00 2001 From: edworks Date: Fri, 14 Oct 2022 17:42:00 -0400 Subject: [PATCH 02/13] minor tweaks braa --- pages/linux/braa.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index 55304cbf4737b..9f92d072875e1 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -15,3 +15,4 @@ `braa private@{ip}:.1.3.6.1.2.1.1.6.0=sMy Workgroup` + From 2872bd2dee5fb5d5bfc5ebb256c7c655be966733 Mon Sep 17 00:00:00 2001 From: edworks Date: Fri, 14 Oct 2022 18:01:35 -0400 Subject: [PATCH 03/13] braa: fixed white spaces --- pages/linux/braa.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index 9f92d072875e1..f3caf60fc9ed3 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -14,5 +14,3 @@ - Attempt to set the value of system.sysLocation.0 to "My Workgroup" `braa private@{ip}:.1.3.6.1.2.1.1.6.0=sMy Workgroup` - - From 9150fab6de1dc6b644fe74828da9f80ffe5423b4 Mon Sep 17 00:00:00 2001 From: ciph3rz <46655414+ciph3rz@users.noreply.github.com> Date: Sun, 16 Oct 2022 08:56:45 -0400 Subject: [PATCH 04/13] Update pages/linux/braa.md Co-authored-by: K.B.Dharun Krishna --- pages/linux/braa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index f3caf60fc9ed3..e90db6a4080eb 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -1,6 +1,6 @@ # braa -> Ultra fast Mass SNMP scanner allowing multiple hosts simultaneously. +> 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: From 6480904fe0d2ed3ec03b82d72bccdbd9bd162c2d Mon Sep 17 00:00:00 2001 From: ciph3rz <46655414+ciph3rz@users.noreply.github.com> Date: Sun, 16 Oct 2022 08:56:51 -0400 Subject: [PATCH 05/13] Update pages/linux/braa.md Co-authored-by: K.B.Dharun Krishna --- pages/linux/braa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index e90db6a4080eb..c87cd878fe4ab 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -7,7 +7,7 @@ `braa public@{ip}:.1.3.6.*` -- Query the whole subnet {ip_range} for system.sysLocation.0 +- Query the whole subnet `{ip_range}` for `system.sysLocation.0`: `braa public@{ip_range}:.1.3.6.1.2.1.1.6.0` From 77723f924950ff9aea7d412b6c252bfea6b3b1b8 Mon Sep 17 00:00:00 2001 From: ciph3rz <46655414+ciph3rz@users.noreply.github.com> Date: Sun, 16 Oct 2022 08:56:56 -0400 Subject: [PATCH 06/13] Update pages/linux/braa.md Co-authored-by: K.B.Dharun Krishna --- pages/linux/braa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index c87cd878fe4ab..dc08933a9fe6e 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -11,6 +11,6 @@ `braa public@{ip_range}:.1.3.6.1.2.1.1.6.0` -- Attempt to set the value of system.sysLocation.0 to "My Workgroup" +- Attempt to set the value of `system.sysLocation.0` to "My Workgroup": `braa private@{ip}:.1.3.6.1.2.1.1.6.0=sMy Workgroup` From fa3052036cccae8c344f35bcb1c404f988f04724 Mon Sep 17 00:00:00 2001 From: ciph3rz Date: Sun, 16 Oct 2022 10:12:17 -0400 Subject: [PATCH 07/13] braa: white spaces fixes --- pages/linux/braa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index dc08933a9fe6e..43d792f4fcc78 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -1,7 +1,7 @@ # braa > Ultra-fast mass SNMP scanner allowing multiple hosts simultaneously. -> More information: . +> More information: . - Walk the SNMP tree of host with public string querying all OIDs under .1.3.6: From 0c37d1afc707c196ca52cfb05f705b0dca7e0be3 Mon Sep 17 00:00:00 2001 From: ciph3rz Date: Wed, 19 Oct 2022 18:15:02 -0400 Subject: [PATCH 08/13] braa: marchersimon suggested fixes --- pages/linux/braa.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index 43d792f4fcc78..2b652a7a2da0f 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -5,12 +5,12 @@ - Walk the SNMP tree of host with public string querying all OIDs under .1.3.6: -`braa public@{ip}:.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` +`braa public@{{ip_range}}:{{.1.3.6.1.2.1.1.6.0}}` - Attempt to set the value of `system.sysLocation.0` to "My Workgroup": -`braa private@{ip}:.1.3.6.1.2.1.1.6.0=sMy Workgroup` +`braa private@{{ip}}:{{.1.3.6.1.2.1.1.6.0=s'My Workgroup'}}` From 6de99d155abc806a183eb8902266bcbbb3d00aec Mon Sep 17 00:00:00 2001 From: ciph3rz Date: Wed, 19 Oct 2022 18:16:36 -0400 Subject: [PATCH 09/13] braa: corrected last variable --- pages/linux/braa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index 2b652a7a2da0f..4f1de544f30a3 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -13,4 +13,4 @@ - Attempt to set the value of `system.sysLocation.0` to "My Workgroup": -`braa private@{{ip}}:{{.1.3.6.1.2.1.1.6.0=s'My Workgroup'}}` +`braa private@{{ip}}:{{.1.3.6.1.2.1.1.6.0}}=s{{'My Workgroup'}}` From 86c8d3323182ee8a12090a7f0a2065b7e9fd491d Mon Sep 17 00:00:00 2001 From: ciph3rz <46655414+ciph3rz@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:16:16 -0400 Subject: [PATCH 10/13] Update pages/linux/braa.md Co-authored-by: Axel Navarro --- pages/linux/braa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index 4f1de544f30a3..4828346deaf5d 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -13,4 +13,4 @@ - Attempt to set the value of `system.sysLocation.0` to "My Workgroup": -`braa private@{{ip}}:{{.1.3.6.1.2.1.1.6.0}}=s{{'My Workgroup'}}` +`braa private@{{ip}}:{{.1.3.6.1.2.1.1.6.0}}=s'{{workgroup}}'` From 822bebcc9dc4ecfe47a87dbd5bb976594a1ea6c9 Mon Sep 17 00:00:00 2001 From: ciph3rz <46655414+ciph3rz@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:17:22 -0400 Subject: [PATCH 11/13] Update pages/linux/braa.md Co-authored-by: Axel Navarro --- pages/linux/braa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index 4828346deaf5d..5b0556112292d 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -11,6 +11,6 @@ `braa public@{{ip_range}}:{{.1.3.6.1.2.1.1.6.0}}` -- Attempt to set the value of `system.sysLocation.0` to "My Workgroup": +- 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}}'` From 036153151a84e35af7bc787424493503b3f4e4b5 Mon Sep 17 00:00:00 2001 From: ciph3rz <46655414+ciph3rz@users.noreply.github.com> Date: Fri, 28 Oct 2022 17:33:42 -0400 Subject: [PATCH 12/13] Update pages/linux/braa.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> --- pages/linux/braa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index 5b0556112292d..8be295738c2f5 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -3,7 +3,7 @@ > 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: +- Walk the SNMP tree of host with public string querying all OIDs under `.1.3.6`: `braa public@{{ip}}:{{.1.3.6.*}}` From 98b4d7e0cc669f65d0738e058fe913a0ad1d9e55 Mon Sep 17 00:00:00 2001 From: ciph3rz <46655414+ciph3rz@users.noreply.github.com> Date: Fri, 28 Oct 2022 17:33:47 -0400 Subject: [PATCH 13/13] Update pages/linux/braa.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> --- pages/linux/braa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/braa.md b/pages/linux/braa.md index 8be295738c2f5..4bdbdf5e964cd 100644 --- a/pages/linux/braa.md +++ b/pages/linux/braa.md @@ -7,7 +7,7 @@ `braa public@{{ip}}:{{.1.3.6.*}}` -- Query the whole subnet `{ip_range}` for `system.sysLocation.0`: +- Query the whole subnet `ip_range` for `system.sysLocation.0`: `braa public@{{ip_range}}:{{.1.3.6.1.2.1.1.6.0}}`