Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Created November 16, 2018 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save random-robbie/e643e2212cb7ab1528ca9b11f94fb32b to your computer and use it in GitHub Desktop.
Save random-robbie/e643e2212cb7ab1528ca9b11f94fb32b to your computer and use it in GitHub Desktop.
censys search
POST /api/v1/search/ipv4 HTTP/1.1
Host: censys.io
Authorization: Basic A
User-Agent: curl/7.52.1
Accept: */*
Content-Type: application/json; charset=utf-8
Connection: close
Content-Length: 128

{
  "query":"lkjl",
  "page":1,
  "fields":["ip", "location.country", "ports"],
  "flatten":true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment