HELLO v3!!!
This commit is contained in:
11
app/views/json/core/banner.erb
Normal file
11
app/views/json/core/banner.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
"banner": {
|
||||
"description": "WordPress Security Scanner by the WPScan Team",
|
||||
"version": <%= WPScan::VERSION.to_json %>,
|
||||
"authors": [
|
||||
"@_WPScan_",
|
||||
"@ethicalhack3r",
|
||||
"@erwan_lr",
|
||||
"@_FireFart_"
|
||||
],
|
||||
"sponsored_by": "Sucuri - https://sucuri.net"
|
||||
},
|
||||
2
app/views/json/core/db_update_finished.erb
Normal file
2
app/views/json/core/db_update_finished.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
"db_files_updated": <%= @updated.to_json %>,
|
||||
"db_update_finished": true,
|
||||
1
app/views/json/core/db_update_started.erb
Normal file
1
app/views/json/core/db_update_started.erb
Normal file
@@ -0,0 +1 @@
|
||||
"db_update_started": true,
|
||||
1
app/views/json/core/not_fully_configured.erb
Normal file
1
app/views/json/core/not_fully_configured.erb
Normal file
@@ -0,0 +1 @@
|
||||
"not_fully_configured": "The Website is not fully configured and currently in install mode. Create a new admin user at <%= @url %>",
|
||||
2
app/views/json/core/version.erb
Normal file
2
app/views/json/core/version.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
"version": <%= WPScan::VERSION.to_json %>,
|
||||
"last_db_update": <%= @last_update.to_json %>,
|
||||
Reference in New Issue
Block a user