Coder Social home page Coder Social logo

Comments (4)

brenocss avatar brenocss commented on August 27, 2024

This is useful in cases like akamai

echo www.gap.com | cdncheck

            __           __              __
  _________/ /___  _____/ /_  ___  _____/ /__
 / ___/ __  / __ \/ ___/ __ \/ _ \/ ___/ //_/
/ /__/ /_/ / / / / /__/ / / /  __/ /__/ ,<
\___/\__,_/_/ /_/\___/_/ /_/\___/\___/_/|_|

                projectdiscovery.io

[INF] No results found.
echo www.gap.com | whatcdn -json | jq
{
  "input": "www.gap.com",
  "input_type": "domain",
  "ips": [
    "104.87.29.118"
  ],
  "cnames": [
    "www.gap.com.edgekey.net",
    "e12405.x.akamaiedge.net"
  ],
  "hasInternalIps": false,
  "hasCDN": true,
  "detectedCDNs": [
    {
      "name": "akamai",
      "DetectionMethod": "cname",
      "DetectedPTRDomains": [
        "www.gap.com.edgekey.net"
      ]
    }
  ],
  "hasWaf": false,
  "hasCloud": false
}

from cdncheck.

tarunKoyalwar avatar tarunKoyalwar commented on August 27, 2024

@brenocss seems to be working on this issue

from cdncheck.

brenocss avatar brenocss commented on August 27, 2024

#86

image

from cdncheck.

brenocss avatar brenocss commented on August 27, 2024

@ehsandeep @tarunKoyalwar Do you think it would be a good idea to include checks for type AAAA and to verify additional IP addresses in type A responses?

For now we just check 1 IP in type A response

return dsnData.A[0], nil

If that is the case, I can include this check in my branch. Although I have currently implemented a check for a list of IPs from Type A, adding one for Type AAAA should not be difficult.

if dnsResponse.A != nil {

from cdncheck.

Related Issues (20)

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.