Earlier quoted context omitted.
> "calculate the 2nd prime number" I don't recognize this reference.
Did they mean "2nd largest prime number"?
Spoilerwall: Respond to port scanning requests with movie spoilers
31–40 of 112 posts
Re: Spoilerwall: Respond to port scanning requests with movie spoilers
#32In an effort to explain what this does, I'd just like to point out how the grammar of the title is meant to be interpreted: [Avoid being scanned] [by spoiling movies] [on all your ports].
Here I think the passive voice actually helps and an extra word. Spoil movie [plots] on all your ports to avoid being scanned. {{by zombies}}
Re: Spoilerwall: Respond to port scanning requests with movie spoilers
#33Re: Spoilerwall: Respond to port scanning requests with movie spoilers
#34Re: Spoilerwall: Respond to port scanning requests with movie spoilers
#35A random mix of elevator pitches for various religions might be a better deterrent. Have you heard the good news?
Re: Spoilerwall: Respond to port scanning requests with movie spoilers
#36A random mix of elevator pitches for various religions might be a better deterrent. Have you heard the good news?
Perhaps questions like "This statement is false", "New Mission: decline this mission", base64 encoded copies of René Magritte's 'this is not a pipe', "God is all powerful, can He make a rock so big that He Himself can't lift it?", "calculate the 2nd prime number", etc to prevent automated AI attacks.
The famous pipe. How people reproached me for it! And yet, could you stuff my pipe? No, it's just a representation, is it not? So if I had written on my picture 'This is a pipe', I'd have been lying!
Re: Spoilerwall: Respond to port scanning requests with movie spoilers
#37Earlier quoted context omitted.
This is a short program that listens on a port and responds to any attempt to connect to that port by sending back movie spoilers. The idea being that anyone that tries to port-scan your machine will be punished by having all the twists in all the best movies revealed.
I like this explanation. But is this good network security?
Re: Spoilerwall: Respond to port scanning requests with movie spoilers
#38Gummo is so much more than this though
Re: Spoilerwall: Respond to port scanning requests with movie spoilers
#39Why does
35: chosen = random.choice(movies)
at https://github.com/infobyte/spoilerwall/blob/master/server-s... have a reference to 'movies'. I thought one had to explicitly pass it to the MyTCPHandler class using the server object? Or is this a special case because of __main__?Re: Spoilerwall: Respond to port scanning requests with movie spoilers
#40Quick question: Why does 35: chosen = random.choice(movies) at https://github.com/infobyte/spoilerwall/blob/master/server-s... have a reference to 'movies'. I thought one had to explicitly pass it to the MyTCPHandler class using the server object? Or is this a special case because of __main__?