• greatgib a day ago

    And the biggest question that all of that raises and stays unaddressed is how a US official and regulated gambling website is developped and probably operated directly from China?

    Meaning all PII (name, address , id scans, ip, ...) are available to Chinese individuals.

    The argument that the dev website is just developped in China doesn't hold as you can see that the prod admin panel is also partially in Chinese.

    And what to say about the admin that is really using 123456 as password in production...

    • xraystyle 2 days ago

      What's this 'subs' command being run to enumerate subdomains?

      • jweather 36 minutes ago

        Not familiar with that one, but two that come with Kali use search engines to locate subdomains. Your DNS server would have to be pretty misconfigured to allow zone transfers to the general public, which would be the only way to discover a truly "unlisted" subdomain.

        • bauruine 2 days ago

          Not sure what it is but certificate transparency logs are a goldmine for this.

          https://crt.sh/?q=liuxinyi1.cn

          • zenmac 2 days ago

            Oh got this"

            "CONTEXT: PL/pgSQL function web_apis(text,text[],text[]) line 4671 at FOR over EXECUTE statement ERROR: server conn crashed?"

            May be pushing a bit too hard on their postgres-rest ?

            • xraystyle 2 days ago

              That's interesting. Suppose it doesn't do you any good if you're looking for subdomains that don't have certs though.

            • gs17 2 days ago

              I suspect it's a bespoke script. The first use outputs "[domain] -> [ip]", the second use outputs "[domain] [http code] [?] [size?] [title] [info]".

              • perrysmith 2 days ago

                I was wondering the same thing. Ran to my Kali instance and tried it out lol

                • xraystyle 2 days ago

                  So is it a thing in security distros? Is there a github for it?

                  • perrysmith 21 hours ago

                    [dead]

              • uncivilized a day ago

                This was a really great read. Thanks for sharing.