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 034f22d commit 4f528c6Copy full SHA for 4f528c6
bin/stealth.pl
@@ -164,7 +164,7 @@ sub check_tld {
164
#
165
# extract domains from entity email addresses
166
167
- foreach my $email (map { $_->{address} } map { @{$_->vcard->email_addresses} } $rdap->entities) {
+ foreach my $email (map { $_->{address} } map { @{$_->jcard->properties('email')->value } } $rdap->entities) {
168
push(@domains, $PSL->get_root_domain(Email::Address::XS->parse($email)->host));
169
}
170
0 commit comments