headers_extraction
v0.0.7
Published
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.
Downloads
3
Maintainers
Readme
Headers 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
Usage:
// 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");