documentation demo download home

Manual for knock 1.4.2 beta

In version 1.4b were added the following new features: Transfer Zone discovery, Wildcard testing, Internal wordlist. (For history click here.)

Only for use the Zone Transfer option (-zt) you must install the module dnspython, otherwise you can do without.

This version does not support the output file option.

Usage:

[+] Scanning with internal wordlist:
$ python knock.py [ url ]

[+] Scanning with external wordlist:
$ python knock.py [ url ] [ wordlist ]

Options:

-zt Zone Transfer discovery:
$ python knock.py [ url ] -zt

-wc Wildcard testing:
$ python knock.py [ url ] -wc

-dns Dns resolver:
$ python knock.py [ url ] -dns


Examples:

Scanning with internal wordlist

$ python knock.py domain.com

Scanning with external wordlist

$ python knock.py domain.com wordlist.txt

Zone Transfer discovery (-zt)

$ python knock.py domain.com -zt

Wildcard testing (-wc)

$ python knock.py domain.com -wc

Dns resolver (-dns)

$ python knock.py domain.com -dns


You do not understand how to use knock? Back to play with the Xbox!