Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic: interface conversion: interface {} is nil, not time.Time #1852

Closed
ehsandeep opened this issue Apr 15, 2022 · 0 comments · Fixed by #1853 or #1854
Closed

panic: interface conversion: interface {} is nil, not time.Time #1852

ehsandeep opened this issue Apr 15, 2022 · 0 comments · Fixed by #1853 or #1854
Assignees
Labels
Priority: High After critical issues are fixed, these should be dealt with before any further issues. Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@ehsandeep
Copy link
Member

Nuclei version:

latest, dev

Current Behavior:

panic: interface conversion: interface {} is nil, not time.Time

goroutine 1 [running]:
github.com/projectdiscovery/nuclei/v2/pkg/progress.metricsMap({0x1037d1f08, 0x140001080f0})
	github.com/projectdiscovery/nuclei/v2/pkg/progress/progress.go:203 +0x888
github.com/projectdiscovery/nuclei/v2/pkg/progress.printCallbackJSON({0x1037d1f08, 0x140001080f0})
	github.com/projectdiscovery/nuclei/v2/pkg/progress/progress.go:195 +0x78
github.com/projectdiscovery/nuclei/v2/pkg/progress.(*StatsTicker).Stop(0x1400052da70)
	github.com/projectdiscovery/nuclei/v2/pkg/progress/progress.go:249 +0x44
github.com/projectdiscovery/nuclei/v2/internal/runner.(*Runner).RunEnumeration(0x140004d40a0)
	github.com/projectdiscovery/nuclei/v2/internal/runner/runner.go:373 +0xc9c
main.main()
	./main.go:62 +0x364

Steps To Reproduce:

nuclei -u http://example.com -fr -mr 1 -stats -si 30 -rl 15000 -bs 1500 -c 5 -irr -json -tags log4j -id CVE-2022-22954,CVE-2022-22963,CVE-2022-22965
@ehsandeep ehsandeep added Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. Priority: High After critical issues are fixed, these should be dealt with before any further issues. labels Apr 15, 2022
@Mzack9999 Mzack9999 self-assigned this Apr 15, 2022
@Mzack9999 Mzack9999 added the Status: In Progress This issue is being worked on, and has someone assigned. label Apr 15, 2022
@Mzack9999 Mzack9999 added Status: Review Needed The issue has a PR attached to it which needs to be reviewed and removed Status: In Progress This issue is being worked on, and has someone assigned. labels Apr 15, 2022
@Mzack9999 Mzack9999 linked a pull request Apr 15, 2022 that will close this issue
5 tasks
@ehsandeep ehsandeep added Status: Completed Nothing further to be done with this issue. Awaiting to be closed. and removed Status: Review Needed The issue has a PR attached to it which needs to be reviewed labels Apr 15, 2022
@ehsandeep ehsandeep linked a pull request Apr 15, 2022 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High After critical issues are fixed, these should be dealt with before any further issues. Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
2 participants