You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello again,
To compile the xinetd challenges I do the following steps:
sudo docker-compose build && sudo docker-compose up -d
sudo python3 ./build.py -c nmap
After this I see that the files are copied to the build -> xinetd, src and xinetd.d folder.
I do the scan with nmap to the exact port of the nmap challenge. I don't know if I forgot any step. I can't find a way to get the invalid syntax error away (sitecustomize.py, line 1)
PORT STATE SERVICE VERSION
5XX29/tcp open unknown
| fingerprint-strings:
| DNSVersionBindReqTCP, NULL, RPCCheck:
| Error in sitecustomize; set PYTHONVERBOSE for traceback:
| SyntaxError: invalid syntax (sitecustomize.py, line 1)
| GenericLines, GetRequest, HTTPOptions, RTSPRequest:
| Error in sitecustomize; set PYTHONVERBOSE for traceback:
| SyntaxError: invalid syntax (sitecustomize.py, line 1)
| HTTP/1.0 501 Not Implemented
| Server: mini_httpd XXX{R3C0NN41554NC3_XXXXXXXXD8DD937FEBDE191B68XXXXXX})
| Cache-Control: no-cache,no-store
| Content-Type: text/html; charset=%s
|_ Connection: close
The text was updated successfully, but these errors were encountered:
Hello again,
To compile the xinetd challenges I do the following steps:
After this I see that the files are copied to the build -> xinetd, src and xinetd.d folder.
I do the scan with nmap to the exact port of the nmap challenge. I don't know if I forgot any step. I can't find a way to get the invalid syntax error away (sitecustomize.py, line 1)
PORT STATE SERVICE VERSION
5XX29/tcp open unknown
| fingerprint-strings:
| DNSVersionBindReqTCP, NULL, RPCCheck:
| Error in sitecustomize; set PYTHONVERBOSE for traceback:
| SyntaxError: invalid syntax (sitecustomize.py, line 1)
| GenericLines, GetRequest, HTTPOptions, RTSPRequest:
| Error in sitecustomize; set PYTHONVERBOSE for traceback:
| SyntaxError: invalid syntax (sitecustomize.py, line 1)
| HTTP/1.0 501 Not Implemented
| Server: mini_httpd XXX{R3C0NN41554NC3_XXXXXXXXD8DD937FEBDE191B68XXXXXX})
| Cache-Control: no-cache,no-store
| Content-Type: text/html; charset=%s
|_ Connection: close
The text was updated successfully, but these errors were encountered: