A fast and powerful http toolkit that take a list of domains to find active domains and other information such as status-code, title, response-time , server, content-type and many other

Overview

HTTPFY curently in beta so you may see problems. Please open a Issue on GitHub and report them!


Logo

A Incredible fast and Powerful HTTP toolkit

License GitHub Repo stars version
downloads Libraries.io SourceRank
Report Bug · Request Feature

Getting Started

Basic

Prerequisites

You need NodeJs 10 or later to run this tool. You can install NodeJs :

  • On Linux
    sudo apt-get install nodejs
  • On Termux
    pkg install nodejs-lts

Installation

Using npm

npm install -g -s httpfy

Install locally

git clone https://github.com/devXprite/httpfy.git
cd httpfy
npm install
node index.js -h

Uninstall

npm remove httpfy -g

Usage

httpfy -f <filename containing urls>

Options

Short Options Type Description
-v --version probe output the current version
-f --file string input file containing list of URLs
-sc --status-code probe display response status-code
-cl --content-length probe display response content-length
-ct --content-type probe display response content-type
-rt --response-time probe display response time
-lc --line-count probe display response body line count
-wc --word-count probe display response body word count
-ws --web-serve probe display web server name
-rl --redirect-location probe display redirect location
-m --method probe display http request method
-nc --no-color probe disable colors in cli output
-ttl --title probe display page title
-fl --failed probe display failed request's
-nr --no-redirect probe don't follow redirects
-mr --max-redirect number maximum redirects to follow
-t --threads number maximum cocurrent requests send (default: 100)
-i --interval number interval between each thread in seconds
-c --cookie string send cookies (--cookie 'login=Yes')
-H --header string custom http headers to send (--header 'X-MyHeader: XYZ')
-x --request-methods string set request methods use 'all' to probe all HTTP methods
-pc --protocol string set request Protocol (default: "https")
-path --request-path string path or list of paths (-path admin,login)
-param --request-param string set request parameters (-param id=5)
-ua --user-agent string set custom useragent
-time --timeout number set request timeout in seconds
-mc --match-code numbers[] match response with specified status code (-mc 200,404)
-ml --match-length numbers[] match response with specified content length (-ml 800,900)
-mlc --match-line-count numbers[] match response body with specified line count (-mlc 100,102)
-ms --match-string strings[] match response with specified strings (-ms admin)
-o --output-file string save results in a single file (-o result.txt)
-of --output-folder string save response of url in multiple files (-of result)
-h --help probe display help for command

Examples

Basic

  • httpfy -f urls.txt -sc -ttl -fl
    Basic

Try all Http Methods

  • httpfy -f urls.txt -sc -m -x all
    All

File/Path Bruteforce

  • httpfy -f urls.txt -path admin,login -sc
    Brute

Run with Gitpod

Click this button to run your project on Gitpod which comes with pre-configured environment you need.

Open in Gitpod

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

Supporters

Stargazers:

Stargazers repo roster for @devXprite/httpfy

Forkers

Forkers repo roster for @devXprite/httpfy

License

Distributed under the GPL-3.0 license. See LICENSE.txt for more information.

You might also like...

AweSome Book App displays the book details entered by user and saves the information in Local storage. User can add and remove a book title/author to the library and from the library.

Awesome Book App with ES6 Used npm init -y command to create package.json file. Created the entry point for the JavaScript code called index.js Create

Aug 15, 2022

A simple calculator for how many units of insulin to take with a meal depending on current and target blood sugar levels.

Insulin-Calculator One of my first programs, made to try building javascript-read HTML forms. A simple calculator for how many units of insulin to tak

Dec 26, 2021

Find out how many lines of code you have written for your project 📜

Find out how many lines of code you have written for your project 📜

📜 TLOC (Tomper Lines Of Code) Find out how many lines of code you have written for your project. 📈 Installation (Install the package globally) npm i

Oct 17, 2022

A web app build with HTML, CSS, and JavaScript. It allow users to add a book title and and it's author. Content are rendered also dynamically.

