BRAA
This is used to brute-force the individual OIDs and enumerate the information behind them. Only after identifying the community string with onesixtyone.
root@oco:~$ sudo apt install braa
root@oco:~$ braa <community string>@<IP>:.1.3.6.*   # Syntax
root@oco:~$ braa [email protected]:.1.3.6.*
 10.129.14.128:20ms:.1.3.6.1.2.1.1.1.0:Linux htb 5.11.0-34-generic #36~20.04.1-Ubuntu SMP Fri Aug 27 08:06:32 UTC 2021 x86_64
 10.129.14.128:20ms:.1.3.6.1.2.1.1.2.0:.1.3.6.1.4.1.8072.3.2.10
 10.129.14.128:20ms:.1.3.6.1.2.1.1.3.0:548
 10.129.14.128:20ms:.1.3.6.1.2.1.1.4.0:[email protected]
 10.129.14.128:20ms:.1.3.6.1.2.1.1.5.0:htb
 10.129.14.128:20ms:.1.3.6.1.2.1.1.6.0:US
 10.129.14.128:20ms:.1.3.6.1.2.1.1.7.0:78
 ...SNIP...
 
 * The prefix .1.3.6.1 expands to iso(1) → org(3) → dod(6) → internet(1)
    - the historical ISO/ORG/DOD branch that became the basis for the Internet OID tree.
       - in the above example, the .1 was replaced by * to capture everythingLast updated
