mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 01:58:28 +02:00
Fix censys link in DROWN section
See #2127. the line seems very long though. Note: this was previously commited as #2184 but as there were two mistakes and one other thing which could be improved I decided to make a hard reset. Apologize if it caused inconvenience.
This commit is contained in:
@ -35,7 +35,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