From 712ebe762cf308c53ffbdeda2f0552714e11f0c8 Mon Sep 17 00:00:00 2001 From: 0iphor13 <79219148+0iphor13@users.noreply.github.com> Date: Thu, 23 Dec 2021 13:10:55 +0100 Subject: [PATCH] Update Bunny.pl --- payloads/library/remote_access/pingUinBunny/Bunny.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payloads/library/remote_access/pingUinBunny/Bunny.pl b/payloads/library/remote_access/pingUinBunny/Bunny.pl index 8807ebe9..733a50cf 100644 --- a/payloads/library/remote_access/pingUinBunny/Bunny.pl +++ b/payloads/library/remote_access/pingUinBunny/Bunny.pl @@ -29,7 +29,7 @@ use NetPacket::ICMP qw(ICMP_ECHOREPLY ICMP_ECHO); use Net::RawIP; use Fcntl; -print "Bunny waitin' for his friend...\n"; +print "Bunny waitin' for connection...\n"; # create raw socket my $sock = IO::Socket::INET->new( @@ -40,7 +40,7 @@ my $sock = IO::Socket::INET->new( # set stdin to non-blocking fcntl(STDIN, F_SETFL, O_NONBLOCK) or die "$!"; -print "Let's wait for PingUin!\n"; +print "Let's wait for PingZhell!\n"; my $input = ''; while(1) {