GithubHelp home page GithubHelp logo

Comments (3)

whoot avatar whoot commented on June 14, 2024

If I understood your issue correctly, the tool just says "It seems that Typo3 is not used on this domain", but you know that Typo3 is used, because it is in the footer of the 503 page, right?

I really appreciate that you tried to debug it yourself.
The tool checks in various ways if Typo3 is used on the domain.

  1. check_root -> will search for some typical Typo3 strings (powered by TYPO3) on the root page of the URL
  2. check_404 -> requests a random directory to provoke an error message and checks for "TYPO3 CMS" in the response. The HTTP status code doesnt matter, because the HTML text is checked.

If both checks fail, the tools assumes that Typo3 is not used on the domain.
Its hard to debug this without any information about the web page and what the responses look like, but I would recommend to simply check what response you get from the webapplication in both methods (just add print(response['html']) and see where and why it fails to recognize the Typo3 strings.

from typo3scan.

whoot avatar whoot commented on June 14, 2024

@jason-hoerner Did you manage to fix the issue? And if so, was it a bug in Typo3Scan?

from typo3scan.

whoot avatar whoot commented on June 14, 2024

Closed

from typo3scan.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.