vulnerar/agent
最新稳定版本:v0.6.5
Composer 安装命令:
composer require vulnerar/agent
包简介
README 文档
README
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
其他信息
- 授权协议: Unknown
- 更新时间: 2026-02-05