15 lines
360 B
PHP
15 lines
360 B
PHP
<?php
|
|
return array (
|
|
'name' => 'tip_user_agent_spoof',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'user agent spoof',
|
|
1 => 'ua spoofing',
|
|
2 => 'change user agent',
|
|
),
|
|
'cmd' => 'curl -sk http://127.0.0.1/api/wevia-v82-tips-catalog.php',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T15:41:21+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
);
|