Skip to content

Commit 4f528c6

Browse files
committed
fix
1 parent 034f22d commit 4f528c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/stealth.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ sub check_tld {
164164
#
165165
# extract domains from entity email addresses
166166
#
167-
foreach my $email (map { $_->{address} } map { @{$_->vcard->email_addresses} } $rdap->entities) {
167+
foreach my $email (map { $_->{address} } map { @{$_->jcard->properties('email')->value } } $rdap->entities) {
168168
push(@domains, $PSL->get_root_domain(Email::Address::XS->parse($email)->host));
169169
}
170170

0 commit comments

Comments
 (0)