Jump to content
Nytro

Knock Subdomain Scan v.3.0rc1

Recommended Posts

Posted

Knock Subdomain Scan v.3.0rc1

Knockpy is a python tool designed to enumerate subdomains on a target domain through a wordlist.

d22644d6-b9d3-11e4-9e95-e3a72a946bcb.jpg

Usage

knockpy [-h] [-v] [-w WORDLIST] [-r] [-z] domain

positional arguments:

domain specific target domain, like domain.com

optional arguments:

-h, --help show this help message and exit

-v, --version show program's version number and exit

-w WORDLIST specific path to wordlist file

-r, --resolve resolve ip or domain name

-z, --zone check for zone transfer

note: the ALIAS name is marked in yellow.

Example

subdomain scan with internal wordlist

knockpy domain.com

subdomain scan with external wordlist

knockpy domain.com -w wordlist.txt

resolve domain name and get response headers

knockpy -r domain.com

check zone transfer for domain name

knockpy -z domain.com

Install

from pypi (as root)

pip install https://github.com/guelfoweb/knock/archive/knock3.zip

or manually, download zip and extract folder

cd knock-knock3/

(as root)

python setup.py install

note: tested with python 2.7.6 | is recommended to use google dns (8.8.8.8 | 8.8.4.4)

Talk about

Ethical Hacking and Penetration Testing Guide Book by Rafay Baloch

Other

This tool is currently maintained by Gianni 'guelfoweb' Amato, who can be contacted at guelfoweb@gmail.com or twitter @guelfoweb. Suggestions and criticism are welcome.

Sponsored by Security Side

Sursa: https://github.com/guelfoweb/knock/tree/knock3

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...