Skip to content

Sharp Karambit for web Domain and Account Takeover.

License

Notifications You must be signed in to change notification settings

OceanExec/thc-httpX

 
 

Repository files navigation

httpX / Attacks

    __    __  __       _  __
   / /_  / /_/ /_____ | |/ /
  / __ \/ __/ __/ __ \|   / 
 / / / / /_/ /_/ /_/ /   |  
/_/ /_/\__/\__/ .___/_/|_|v2  
             /_/

by : byt3n33dl3 - Sulaiman

Sharp Karambit

A CLI software for web Domain and Account Takeover.

An Open source Penetration Testing tool that automates the process of detecting and exploiting HTTP and HTTPs flaws and taking over of the Insecure Domain services. It comes with a powerful detection engine, many niche features for the ultimate Penetration Tester, and a broad range of switches including Domain fingerprinting, over data fetching from any services, accessing the underlying file systems.

  • Simple and modular code base making it easy to contribute.
  • Fast And fully configurable flags to probe multiple elements.
  • Supports multiple HTTP based probings.
  • Smart auto fallback from https to http as default.
  • Supports hosts, URLs and CIDR as input.
  • Account Takeover
  • Handles edge cases doing retries, backoffs etc for handling WAFs.

Interface

httpx

Probes

Probes Default check Probes Default check
URL true IP true
Title true CNAME true
Status Code true Raw HTTP true
Content Length true HTTP2 true
TLS Certificate true HTTP Pipeline true
CSP Header true Virtual host true
Line Count true Word Count true
Location Header true CDN true
Web Server true Paths true
Web Socket true Ports true
Response Time true Request Method true
Favicon Hash false Probe Status true
Body Hash true Header Hash true
Redirect chain false URL Scheme true
JARM Hash false ASN true

Notes

  • As default, httpx probe with HTTPS scheme and fall-back to HTTP only if HTTPS is not reachable.
  • The -no-fallback flag can be used to probe and display both HTTP and HTTPS result.
  • Custom scheme for ports can be defined, for example -ports http:443,http:80,https:8443
  • Custom resolver supports multiple protocol (doh|tcp|udp) in form of protocol:resolver:port (e.g. udp:127.0.0.1:53)
  • The following flags should be used for specific use cases instead of running them as default with other probes:
    • -ports
    • -path
    • -vhost
    • -screenshot
    • -csp-probe
    • -tls-probe
    • -favicon
    • -http2
    • -pipeline
    • -tls-impersonate

Credits / Master

  • Projectdiscovery

AGPL

GNU AFFERO GENERAL PUBLIC LICENSE 3.0

The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, 
specifically designed to ensure cooperation with the community in the case of network server software. 
The licenses for most software and other practical works are designed to take away your freedom to 
share and change the works. By contrast, our General Public Licenses are intended to guarantee your 
freedom to share and change all versions of a program--to make sure it remains free software for all its users.

About

Sharp Karambit for web Domain and Account Takeover.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 45.5%
  • Go 31.9%
  • JavaScript 17.7%
  • C++ 4.6%
  • Python 0.2%
  • Shell 0.1%