Skip to content

Commit

Permalink
added a fused subdomain splitter
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4f53 committed Aug 6, 2024
1 parent 0b32891 commit 98d235e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textsubs.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func removeDuplicateSubAndDoms(items []SubAndDom) []SubAndDom {

func getSubdomains(text string) ([]string, error) {

text = breakFusedSubdomains(text)
text = BreakFusedSubdomains(text)

var subdomains []string

Expand Down

0 comments on commit 98d235e

Please sign in to comment.