Skip to content

Commit 40dcbe0

Browse files
committed
Fix escaping, whitespace
Since banners are now just data and not code, they don't need their backslashes escaped any more.
1 parent 537e12c commit 40dcbe0

File tree

5 files changed

+15
-20
lines changed

5 files changed

+15
-20
lines changed

lib/msf/ui/logos/cow-head.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
' @@@ @@ @@ ,
1212
`.@@@@ @@ .
1313
',@@ @ ; _____________
14-
( 3 C ) /|___ / Metasploit! \\
15-
;@'. __*__,." \\|--- \\_____________/
14+
( 3 C ) /|___ / Metasploit! \
15+
;@'. __*__,." \|--- \_____________/
1616
'(.,...."/
1717
%clr

lib/msf/ui/logos/missile-command.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@
2727
################################################################################
2828
# %bldWAVE 4%clr ######## %bldSCORE 31337%clr ################################## %bldHIGH FFFFFFFF%clr #
2929
################################################################################
30-
http://metasploit.pro
31-
%clr
32-
30+
http://metasploit.pro%clr

lib/msf/ui/logos/null-pointer-deref.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ Stack: 90909090990909090990909090
3434
%yelCode: 00 00 00 00 M3 T4 SP L0 1T FR 4M 3W OR K! V3 R5 I0 N4 00 00 00 00%clr
3535
Aiee, Killing Interrupt handler
3636
%redKernel panic: Attempted to kill the idle task!
37-
In swapper task - not syncing
38-
%clr
39-
37+
In swapper task - not syncing%clr

lib/msf/ui/logos/wake-up-neo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.-;--''--.._` ` (
1616
.' / `
1717
, ` ' Q '
18-
, , `._ \\
18+
, , `._ \
1919
,.| ' `-.;_'
2020
: . ` ; ` ` --,.._;
2121
' ` , ) .'

lib/msf/ui/logos/workflow.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22
%whi| METASPLOIT by Rapid7 |
33
%whi+---------------------------+---------------------------+
44
%whi| %blu__________________ %whi| |
5-
%whi| %yel==c%blu(______(%yelo%blu(______(_%yel() %whi| %grn|""""""""""""|======\[%red*** %whi|
6-
%whi| %blu)%yel=%blu\\\ %whi| %grn| %whiEXPLOIT %grn\\ %whi|
7-
%whi| %blu// \\\\ %whi| %grn|_____________\\_______ %whi|
8-
%whi| %blu// \\\\ %whi| %grn|==\[%whimsf >%grn\]============\\ %whi|
9-
%whi| %blu// \\\\ %whi| %grn|______________________\\ %whi|
10-
%whi| %blu// %whiRECON %blu\\\\ %whi| %grn\\(@)(@)(@)(@)(@)(@)(@)/ %whi|
11-
%whi| %blu// \\\\ %whi| %grn********************* %whi|
5+
%whi| %yel==c%blu(______(%yelo%blu(______(_%yel() %whi| %grn|""""""""""""|======[%red*** %whi|
6+
%whi| %blu)%yel=%blu\ %whi| %grn| %whiEXPLOIT %grn\ %whi|
7+
%whi| %blu// \\ %whi| %grn|_____________\_______ %whi|
8+
%whi| %blu// \\ %whi| %grn|==[%whimsf >%grn]============\ %whi|
9+
%whi| %blu// \\ %whi| %grn|______________________\ %whi|
10+
%whi| %blu// %whiRECON %blu\\ %whi| %grn\(@)(@)(@)(@)(@)(@)(@)/ %whi|
11+
%whi| %blu// \\ %whi| %grn********************* %whi|
1212
%whi+---------------------------+---------------------------+
13-
%whi| o O o | %yel\\'\\/\\/\\/'/ %whi|
13+
%whi| o O o | %yel\'\/\/\/'/ %whi|
1414
%whi| o O | %yel)%whi======%yel( %whi|
1515
%whi| o | %yel.' %whiLOOT %yel'. %whi|
16-
%whi| %red|^^^^^^^^^^^^^^\|l%red___ %whi| %yel/ %grn_||__ %yel\\ %whi|
17-
%whi| %red| %whiPAYLOAD %red|%whi""\\%red___, %whi| %yel/ %grn(_||_ %yel\\ %whi|
16+
%whi| %red|^^^^^^^^^^^^^^|l%red___ %whi| %yel/ %grn_||__ %yel\ %whi|
17+
%whi| %red| %whiPAYLOAD %red|%whi""\%red___, %whi| %yel/ %grn(_||_ %yel\ %whi|
1818
%whi| %red|________________|__|)__| %whi| %yel| %grn__||_) %yel| %whi|
1919
%whi| %red|(@)(@)"""**|(@)(@)**|(@) %whi| %yel" %grn|| %yel" %whi|
2020
%whi| %yel= = = = = = = = = = = = %whi| %yel'--------------' %whi|
2121
%whi+---------------------------+---------------------------+%clr
22-
%clr

0 commit comments

Comments
 (0)