定制 vulnerar/agent 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vulnerar/agent

最新稳定版本:v0.6.5

Composer 安装命令:

composer require vulnerar/agent

包简介

README 文档

README

Laravel Badge tests

Installation

To install the agent, follow the steps below:

1. Install agent

composer require vulnerar/agent

2. Add token to your .env file

VULNERAR_TOKEN=<YOUR-TOKEN>

3. Run agent

The agent must be actively running to collect and send data to Vulnerar. Start the agent using the following Artisan command:

 php artisan vulnerar:agent

The agent also uses Laravel's built-in task scheduling to collect periodic events in the background. Use your preferred way to run the task scheduler.

Run agent using supervisord (recommended)

We strongly recommend using supervisord to ensure the agent stays running in the background.

[program:vulnerar-agent]
process_name=%(program_name)s
command=php /var/www/your-app/artisan vulnerar:agent
directory=/var/www/your-app
autostart=true
autorestart=true
user=www-data
numprocs=1
redirect_stderr=true
stdout_logfile=/var/log/supervisor/vulnerar-agent.log

统计信息

  • 总下载量: 46
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2026-02-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固