Skip to content

Commit

Permalink
fixed the ability to publish discovered IP addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed May 11, 2019
1 parent 834d423 commit 991166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amass/sources/virustotal.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (v *VirusTotal) apiQuery(domain string) {
}

for _, res := range m.Resolutions {
v.Bus().Publish(core.NewNameTopic, &core.Request{
v.Bus().Publish(core.NewAddrTopic, &core.Request{
Address: res.IP,
Domain: domain,
Tag: v.SourceType,
Expand Down

0 comments on commit 991166a

Please sign in to comment.