braa(1)

NAME

   braa - Mass SNMP scanner

SYNOPSIS

   braa  [-2]  [-v]  [-t  <s>]  [-f <file>] [-a <time>] [-r <retries>] [-d
   <delay>] [querylist1] [querylist2] ...

DESCRIPTION

     Braa is a mass snmp scanner. The intended usage of such a tool is  of
   course  making  SNMP queries - but unlike snmpget or snmpwalk from net-
   snmp, it is able to query dozens or hundreds of  hosts  simultaneously,
   and  in  a single process.  Thus, it consumes very few system resources
   and does the scanning VERY fast.
     Braa implements its OWN snmp stack, so it  does  NOT  need  any  SNMP
   libraries  like  net-snmp.  The  implementation is very dirty, supports
   only several data types, and in any case cannot  be  stated  'standard-
   conforming'!  It  was  designed  to  be  fast, and it is fast. For this
   reason (well, and also because of my laziness ;),  there  is  no  ASN.1
   parser  in  braa  - you HAVE to know the numerical values of OID's (for
   instance .1.3.6.1.2.1.1.5.0 instead of system.sysName.0).

OPTIONS

   -h     Show help.

   -2     Claim to be a SNMP2C agent.

   -v     Show short summary after doing all queries.

   -x     Hexdump octet-strings

   -t <s> Wait <s> seconds for responses.

   -d <s> Wait <s> microseconds after sending each packet.

   -p <s> Wait <s> milliseconds between subsequent passes.

   -f <file>
          Load queries from file <file> (one by line).

   -a <time>
          Quit after <time> seconds, independent on what happens.

   -r <rc>
          Retry count (default: 3).

QUERY FORMATS

   GET: [community@]iprange[:port]:oid[/id]

   WALK: [community@]iprange[:port]:oid.*[/id]

   SET: [community@]iprange[:port]:oid=value[/id]

EXAMPLES

   $braa [email protected]:161:.1.3.6.*
          Walk the SNMP tree  of  host  10.253.101.1  with  public  string
          querying all OIDs under .1.3.6:

   $braa 10.253.101.1-10.253.101.254:.1.3.6.1.2.1.1.6.0
          Query the whole subnet 10.53.101/24 of for system.sysLocation.0

   $braa [email protected]:.1.3.6.1.2.1.1.6.0=sMy network
          Tries  to  set the value of system.sysLocation.0 to "My network"
          at host 10.253.101.1

                                                                   BRAA(1)



Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.


Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.

Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.


Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.

Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.


Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.

Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.