Pentester and Software developer
CTF player HTB
def myself(thespartoos):
code = "Shell, Python, Java, HTML, CSS"
web_page = "thespartoos.com"
info = {
'email': '[email protected]',
'old': '18',
'code': '%s' % code,
'web_page': '%s' % web_page,
'description': 'Always learning things new and trying to be better'
}
if __name__ == '__main__':
thespartoos = "Alejandro Ruiz"
myself(thespartoos)