Socket
Socket
Sign inDemoInstall

amass-smf

Package Overview
Dependencies
4
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    amass-smf

A plugin for amass to expose SMF service information


Version published
Weekly downloads
6
increased by100%
Maintainers
1
Install size
49.6 kB
Created
Weekly downloads
 

Readme

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

Last updated on 23 Jan 2013

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc