Skip to content

Commit 5a5c7bc

Browse files
committed
Be more verbose with what was found.
1 parent 0110d4d commit 5a5c7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func (service *service) testHTTPEgress(port int) {
133133
}
134134
if strings.Contains(string(body), service.match) {
135135
fmt.Fprint(os.Stdout, "\x1b[2K")
136-
fmt.Printf("[!] Egress on port %d\n", port)
136+
fmt.Printf("[!] Looks like we have egress using %s on port %d\n", url.String(), port)
137137
}
138138
}
139139

0 commit comments

Comments
 (0)