Skip to content

Commit

Permalink
Fix packetfu-shell print
Browse files Browse the repository at this point in the history
  • Loading branch information
dimriou committed Mar 29, 2017
1 parent b9a6c61 commit 171de49
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions examples/packetfu-shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ def arp(arg)
#
def packetfu_ascii_art
puts <<EOM
_______ _______ _______ _ _______ _________ _______
( ____ )( ___ )( ____ \\| \\ /\\( ____ \\\\__ __/( ____ \\|\\ /|
| ( )|| ( ) || ( \\/| \\ / /| ( \\/ ) ( | ( \\/| ) ( |
| (____)|| (___) || | | (_/ / | (__ | | | (__ | | | |
| _____)| ___ || | | _ ( | __) | | | __) | | | |
| ( | ( ) || | | ( \\ \\ | ( | | | ( | | | |
| ) | ) ( || (____/\\| / \\ \\| (____/\\ | | | ) | (___) |
|/ |/ \\|(_______/|_/ \\/(_______/ )_( |/ (_______)
____________________________ ____________________________
( ) ( )
| 01000001 00101101 01001000 )( )( )( )( )( 00101101 01000001 00100001 |
| )( )( )( )( )( |
(____________________________) (____________________________)
PacketFu
a mid-level packet manipulation library for ruby
_______ _______ _______ _ _______ _________ _______ ______
( ____ )( ___ )( ____ \\| \\ /\\( ____ \\\\__ __/( ____ \\|\\ /|( ____)
| ( )|| ( ) || ( \\/| \\ / /| ( \\/ ) ( | ( \\/| ) ( || (
| (____)|| (___) || | | (_/ / | (__ | | | (__ | | | || (____
| _____)| ___ || | | _ ( | __) | | | __) | | | || (__ |
| ( | ( ) || | | ( \\ \\ | ( | | | ( | | | || ( ) |
| ) | ) ( || (____/\\| / \\ \\| (____/\\ | | | ) | (___) || (__) |
|/ |/ \\|(_______/|_/ \\/(_______/ )_( |/ (_______)(______)
________________________________ ________________________________
( ) ( )
| 01000001 00101101 01001000 )( )( )( )( )( 00101101 01000001 00100001 |
| )( )( )( )( )( |
(________________________________) (________________________________)
PacketFu
a mid-level packet manipulation library for ruby
EOM
end
Expand Down

0 comments on commit 171de49

Please sign in to comment.