One Hat Cyber Team
  • Dir : ~/usr/share/doc/python3-pexpect/examples/
  • View File Name : cgishell.cgi

     





    """ LOGIN_HTML=""" Shell Login
    username:
    password:

    """ if __name__ == "__main__": try: main() except Exception as e: print(str(e)) tb_dump = traceback.format_exc() print(str(tb_dump))