mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
738 B
738 B
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 !!