Print results found during interactive mode after exiting it (#445)
This commit is contained in:
parent
5ad06815cd
commit
b56de007d4
@ -4,6 +4,7 @@
|
|||||||
- Added a CLI flag to specify TLS SNI value
|
- Added a CLI flag to specify TLS SNI value
|
||||||
- Changed
|
- Changed
|
||||||
- Fixed an issue where output file was created regardless of `-or`
|
- Fixed an issue where output file was created regardless of `-or`
|
||||||
|
- Fixed an issue where output (often a lot of it) would be printed after entering interactive mode
|
||||||
|
|
||||||
- v1.3.1
|
- v1.3.1
|
||||||
- New
|
- New
|
||||||
|
|||||||
@ -356,6 +356,7 @@ func (j *Job) runTask(input map[string][]byte, position int, retried bool) {
|
|||||||
j.inc429()
|
j.inc429()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
j.pauseWg.Wait()
|
||||||
if j.isMatch(resp) {
|
if j.isMatch(resp) {
|
||||||
// Re-send request through replay-proxy if needed
|
// Re-send request through replay-proxy if needed
|
||||||
if j.ReplayRunner != nil {
|
if j.ReplayRunner != nil {
|
||||||
@ -370,6 +371,7 @@ func (j *Job) runTask(input map[string][]byte, position int, retried bool) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
j.Output.Result(resp)
|
j.Output.Result(resp)
|
||||||
|
|
||||||
// Refresh the progress indicator as we printed something out
|
// Refresh the progress indicator as we printed something out
|
||||||
j.updateProgress()
|
j.updateProgress()
|
||||||
if j.Config.Recursion && j.Config.RecursionStrategy == "greedy" {
|
if j.Config.Recursion && j.Config.RecursionStrategy == "greedy" {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user