mirror of https://github.com/daffainfo/nuclei.git
parent
d95f723639
commit
2aee208050
|
@ -96,7 +96,7 @@ type Input struct {
|
||||||
// description: |
|
// description: |
|
||||||
// Read is the number of bytes to read from socket.
|
// Read is the number of bytes to read from socket.
|
||||||
//
|
//
|
||||||
// This can be used for protcols which expected an immediate response. You can
|
// This can be used for protocols which expect an immediate response. You can
|
||||||
// read and write responses one after another and evetually perform matching
|
// read and write responses one after another and evetually perform matching
|
||||||
// on every data captured with `name` attribute.
|
// on every data captured with `name` attribute.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue