这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dogancanbakir
Copy link
Member

Closes #1152

@dogancanbakir dogancanbakir self-assigned this Feb 21, 2024
@dogancanbakir
Copy link
Member Author

ignore failing test, fixed in #1167

@dogancanbakir dogancanbakir requested a review from Mzack9999 March 15, 2024 09:56
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 - What do you think about declaring a global var and reusing it this way:

r := strings.NewReplacer(
	"*.", "",
	"http://", "",
	"https://", "",
)
...
subdomain = r.Replace(subdomain)

@ehsandeep ehsandeep merged commit e5ee088 into dev Mar 26, 2024
@ehsandeep ehsandeep deleted the remove_scheme branch March 26, 2024 14:30
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.

Unexpected HTTP/HTTPS Prefix in Subdomain Enumeration Results

4 participants