Headers Extraction, this is an open source module for extracting headers from HTTP it can be use by developers or bug hunters to finding weakness or bugs.
npm install headers_extractionHeaders Extraction, this is an open source module for extracting headers from HTTP it can be using by developers or bug hunters to finding weakness or bugs.
Offcial Github page: https://github.com/01cyberwarehouse/header-extraction
javascript
// Include the module
const web = require('headers_extraction');// Url target
var url = "https://www.google.com/";
// Call this function to extract web header
web.extract(url);
/ Enjoy the result! happy coding and hacking! /
console.log("Thank you for using my module, don't forget to share and giving feedback :p");
``