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

Add Interface in Networkconfig ( Nuclei SDK ) #4472

Merged
merged 11 commits into from
Dec 20, 2023

Conversation

vince-isec
Copy link
Contributor

@vince-isec vince-isec commented Dec 7, 2023

Closes #4409

Proposed changes

Having the ability to define the scanning interface during the creation of a nuclei.engine

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)

ehsandeep and others added 11 commits October 20, 2023 11:57
…ctdiscovery#4252)

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](gin-gonic/gin@v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.5+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.5...v24.0.7)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@vince-isec vince-isec changed the title Patch 1 Add Interface in Networkconfig ( Nuclei SDK ) Dec 7, 2023
@tarunKoyalwar tarunKoyalwar self-requested a review December 8, 2023 14:55
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 !
@vince-isec thanks for PR , sorry about delay

@vince-isec
Copy link
Contributor Author

Is there anything else i should do on my side ? ( thats my first PR in this project )
thank you

@tarunKoyalwar
Copy link
Member

no , this is good to merge as it is approved , @ehsandeep will merge it shortly ( we have a pipeline setup for PRs that's all )

@ehsandeep ehsandeep merged commit 984dfaf into projectdiscovery:dev Dec 20, 2023
10 of 12 checks passed
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.

set IP to be used to scan with SDK.
4 participants