feat(cloudron): add tirreno package artifacts
- Add CloudronStack/output/CloudronPackages-Artifacts/tirreno/ directory and its contents - Includes package manifest, Dockerfile, source code, documentation, and build artifacts - Add tirreno-1761840148.tar.gz as a build artifact - Add tirreno-cloudron-package-1761841304.tar.gz as the Cloudron package - Include all necessary files for the tirreno Cloudron package This adds the complete tirreno Cloudron package artifacts to the repository.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
//
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'spam',
|
||||
'test',
|
||||
'gummie',
|
||||
'dummy',
|
||||
'123',
|
||||
'321',
|
||||
'000',
|
||||
'111',
|
||||
'222',
|
||||
'333',
|
||||
'444',
|
||||
'555',
|
||||
'666',
|
||||
'777',
|
||||
'888',
|
||||
'999',
|
||||
];
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
//
|
||||
@@ -0,0 +1,138 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'%00',
|
||||
'%20AND%20',
|
||||
'%20OR%20',
|
||||
'%20and%20',
|
||||
'%20or%20',
|
||||
'%252e%252e%252f',
|
||||
'%252e%252e%255c',
|
||||
'%2e%2e%2f',
|
||||
'%2e%2e%5c',
|
||||
'%2e%2e/',
|
||||
'%2e%2e\\',
|
||||
'%c0%ae%c0%ae%c0%af',
|
||||
'%uff0e%uff0e%u2215',
|
||||
'%uff0e%uff0e%u2216',
|
||||
'&exec',
|
||||
'\' OR \'1\'=\'1',
|
||||
'\'=\'',
|
||||
'*/',
|
||||
'..%255c',
|
||||
'..%2f',
|
||||
'..%5c',
|
||||
'..%c0%af',
|
||||
'..%c1%9c',
|
||||
'../',
|
||||
'..\\',
|
||||
'..\/',
|
||||
'./',
|
||||
'.\\',
|
||||
'.env',
|
||||
'.env.example',
|
||||
'.exe',
|
||||
'.git',
|
||||
'.htaccess',
|
||||
'.htpasswd',
|
||||
'.sh',
|
||||
'.well-known/',
|
||||
'/*',
|
||||
'/Dix8',
|
||||
'/FdOc',
|
||||
'/Wp-includes',
|
||||
'/app/index.js',
|
||||
'/bY3o',
|
||||
'/bc',
|
||||
'/bk',
|
||||
'/conf',
|
||||
'/database',
|
||||
'/etc',
|
||||
'/graphql',
|
||||
'/new',
|
||||
'/old',
|
||||
'/pki-validation',
|
||||
'/proc',
|
||||
'/sandbox',
|
||||
'/secrets',
|
||||
'/solr',
|
||||
'/var',
|
||||
'/var/www',
|
||||
'/wp-admin',
|
||||
'/wp-content',
|
||||
'/wp-head',
|
||||
'/wp-header',
|
||||
'/wp-includes',
|
||||
'/wp-info',
|
||||
'/wp-login',
|
||||
'/wso',
|
||||
'1=1',
|
||||
';',
|
||||
'<script>',
|
||||
'?page=',
|
||||
'C:',
|
||||
'CAT%20',
|
||||
'CdRom0',
|
||||
'GLOBALROOT',
|
||||
'Inetpub',
|
||||
'SELECT%20',
|
||||
'alert(',
|
||||
'apache',
|
||||
'autoload',
|
||||
'backdoor',
|
||||
'backup',
|
||||
'bash_history',
|
||||
'c:',
|
||||
'cat%20',
|
||||
'cgi-bin',
|
||||
'cjfuns',
|
||||
'cmd=',
|
||||
'cmdshell',
|
||||
'composer',
|
||||
'composer.php',
|
||||
'core-plugin',
|
||||
'curl',
|
||||
'diskVolume',
|
||||
'document.cookie',
|
||||
'eval(',
|
||||
'eval-stdin.php',
|
||||
'ftp',
|
||||
'gaocc',
|
||||
'get.asp',
|
||||
'get.cgi',
|
||||
'get.php',
|
||||
'httpd',
|
||||
'id_rsa',
|
||||
'include.php',
|
||||
'indexes',
|
||||
'inetpub',
|
||||
'install.php',
|
||||
'javascript:',
|
||||
'localhost',
|
||||
'modext',
|
||||
'netcat',
|
||||
'nginx',
|
||||
'onerror=',
|
||||
'onload=',
|
||||
'passwd',
|
||||
'password.txt',
|
||||
'passwords.txt',
|
||||
'phpmyadmin',
|
||||
'plugins',
|
||||
'select%20',
|
||||
'sftp.json',
|
||||
'sh_history',
|
||||
'shadow',
|
||||
'ssh',
|
||||
'system32',
|
||||
'uname',
|
||||
'url:file',
|
||||
'url:http',
|
||||
'vsftpd',
|
||||
'web.config',
|
||||
'wget',
|
||||
'win.ini',
|
||||
'wp',
|
||||
'wp-config',
|
||||
'wwwroot',
|
||||
];
|
||||
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'--',
|
||||
'/*',
|
||||
'*/',
|
||||
'pg_',
|
||||
'\');', // should be %'%)%;% ?
|
||||
'alter ',
|
||||
'select',
|
||||
'waitfor',
|
||||
'delay',
|
||||
'delete',
|
||||
'drop',
|
||||
'dbcc',
|
||||
'schema',
|
||||
'exists',
|
||||
'cmdshell',
|
||||
'%2A', // *
|
||||
'%27', // '
|
||||
'%22', // "
|
||||
'%2D', // -
|
||||
'%2F', // /
|
||||
'%5C', // \
|
||||
'%3B', // ;
|
||||
'%23', // #
|
||||
'%2B', // +
|
||||
'%3D', // =
|
||||
'%28', // (
|
||||
'%29', // )
|
||||
'/bin',
|
||||
'%2Fbin',
|
||||
'.sh',
|
||||
'|sh',
|
||||
'.exe',
|
||||
];
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
//
|
||||
Reference in New Issue
Block a user