download
- MIBparse-0_1_1.tar.gzMD5: 39D4410A7DDA51C2CAFE728FF5814096
SHA1:31901DC3640D52276BE97239B61D0B0F0DFE47AF
licence
summary
MIBparse
MIBparse.pl has been designed as an offline parser to quickly parse output from SNMP tools such as 'snmpwalk' (NET-SNMP project 'net-snmp.sourceforge.net'). The output returned depends on the options that are selected by the user. Typically, information relating to the system, services, open ports, users, shares and installed components is some of the information that can be extracted by the tool.
Requirements
The only requirement is Perl.
Running
The simplest way to run the tool is as follows:
./MIBparse -f public.txt
Where "public.txt" is the output from 'snmpwalk' piped to a file. In this mode all available information is displayed to the user as standard out.
The information that is output can be tailored using the '-a' flag. The following values can be used in conjunction with this flag:
1 = All
2 = System
3 = Routing information
4 = Services
5 = TCP ports
6 = UDP ports
7 = Users
8 = Shares
9 = Domain
10 = Installed components
11 = Community strings
Each value corresponds to the type of information that is output. As an example, '-a 7' will output all of the users from a Windows system. The example execution in this case would include:
./MIBparse.pl -f public.txt -a 7
If you wish to execute the tool from a working directory which is not in your $PATH then the '-b' option can be used to specify the location of the 'tags' file. This option can also be used to specify any file as a tags file as long as the format of the file conforms to the example that is provided. The example execution in such a case would be:
./MIBparse.pl -f public.txt -b ./tags
OR
./MIBparse.pl -f public.txt -b ./mytagsfile
Finally, the '-b' flag can be used in conjunction with the '-a' flag. The example execution in such a case would be:
./MIBparse.pl -f public.txt -b ./mytagsfile -a 7
Related Applications
- acccheckThe tool is designed as a password dictionary attack tool that targets windows authentication via the SMB protocol. It is really a wrapper script around the 'smbclient' binary, and as a result is dependent on it for its execution.
- Apache UsersEnumerate the usernames on any system that uses Apache and the UserDir module.
- ldapuserenum
- phrasen|drescherA tool for bruteforce guessing pass phrases, password hashes or remote accounts of various services
- SSHatterPassword brute forcer for SSH
- udp-proto-scannerudp-proto-scanner.pl discovers UDP services by sending triggers to a list of hosts.

