meta: add contrib
This commit is contained in:
parent
bc21bfc506
commit
b2cee02dd4
3 changed files with 212 additions and 0 deletions
29
contrib/corpus/php_exploit.txt
Normal file
29
contrib/corpus/php_exploit.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /var/www/html/index.php:27
|
||||
Stack trace:
|
||||
#0 /var/www/html/functions.php(15): connect_db()
|
||||
#1 /var/www/html/admin/index.php(5): include('/var/www/html/f...')
|
||||
#2 {main}
|
||||
thrown in /var/www/html/index.php on line 27
|
||||
|
||||
PHP Warning: include(config.php): failed to open stream: No such file or directory in /var/www/html/index.php on line 3
|
||||
PHP Warning: include(): Failed opening 'config.php' for inclusion (include_path='.:/usr/share/php') in /var/www/html/index.php on line 3
|
||||
|
||||
PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in /var/www/html/lib/Request.php on line 42
|
||||
|
||||
PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000] [2002] Connection refused in /var/www/html/database.php:14
|
||||
Stack trace:
|
||||
#0 /var/www/html/database.php(14): PDO->__construct('mysql:host=127....', 'dbuser', '********')
|
||||
#1 /var/www/html/index.php(7): require_once('/var/www/html/d...')
|
||||
#2 {main}
|
||||
thrown in /var/www/html/database.php on line 14
|
||||
|
||||
PHP Warning: require_once(vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/index.php on line 3
|
||||
|
||||
PHP Notice: Undefined index: username in /var/www/html/admin/login.php on line 15
|
||||
PHP Notice: Undefined index: password in /var/www/html/admin/login.php on line 16
|
||||
|
||||
PHP Warning: session_start(): Cannot start session when headers already sent in /var/www/html/lib/Session.php on line 5
|
||||
|
||||
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16384 bytes) in /var/www/vendor/doctrine/orm/lib/Doctrine/ORM/QueryBuilder.php on line 312
|
||||
|
||||
PHP Fatal error: Uncaught Error: Class 'PDO' not found in /var/www/html/includes/database.php:10
|
22
contrib/corpus/wordpress.txt
Normal file
22
contrib/corpus/wordpress.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
WordPress database error: [Table 'wp_options' doesn't exist]
|
||||
SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'
|
||||
|
||||
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/themes/twentytwentyone/functions.php:258) in /var/www/html/wp-includes/functions.php on line 6198
|
||||
|
||||
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 32768 bytes) in /var/www/html/wp-includes/class-wp-query.php on line 3324
|
||||
|
||||
WordPress database error Table 'wp_users' doesn't exist for query SELECT * FROM wp_users WHERE user_login = 'admin' made by include('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php')
|
||||
|
||||
Notice: WP_Scripts::localize was called incorrectly. The $l10n parameter must be an array. To pass arbitrary data to scripts, use the wp_add_inline_script() function instead. Please see Debugging in WordPress for more information.
|
||||
|
||||
WordPress database error: [Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'wp_posts.ID' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
|
||||
SELECT ID FROM wp_posts WHERE post_type = 'post' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC
|
||||
|
||||
WordPress database error: [Disk full (/var/tmp/#sql_b72_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
|
||||
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' ORDER BY t.name ASC
|
||||
|
||||
Warning: session_start() [function.session-start]: open(/var/lib/php/sessions/sess_05kqdnq9gfhj7v3c3q93fedlv2, O_RDWR) failed: Permission denied (13) in /var/www/html/wp-content/plugins/my-calendar/my-calendar.php on line 95
|
||||
|
||||
Notice: Undefined index: HTTP_REFERER in /var/www/html/wp-content/themes/twentytwentytwo/template-parts/header.php on line 73
|
||||
|
||||
Warning: Declaration of Walker_Nav_Menu_Dropdown::start_lvl(&$output, $depth) should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args = Array) in /var/www/html/wp-content/themes/responsive/core/includes/functions-extras.php on line 57
|
Loading…
Add table
Add a link
Reference in a new issue