-
Notifications
You must be signed in to change notification settings - Fork 842
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
Issue 495 ASN support #562
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
LuitelSamikshya
added
Type: Enhancement
Most issues will probably ask for additions or changes.
Status: Review Needed
The issue has a PR attached to it which needs to be reviewed
labels
Apr 1, 2022
Mzack9999
requested changes
Apr 4, 2022
ehsandeep
previously requested changes
Apr 5, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chaos -d tesla.com | ./httpx -asn
__ __ __ _ __
/ /_ / /_/ /_____ | |/ /
/ __ \/ __/ __/ __ \| /
/ / / / /_/ /_/ /_/ / |
/_/ /_/\__/\__/ .___/_/|_|
/_/ v1.2.1-dev
projectdiscovery.io
Use with caution. You are responsible for your actions.
Developers assume no liability and are not responsible for any misuse or damage.
http://autodiscover.tesla.com [AS8075, MICROSOFT-CORP-MSN-AS-BLOCK, US, 40.96.0.0/13]
https://akamai-apigateway-profileapi.tesla.com [AS16625, AKAMAI-AS, US, 184.29.74.0/23]
https://akamai-apigateway-vehicleextinfogw-prdsvc-st.tesla.com [AS16625, AKAMAI-AS, US, 184.29.74.0/23]
https://auth-global.tesla.com [AS16625, AKAMAI-AS, US, 184.29.74.0/23]
https://cdns-content.tesla.com [AS16625, AKAMAI-AS, US, 184.29.74.0/23]
https://auth.tesla.com [AS16625, AKAMAI-AS, US, 104.122.0.0/20]
https://apacvpn.tesla.com [AS394161, TESLA, US, 8.244.67.0/24]
https://auth-global-stage.tesla.com [AS16625, AKAMAI-AS, US, 104.122.0.0/20]
https://cdn-design.tesla.com [AS16625, AKAMAI-AS, US, 104.122.0.0/20]
https://digitalassets-energy.tesla.com [AS54113, FASTLY, US, 151.101.0.0/22]
https://apps.tesla.com [AS16625, AKAMAI-AS, US, 184.29.74.0/23]
https://business-ui-ownership.tesla.com [AS16625, AKAMAI-AS, US, 104.122.0.0/20]
https://3.tesla.com [AS16625, AKAMAI-AS, US, 104.122.0.0/20]
[ERR] parse ASN "4812 17621": parse "4812 17621": strconv.Atoi: parsing "4812 17621": invalid syntax
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x20 pc=0x102b1826c]
goroutine 396 [running]:
github.com/projectdiscovery/httpx/runner.(*Runner).analyze(0x1400000d560, 0x1400007d270, {0x102b2c7a4, 0xa}, {0x140009ad0e0, 0xf}, {0x102b1f083, 0x3}, {0x140009ad0e0, 0xf}, ...)
/Users/geekboy/Github/httpx/runner/runner.go:1138 +0x3fcc
github.com/projectdiscovery/httpx/runner.(*Runner).process.func1(0x14000156940, 0x1400000d560, 0x1400007d270, {0x140009ad0e0, 0xf}, 0x1400000d578, 0x14000164060, {0x140009ad0e0, 0xf}, {0x102b1f083, ...}, ...)
/Users/geekboy/Github/httpx/runner/runner.go:673 +0xa8
created by github.com/projectdiscovery/httpx/runner.(*Runner).process
/Users/geekboy/Github/httpx/runner/runner.go:671 +0x624
Multiple ASNs aren't parsed correctly - Proposed solution at ammario/ipisp#23 (alternatively, forking is an option) |
Mzack9999
approved these changes
Apr 6, 2022
SonarCloud Quality Gate failed. |
ehsandeep
approved these changes
Apr 7, 2022
ehsandeep
added
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
and removed
Status: Review Needed
The issue has a PR attached to it which needs to be reviewed
labels
Apr 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Enhancement
Most issues will probably ask for additions or changes.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds ASN support.