
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
This project uses continuous integration to help ensure that a quality product is delivered. Travis CI monitors two branches (versions) of the code - Master (which is what gets released) and Staging (which is what is currently being developed ready for moving to master).
This gem supports the following versions of ruby, it may work on other versions but is not tested against them so don't rely on it.
Easily view SNMP tables. The data in the table can be easily converted and formatted in a number of ways.
Add to your Gemfile and run the bundle
command to install it.
gem 'snmp_table_viewer', '~> 0.0'
Usage: table-from-snmp [options]
-h, -?, --help Prints this help.
--headings HEADINGS Headings to use in the table (e.g. "A, Bc, D").
--headings-for TYPE Use headings for this table type (ifTable).
--format FORMAT How to format the output (table|csv|json|raw) (default table).
--converter CONVERTER A converter to run on the data before formatting (iftable).
SNMP common options:
-v, --version VERSION SNMP version to use (1|2|3|) (default 3).
--host HOST The host to connect to.
--port PORT p PORT
SNMP port to connect to (default 161).
--base-oid OID The oid at the start of the table. Can by dotted numbers or ifTable
SNMP version 1 and 2 options:
-c, --comunity COMMUNITY SNMP comunity (default "public").
SNMP version 3 options:
-u, --user, --username USER SNMP user.
-l, --security-level LEVEL Security level to use (no_auth|auth_no_priv|auth_priv).
-a AUTH_PROTOCOL, Authentication protocol to use (MD5|SHA) (default MD5).
--auth-protocol
-A AUTH_PASSWORD, Authentication password to use.
--auth-password
-x PRIV_PROTOCOL, Privacy protocol to use (DES|AES) (default DES).
--priv-protocol
-X PRIV_PASSWORD, Privacy password to use.
--priv-password
Table formatter options:
--[no-]transpose-table Transpose the output table (swap rows and columns).
Usage: table-from-stdin [options]
-h, -?, --help Prints this help.
--headings HEADINGS Headings to use in the table (e.g. "A, Bc, D").
--headings-for TYPE Use headings for this table type (ifTable).
--format FORMAT How to format the output (table|csv|json|raw) (default table).
--converter CONVERTER A converter to run on the data before formatting (iftable).
Table formatter options:
--[no-]transpose-table Transpose the output table (swap rows and columns).
Documentation can be found on rubydoc.info
We follow the Semantic Versioning concept,
FAQs
Unknown package
We found that snmp_table_viewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.