Awesome books: with ES6 Description the project. Built With Major languages Frameworks Technologies used Awesome Books In this project the featured se

Nov 4, 2022

Awesome Books is a basic website that allows users to add/remove books from a list (including the title and author). It has threee different sections: 1. books list, 2. add new book, 3. contact.

awesomeBooks-modules Awesome Books is a basic website that allows users to add/remove books from a list (including the title and author). It has three

Aug 26, 2022

Vite plugin to client bundle i18next locales composited from one to many json/yaml files from one to many libraries. Zero config HMR support included.

vite-plugin-i18next-loader yarn add -D vite-plugin-i18next-loader Vite plugin to client bundle i18next locales composited from one to many json/yaml f

Nov 30, 2022

A fast and optimized middleware server with an absurdly small amount of code (300 lines) built on top of Deno's native HTTP APIs

A fast and optimized middleware server with an absurdly small amount of code (300 lines) built on top of Deno's native HTTP APIs with no dependencies. It also has a collection of useful middlewares: log file, serve static, CORS, session, rate limit, token, body parsers, redirect, proxy and handle upload. In "README" there are examples of all the resources. Faster's ideology is: all you need is an optimized middleware manager, all other functionality is middleware.

Dec 28, 2022

It shows an effective way to correct bus arrival information using data analytics based on Amazon Serverless such as Kiness Data Stream, Kinesis Data Firehose, S3, and Lambda.

It shows an effective way to correct bus arrival information using data analytics based on Amazon Serverless such as Kiness Data Stream, Kinesis Data Firehose, S3, and Lambda.

Amazon Serverless를 이용한 실시간 버스 정보 수집 및 저장 본 github repository는 버스 정보를 주기적으로 수집하여 분석할 수 있도록, Amazon Serverless인 Amazon Kinesis Data Stream, Kinesis Data

Nov 13, 2022

Pfapi plugin uses local and redis caches to achieve single digit milliseconds on average api response time.

Pfapi plugin uses local and redis caches to achieve single digit milliseconds on average api response time.

Strapi plugin pfapi Pfapi plugin provides configurable, secure and fast API services. APIs are configurable through the admin panel with components an

Sep 17, 2022
Comments
Releases(v0.0.4)
🤖 An action that fetches the list of malicious domains on Discord in different providers and creates/updates a JSON file with them from time to time.

Discord Guardian Action ??  This action fetches the list of malicious domains on Discord in different providers and creates/updates a JSON file with t

Dalton Menezes 7 Nov 30, 2022
This simple extension can automatically load NBN availability information for properties on realestate.com.au & domain.com.au including technology type, maximum line speed, and co-existance status if available.

NBN Availability Check Chrome Extension This simple extension can automatically load NBN availability information for properties on realestate.com.au

Luke Prior 17 Aug 17, 2022
A tool to check for response status codes with ease

About Archer Archer is an cross-platform tool developed using Nodejs which focuses on the reconnaissance phase of a penetration test. Got a bunch of l

Umair 14 Oct 19, 2022
Awsome books website is a page that contains information about list of books with the title and author names.

Project Name Awsome_Books-ES6 Description the project. Awsome books website is a page that contains information about list of books with the title and

Laasri Said 9 Oct 14, 2022
Uptime monitoring RESTful API server that allows authenticated users to monitor URLs, and get detailed uptime reports about their availability, average response time, and total uptime/downtime.

Uptime Monitoring API Uptime monitoring RESTful API server that allows authenticated users to monitor URLs, and get detailed uptime reports about thei

Mohamed Magdi 2 Jun 14, 2022
CTF (Capture The Flag) is a type of information security competition that challenges contestants to find solutions or complete various tasks.

WHAT IS CTF? CTF (Capture The Flag) is a type of information security competition that challenges contestants to find solutions or complete various ta

Nicolas Saputra Gunawan 18 Dec 12, 2022
🍕 API for HTTP status code pizzas

?? Status Pizza ⚙️ How do I use it? Standard To request a captioned status code image, simply format the request as shown below: https://status.pizza/

Peter Wetherall 22 Dec 23, 2022