If you want to use an FAQ format, use the syntax shown on the faq.html page. Rather than including code samples here (which are bulky with a lot of nested div
tags), just look at the source in the mydoc_faq.html theme file.
This is a programming competition, not a hacking competition. Attempting to hack or doing anything malicious to the server infrastructure or anything on our networks is strictly forbidden! Everything is logged and we take every malicious attempt no matter how small very seriously. Anybody caught doing anything malicious will be immediately removed from this site and will not be allowed to participate in any future competitions of any type. Also rest assure we will submit all malicious findings to the proper authorities.
Let it be known, YOU DO NOT HAVE PERMISSION TO PERFORM ANY ACTION OUTSIDE THE SCOPE OF TRYING TO SOLVE A CHALLENGE. This includes any "testing" of the defensive posture of this site/application. Neither are you allowed to attempt to initiate connectivity with any of the servers associated with CodeWarz by any other means than those provided (as intended) with the web interface (socket.socket(); connect('bleh.biz') is pretty frowned upon). That is to say, do not attempt to exfil data, spawn a reverse shell, or whatever. Not only will it not work, but we will take appropriate action where necessary. By using this site you agree to all the items on this page, as well as our legal page.
For Reference: bash == .sh ; c == .c ; c++ == .cpp ; clisp == . lsp ; golang == .go ; haskell == .hs
perl == .pl ; nodejs == .js ; python == .py ; php == .php ; ruby == .rb ; scala == .sh
No shebang needed, just name the file ending in .cc++ (g++ 5.4.0):
No shebang needed, just name the file ending in .cppclisp (2.49):
#!/usr/bin/env clispgolang (1.9.2):
No shebang needed, just name the file ending with .gohaskell (2014.2.0):
No shebang needed, just name the file ending with .hsperl (5.22.1):
#!/usr/bin/env perlnodejs (9.2.0):
#!/usr/bin/env nodepython (2.7.12):
#!/usr/bin/env pythonpython3 (3.5.2):
#!/usr/bin/env python3python3 (3.6.3):
#!/usr/bin/env python3.6php (7.1.11):
#!/usr/bin/phpruby (2.3.1p112):
#!/usr/bin/env rubyscala (2.11.6-6):
#!/usr/bin/env scala