AQUATONE
  • Pages
    By Similarity By Hosts Single Pages
  • Graph

AQUATONE v1.7.0 · made with � by Michael Henriksen

Buy Me A Coffee

Response Headers:

Visit Page View Raw Headers View Raw Response
"value":"0","decreasesSecurity":false,"increasesSecurity":false},{"name":"Cache-Control","value":"max-age=0","decreasesSecurity":false,"increasesSecurity":false},{"name":"Set-Cookie","value":"services=OXSERVER07; Path=/; Secure; HttpOnly; SameSite=Strict","decreasesSecurity":false,"increasesSecurity":false},{"name":"Server","value":"Apache","decreasesSecurity":true,"increasesSecurity":false},{"name":"Expires","value":"Tue, 10 Mar 2026 20:21:39 GMT","decreasesSecurity":false,"increasesSecurity":false},{"name":"Content-Type","value":"text/html","decreasesSecurity":false,"increasesSecurity":false}],"tags":[{"text":"Apache","type":"info","link":"http://apache.org","hash":"9e65aeab151c3b7d08b1950c6fefa366b79f81e4"}],"notes":null},"https://correoweb.repsolmedia.com/":{"uuid":"7f7f1e88-6a05-423b-befc-8ee0805fa54f","url":"https://correoweb.repsolmedia.com/","hostname":"correoweb.repsolmedia.com","addrs":["217.116.0.147"],"status":"200 OK","pageTitle":"","headersPath":"headers/https__correoweb_repsolmedia_com__42099b4af021e53f.txt","bodyPath":"html/https__correoweb_repsolmedia_com__42099b4af021e53f.html","screenshotPath":"screenshots/https__correoweb_repsolmedia_com__42099b4af021e53f.png","hasScreenshot":true,"headers":[{"name":"X-Frame-Options","value":"SAMEORIGIN","decreasesSecurity":false,"increasesSecurity":true},{"name":"X-Content-Type-Options","value":"nosniff","decreasesSecurity":false,"increasesSecurity":true},{"name":"Content-Type","value":"text/html","decreasesSecurity":false,"increasesSecurity":false},{"name":"Vary","value":"Accept-Encoding","decreasesSecurity":false,"increasesSecurity":false},{"name":"Expires","value":"Tue, 10 Mar 2026 20:21:40 GMT","decreasesSecurity":false,"increasesSecurity":false},{"name":"Retry-Count","value":"0","decreasesSecurity":false,"increasesSecurity":false},{"name":"Cache-Control","value":"max-age=0","decreasesSecurity":false,"increasesSecurity":false},{"name":"Set-Cookie","value":"services=OXSERVER05; Path=/; Secure; HttpOnly; SameSite=Strict","decreasesSecurity":false,"increasesSecurity":false},{"name":"Server","value":"Apache","decreasesSecurity":true,"increasesSecurity":false},{"name":"Last-Modified","value":"Tue, 03 May 2022 10:22:22 GMT","decreasesSecurity":false,"increasesSecurity":false},{"name":"Etag","value":"\"2b22-5de18e25ed380-gzip\"","decreasesSecurity":false,"increasesSecurity":false},{"name":"Accept-Ranges","value":"bytes","decreasesSecurity":false,"increasesSecurity":false},{"name":"Date","value":"Tue, 10 Mar 2026 20:21:40 GMT","decreasesSecurity":false,"increasesSecurity":false}],"tags":[{"text":"Apache","type":"info","link":"http://apache.org","hash":"9e65aeab151c3b7d08b1950c6fefa366b79f81e4"}],"notes":null},"https://webmail.repsolmedia.com/":{"uuid":"4c958a46-18f4-4755-9098-5d474b9c9664","url":"https://webmail.repsolmedia.com/","hostname":"webmail.repsolmedia.com","addrs":["217.116.0.155"],"status":"200 OK","pageTitle":"","headersPath":"headers/https__webmail_repsolmedia_com__42099b4af021e53f.txt","bodyPath":"html/https__webmail_repsolmedia_com__42099b4af021e53f.html","screenshotPath":"","hasScreenshot":false,"headers":[{"name":"Server","value":"Apache","decreasesSecurity":true,"increasesSecurity":false},{"name":"X-Frame-Options","value":"SAMEORIGIN","decreasesSecurity":false,"increasesSecurity":true},{"name":"Last-Modified","value":"Tue, 03 May 2022 10:22:22 GMT","decreasesSecurity":false,"increasesSecurity":false},{"name":"Accept-Ranges","value":"bytes","decreasesSecurity":false,"increasesSecurity":false},{"name":"Retry-Count","value":"0","decreasesSecurity":false,"increasesSecurity":false},{"name":"Date","value":"Tue, 10 Mar 2026 20:21:40 GMT","decreasesSecurity":false,"increasesSecurity":false},{"name":"X-Content-Type-Options","value":"nosniff","decreasesSecurity":false,"increasesSecurity":true},{"name":"Etag","value":"\"2b22-5de18e25ed380-gzip\"","decreasesSecurity":false,"increasesSecurity":false},{"name":"Cache-Control","value":"max-age=0","decreasesSecurity":false,"increasesSecurity":false},{"name":"Expires","value":"Tue, 10 Mar 2026 20:21:40 GMT","decreasesSecurity":false,"increasesSecurity":false},{"name":"Content-Type","value":"text/html","decreasesSecurity":false,"increasesSecurity":false},{"name":"Vary","value":"Accept-Encoding","decreasesSecurity":false,"increasesSecurity":false},{"name":"Set-Cookie","value":"services=OXSERVER07; Path=/; Secure; HttpOnly; SameSite=Strict","decreasesSecurity":false,"increasesSecurity":false}],"tags":[{"text":"Apache","type":"info","link":"http://apache.org","hash":"9e65aeab151c3b7d08b1950c6fefa366b79f81e4"}],"notes":null}},"pageSimilarityClusters":{"36e6f4f2-8434-486a-9d33-e6964e3af71e":["https://webmail.repsolmedia.com/","http://webmail.repsolmedia.com/","http://correoweb.repsolmedia.com/","https://correoweb.repsolmedia.com/"]}}; const data = _.extend(parseSession(session), { currentRoute: window.location.hash }); const router = new VueRouter({ routes: [ { path: '/', alias: '/pages/by-similarity', component: Vue.component('PagesBySimilarityPage'), props: { pageSimilarityClusters: data.pageSimilarityClusters } }, { path: '/pages/by-hosts', component: Vue.component('PagesByHostsPage'), props: { pages: data.pages } }, { path: '/pages/single', component: Vue.component('SinglePagesPage'), props: { pages: data.pages } }, { path: '/pages/graph', component: Vue.component('GraphPage'), props: { pages: data.pages, pageSimilarityClusters: data.pageSimilarityClusters } }, { path: '/pages/stats', component: Vue.component('StatsPage'), props: { pages: data.pages, pageSimilarityClusters: data.pageSimilarityClusters, stats: data.stats } }, { path: '*', component: Vue.component('NotFoundPage') } ] }) var app = new Vue({ el: '#app', data: data, delimiters: ['${', '}'], router: router });

Response Headers:

Visit Page View Raw Headers View Raw Response