Tags: web 

Rating:

```
#!/usr/bin/python
import urllib

link = "http://challs.xmas.htsp.ro:1341/"
var = 1
while var == 1 :
f = urllib.urlopen(link)
myfile = f.read()
if myfile.find("X-MAS"):
print(myfile)
```

#X-MAS{stay_at_home_and_respect_your_elders}