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

introduce exclude flag #731

Merged
merged 3 commits into from
Jan 20, 2024
Merged

introduce exclude flag #731

merged 3 commits into from
Jan 20, 2024

Conversation

dogancanbakir
Copy link
Member

@dogancanbakir dogancanbakir commented Jan 16, 2024

Closes #719

$ go run . -exclude 'cdn,private-ips,http://*scanme.sh,443,1.0.0.0/24,https://www.hackerone.com' -u 'http://scanme.sh,127.0.0.1,scanme.sh:443,projectdiscovery.io,example.com,https://www.hackerone.com'

   __        __                
  / /_____ _/ /____ ____  ___ _
 /  '_/ _  / __/ _  / _ \/ _  /
/_/\_\\_,_/\__/\_,_/_//_/\_,_/                                                   

                projectdiscovery.io

[INF] Current katana version v1.0.5 (latest)
[INF] Skipping excluded host http://scanme.sh
[INF] Skipping excluded host 127.0.0.1
[INF] Skipping excluded host scanme.sh:443
[INF] Skipping excluded host https://www.hackerone.com
[INF] Started standard crawling for => https://projectdiscovery.io
[INF] Started standard crawling for => https://example.com
https://projectdiscovery.io
https://example.com
https://projectdiscovery.io/

Note: CDN is not excluded. I would like to discuss whether we should add a check for CDN in the network policy package or not.

@dogancanbakir dogancanbakir linked an issue Jan 16, 2024 that may be closed by this pull request
@dogancanbakir dogancanbakir marked this pull request as ready for review January 16, 2024 12:46
@ehsandeep ehsandeep merged commit 6ad447a into dev Jan 20, 2024
13 checks passed
@ehsandeep ehsandeep deleted the introduce_exclude_flag branch January 20, 2024 16:18
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.

Add Exclude functionality
3 participants