Skip to content

Commit ec666f6

Browse files
authored
xss-bot: make the webserver reply (#335)
1 parent 3ef6947 commit ec666f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/challenge-templates/xss-bot/healthcheck/healthcheck.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212

1313
_ = l.wait_for_connection()
1414
l.readuntil(b'GET /ok HTTP/1.1')
15+
l.send(b'HTTP/1.1 200 OK\nContent-Length: 0\n\n')
1516

1617
exit (0)

0 commit comments

Comments
 (0)