Scroll to navigation

KNOCKPY(1) User Commands KNOCKPY(1)

NAME

knockpy - Python3 tool designed to enumerate subdomains on a target domain

DESCRIPTION

usage: knockpy [-h] [--version] [-w WORDLIST] [-r] [-c] [-f] [-j] domain

___________________________________________

knock subdomain scan knockpy v.4.1.1 Author: Gianni 'guelfoweb' Amato Github: https://github.com/guelfoweb/knock ___________________________________________

positional arguments:

target to scan, like domain.com

optional arguments:

show this help message and exit
show program's version number and exit
specific path to wordlist file
resolve single ip or domain name
save output in csv
add fields name to the first row of csv output file
export full report in JSON

example:

knockpy domain.com knockpy domain.com -w wordlist.txt knockpy -r domain.com or IP knockpy -c domain.com knockpy -j domain.com

For virustotal subdomains support you can setting your API KEY in the config.json file.

May 2020 knockpy 4.1.1