## Input as a Service On connecting with the port it shows a python2 shell , giving it an input it shows an error But if we supply a string it won't break On googling around to import a python module I found a techique to import a module using `___import___` as the input is accepting only string so this will be accepting as string And we'll get the flag We can also look at the source With this we solved the challenge !!