table of contents
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:¶
- domain
- target to scan, like domain.com
optional arguments:¶
- -h, --help
- show this help message and exit
- --version
- show program's version number and exit
- -w WORDLIST
- specific path to wordlist file
- -r, --resolve
- resolve single ip or domain name
- -c, --csv
- save output in csv
- -f, --csvfields
- add fields name to the first row of csv output file
- -j, --json
- 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 |