Skip to main content

HTTP discovery toolkit

Project description

pukpuk

░▒▓ pukpuk ▓▒░ HTTP discovery toolkit

Functionality

  • Screen and HTTP response grabber
  • Reverse DNS lookup and certificate parsing

Installation

From sources

$ git clone https://github.com/tasooshi/pukpuk.git
$ cd pukpuk
$ pip3 install .

Using PyPI

$ pip3 install pukpuk

How it works

Usage

HTTP response only, default OS nameserver, using chromium by default

pukpuk -c 10.0.0.0/24 -p 80/http 443/https 8000/http 8443/https

Custom nameserver, using chrome.exe

pukpuk -c 10.0.0.0/24 -r 84.200.69.80 -m pukpuk.mods.response pukpuk.mods.grabber -e chrome.exe -p 80/http 443/https 8000/http 8443/https

Use IP list instead of CIDR notation

pukpuk -l hosts.txt -p 80/http 443/https

Requirements

  • Chrome / Chromium for screen grabbing functionality

Planned features

  • Checking for vulnerabilities
  • Concurrency improvements
  • Password bruteforcing
  • Database storage

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pukpuk-0.2.tar.gz (5.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page