mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-04 11:08:28 +02:00
Backport #2184, Censys link
See #2127. The line is very long though: 152 chars
This commit is contained in:
@ -36,7 +36,7 @@ unlink 'tmp.html';
|
||||
# Remove the HTML footer
|
||||
$edited_html =~ s/\n\<\/pre\>\n\<\/body\>\n\<\/html\>//;
|
||||
# Remove any hypertext links for URLs
|
||||
$edited_html =~ s/<a href=[0-9A-Za-z ";:=\/\.\?\-]*>//g;
|
||||
$edited_html =~ s/<a href=[0-9A-Za-z ";:_&=\/\.\?\-]*>//g;
|
||||
$edited_html =~ s/<\/a>//g;
|
||||
|
||||
# Replace escaped characters with their original text
|
||||
|
Reference in New Issue
Block a user