HELLO v3!!!
This commit is contained in:
14
app/views/cli/core/banner.erb
Normal file
14
app/views/cli/core/banner.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
_______________________________________________________________
|
||||
__ _______ _____
|
||||
\ \ / / __ \ / ____|
|
||||
\ \ /\ / /| |__) | (___ ___ __ _ _ __ ®
|
||||
\ \/ \/ / | ___/ \___ \ / __|/ _` | '_ \
|
||||
\ /\ / | | ____) | (__| (_| | | | |
|
||||
\/ \/ |_| |_____/ \___|\__,_|_| |_|
|
||||
|
||||
WordPress Security Scanner by the WPScan Team
|
||||
Version <%= WPScan::VERSION %>
|
||||
Sponsored by Sucuri - https://sucuri.net
|
||||
@_WPScan_, @ethicalhack3r, @erwan_lr, @_FireFart_
|
||||
_______________________________________________________________
|
||||
|
||||
8
app/views/cli/core/db_update_finished.erb
Normal file
8
app/views/cli/core/db_update_finished.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<% if @verbose && !@updated.empty? -%>
|
||||
<%= notice_icon %> File(s) Updated:
|
||||
<% @updated.each do |file| -%>
|
||||
| <%= file %>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
<%= notice_icon %> Update completed.
|
||||
|
||||
1
app/views/cli/core/db_update_started.erb
Normal file
1
app/views/cli/core/db_update_started.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= notice_icon %> Updating the Database ...
|
||||
1
app/views/cli/core/not_fully_configured.erb
Normal file
1
app/views/cli/core/not_fully_configured.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= critical_icon %> The Website is not fully configured and currently in install mode. Create a new admin user at <%= @url %>
|
||||
5
app/views/cli/core/version.erb
Normal file
5
app/views/cli/core/version.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
Current Version: <%= WPScan::VERSION %>
|
||||
<% if @last_update -%>
|
||||
Last DB Update: <%= @last_update.strftime('%Y-%m-%d') %>
|
||||
<% end -%>
|
||||
|
||||
Reference in New Issue
Block a user