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

remove tmp code files #4835

Merged
merged 1 commit into from
Mar 7, 2024
Merged

remove tmp code files #4835

merged 1 commit into from
Mar 7, 2024

Conversation

dogancanbakir
Copy link
Member

Proposed changes

Closes #4668

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@dogancanbakir dogancanbakir self-assigned this Mar 5, 2024
Copy link
Member

@tarunKoyalwar tarunKoyalwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm !

Before

$  ./nuclei

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.2.0-dev

		projectdiscovery.io

source: /var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/161026448
[INF] Current nuclei version: v3.2.0-dev (development)
[INF] Current nuclei-templates version: v9.7.7 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 82
[INF] Templates loaded for current scan: 7590
[INF] Executing 7608 signed templates from projectdiscovery/nuclei-templates
[INF] No results found. Better luck next time!
file /var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/161026448
/var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/161026448: Python script text executable, ASCII text

After

$ ./nuclei 

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.2.0-dev

		projectdiscovery.io

source: /var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/nuclei-tmp-788912717/2102090996
[INF] Current nuclei version: v3.2.0-dev (development)
[INF] Current nuclei-templates version: v9.7.7 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 82
[INF] Templates loaded for current scan: 7590
[INF] Executing 7608 signed templates from projectdiscovery/nuclei-templates
[INF] No results found. Better luck next time!
file /var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/nuclei-tmp-788912717/2102090996
/var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/nuclei-tmp-788912717/2102090996: cannot open `/var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/nuclei-tmp-788912717/2102090996' (No such file or directory)

@tarunKoyalwar tarunKoyalwar marked this pull request as ready for review March 7, 2024 12:26
@tarunKoyalwar tarunKoyalwar requested a review from ehsandeep March 7, 2024 12:27
@ehsandeep ehsandeep merged commit bbac102 into dev Mar 7, 2024
10 of 12 checks passed
@ehsandeep ehsandeep deleted the remove_tmp_code_files branch March 7, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code template file creation / validation as default
3 participants