You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- DNS requests only, no http(s) requests will be made. This way the response will be much faster and you will get the IP address and the Subdomain.
98
82
- The subdomain will be cyan in color if it is an ```alias``` and in that case the real host name will also be provided.
99
83
84
+
### Set threads
85
+
```$ knockpy domain.com -th 50```
86
+
87
+
- default threads = ```30```
88
+
100
89
### Set timeout
101
90
```$ knockpy domain.com -t 5```
102
91
@@ -170,14 +159,6 @@ Report example ```domain.com_yyyy_mm_dd_hh_mm_ss.json```:
170
159
171
160
```_meta``` is a reserved key that contains the basic information of the scan.
172
161
173
-
### Knockpy docker
174
-
175
-
A dockerized image is hosted on [nocommentlab/knock](https://hub.docker.com/r/nocommentlab/knock) a project of [Antonio Blescia](https://github.com/nocommentlab).
176
-
177
-
You can use classic docker commands or run [kdocker](https://raw.githubusercontent.com/guelfoweb/knock/master/kdocker) script.
178
-
179
-
```./kdocker domain.com <arg1> <arg2> <argn>```
180
-
181
162
# License
182
163
183
164
Knockpy is currently under development by [@guelfoweb](https://twitter.com/guelfoweb) and it's released under the GPL 3 license.
0 commit comments