You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
568 B
36 lines
568 B
// tripwire.js
|
|
// Copyright (C) 2024 DTP Technologies, LLC
|
|
// All Rights Reserved
|
|
|
|
'use strict';
|
|
|
|
export default [
|
|
'/.env',
|
|
'/.well-known',
|
|
'/?a=fetch&content=<php>die(@md5(HelloThinkCMF))</php>',
|
|
'/?XDEBUG_SESSION_START',
|
|
'/actuator/health',
|
|
'/api/v1',
|
|
'/base',
|
|
'/api/pleroma',
|
|
'/backend',
|
|
'/cgi-bin',
|
|
'/conf',
|
|
'/core',
|
|
'/database',
|
|
'/kind-u',
|
|
'/laravel',
|
|
'/newsite',
|
|
'/old-index.php',
|
|
'/protected',
|
|
'/shell',
|
|
'/sites',
|
|
'/src',
|
|
'/storage',
|
|
'/vendor/php',
|
|
'/web',
|
|
'/wp-admin',
|
|
'/wp-login',
|
|
'/wp-load',
|
|
'/www',
|
|
];
|