Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amass-smf

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amass-smf

A plugin for amass to expose SMF service information

  • 0.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

amass-smf

A plugin for amass to expose SMF service information

See node-smf

Installation

  1. Install amass
  2. [sudo] amass --add amass-smf
  3. run amass

Example

Add this plugin to amass to get SMF service info

[
  "svc:/system/utmp:default": {
    "fmri": "svc:/system/utmp:default",
    "name": "utmpx monitoring",
    "enabled": true,
    "state": "online",
    "next_state": "none",
    "state_time": "November 28, 2012 12:10:47 AM PST",
    "logfile": "/var/svc/log/system-utmp:default.log",
    "restarter": "svc:/system/svc/restarter:default",
    "contract_id": 2038,
    "dependency": [
      "require_all/none svc:/milestone/sysconfig (online)"
    ],
    "process": [
      {
        "pid": 79145,
        "cmd": "/usr/lib/utmpd"
      }
    ]
  },
  "svc:/milestone/sysconfig:default": {
    "fmri": "svc:/milestone/sysconfig:default",
    "name": "Basic system configuration milestone",
    "enabled": true,
    "state": "online",
    "next_state": "none",
    "state_time": "November 28, 2012 12:10:47 AM PST",
    "logfile": "/var/svc/log/milestone-sysconfig:default.log",
    "restarter": "svc:/system/svc/restarter:default",
    "dependency": [
      "require_all/none svc:/milestone/single-user (online)",
      "optional_all/none svc:/system/sysidtool:system (online)",
      "optional_all/none svc:/system/sysidtool:net (online)"
    ]
  },
  { ... }
]

License

MIT

Keywords

FAQs

Package last updated on 23 Jan 2013

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc