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] [-v] [--no-local] [--no-remote] [--no-scan] [--no-http]

[--no-http-code CODE [CODE ...]] [--no-ip NO_IP [NO_IP ...]] [--dns DNS] [--user-agent USERAGENT] [--plugin-test] [-w WORDLIST] [-o FOLDER] [-t SEC] [-th NUM] [--silent [{False,json,json-pretty,csv}]] [domain]

-------------------------------------------------------------------------------- * SCAN full scan: knockpy domain.com quick scan: knockpy domain.com --no-local faster scan: knockpy domain.com --no-local --no-http ignore code: knockpy domain.com --no-http-code 404 500 530 silent mode: knockpy domain.com --silent

* SUBDOMAINS show recon: knockpy domain.com --no-local --no-scan

* REPORT show report: knockpy --report knockpy_report/domain.com_yyyy_mm_dd_hh_mm_ss.json plot report: knockpy --plot knockpy_report/domain.com_yyyy_mm_dd_hh_mm_ss.json csv report: knockpy --csv knockpy_report/domain.com_yyyy_mm_dd_hh_mm_ss.json --------------------------------------------------------------------------------

positional arguments:

target to scan

options:

show this help message and exit
show program's version number and exit
local wordlist ignore
remote wordlist ignore
scanning ignore, show wordlist and exit
http requests ignore
http code list to ignore
ip address to ignore
use custom DNS ex. 8.8.8.8
use a custom user agent
test plugins and exit
wordlist file to import
report folder to store json results
timeout in seconds
threads num
silent or quiet mode, default output: False

once you get knockpy results, don't forget to use 'nmap' and 'dirsearch'

happy hacking ;)

January 2023 knockpy 6.1.0