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

Broken file/network protocols #2806

Closed
2 tasks done
Mzack9999 opened this issue Nov 5, 2022 · 0 comments · Fixed by #2815
Closed
2 tasks done

Broken file/network protocols #2806

Mzack9999 opened this issue Nov 5, 2022 · 0 comments · Fixed by #2815
Assignees
Labels
Priority: Critical This should be dealt with ASAP. Not fixing this issue would be a serious error. 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.
Milestone

Comments

@Mzack9999
Copy link
Member

Mzack9999 commented Nov 5, 2022

Nuclei version:

dev

Current Behavior:

The following protocols seems broken:

  • Network
  • File - Windows

Expected Behavior:

  • Base protocols working correctly
  • More test coverage of basic protocols + better and stricter results verification

Steps To Reproduce:

File templates (no file is processed):

$ go run . -id bash-scanner -u C:\ -debug
...
[INF] Templates loaded for scan: 1
[INF] No results found. Better luck next time!

Network templates (no network connection is happening):

$ go run . -id ftp-default-credentials -u 192.168.1.1 -debug
...
[INF] Using Nuclei Engine 2.7.8 (latest)
[INF] Using Nuclei Templates 9.2.7 (latest)
[INF] Templates added in last update: 50
[INF] Templates loaded for scan: 1
[INF] No results found. Better luck next time!
@Mzack9999 Mzack9999 added Priority: Critical This should be dealt with ASAP. Not fixing this issue would be a serious error. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. labels Nov 5, 2022
@Mzack9999 Mzack9999 self-assigned this Nov 7, 2022
@Mzack9999 Mzack9999 linked a pull request Nov 7, 2022 that will close this issue
4 tasks
@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Nov 8, 2022
@ehsandeep ehsandeep added this to the v2.8.0 milestone Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Critical This should be dealt with ASAP. Not fixing this issue would be a serious error. 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
Development

Successfully merging a pull request may close this issue.

2 participants