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

use networkpolicy #1597

Merged
merged 2 commits into from
Feb 27, 2024
Merged

use networkpolicy #1597

merged 2 commits into from
Feb 27, 2024

Conversation

dogancanbakir
Copy link
Member

Closes #1580

$ cat targets.lst
ads-setu-proxy-gamma.amazon.com
us-east-2.threat-mitigation.aws.amazon.com:8080
154.85.48.131:47001
https://Liscioapps.com
https://olearycrew.com
https://boleary.dev


$ go run . -l targets -exclude 'ads-setu-proxy-gamma.amazon.com,us-east-2*.amazon.com:8080,154.85.48.131:47001,boleary.dev'

    __    __  __       _  __
   / /_  / /_/ /_____ | |/ /
  / __ \/ __/ __/ __ \|   /
 / / / / /_/ /_/ /_/ /   |
/_/ /_/\__/\__/ .___/_/|_|
             /_/

                projectdiscovery.io

[INF] Current httpx version v1.4.0 (latest)
https://Liscioapps.com
https://olearycrew.com

@dogancanbakir dogancanbakir self-assigned this Feb 23, 2024
@dogancanbakir dogancanbakir linked an issue Feb 23, 2024 that may be closed by this pull request
Copy link
Member

@Mzack9999 Mzack9999 left a comment

Choose a reason for hiding this comment

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

lgtm - exclusions are handled as regexes, so the xxx*.yyy assumes a particular meaning that doesn't match xxxxz.yyy. In order to exclude xxx*.yyy the exclude item should be written as bolear.*\.dev

@Mzack9999 Mzack9999 self-requested a review February 23, 2024 19:36
@ehsandeep ehsandeep merged commit 2e35ad1 into dev Feb 27, 2024
11 checks passed
@ehsandeep ehsandeep deleted the use_networkpolicy branch February 27, 2024 12:52
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.

Issue with -exclude option not work
3 participants