We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fe6ad commit 8d9b77cCopy full SHA for 8d9b77c
utils/hurricane.go
@@ -130,7 +130,7 @@ func (h *Hurricane) ExtractNetwork(ip string) {
130
var str = h.Request(url)
131
132
if ip != "" {
133
- var re = regexp.MustCompile(`(?m)href="/dns/([^"]+)"`)
+ var re = regexp.MustCompile(`(?m)href="/net/([^"]+)"`)
134
for _, match := range re.FindAllStringSubmatch(str, -1) {
135
if !Contains(Networks, match[1]) {
136
if (!OptionCmd.Silent && !OptionCmd.Onlydomains) || OptionCmd.Onlynetworks {
0 commit comments