Skip to content

Commit

Permalink
Example malware page for testing malware protections.
Browse files Browse the repository at this point in the history
  • Loading branch information
not-a-rootkit committed Oct 30, 2024
1 parent bc2ed62 commit db17018
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/badware/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <h1>Phishing Detection Test Pages</h1>
<a href="/">[Home]</a>
<ul>
<li><a href="./phishing.html">Standard Phishing Test</a></li>
<li><a href="./malware.html">Standard Malware Test</a></li>
<li><a href="./phishing-iframe-loader.html">Phishing iFrame Loader</a></li>
<li><a href="./phishing-js-redirector-helper.html">Phishing JS Redirector (Direct)</a></li>
<li><a href="./phishing-js-redirector.html">Phishing JS Redirector (Indirect)</a></li>
Expand All @@ -31,8 +32,7 @@ <h1>Phishing Detection Test Pages</h1>
<li><a href="/security/badware/phishing-redirect/iframe2">HTTP Redirect to Phishing Legit iFrame Loader</a></li>
<li><a href="/security/badware/phishing-redirect/meta">HTTP Redirect to Clean Meta Refresh Redirector</a></li>
<li><a href="/security/badware/phishing-redirect/meta2">HTTP Redirect to Flagged Meta Refresh Redirector</a></li>

</ul>
</body>

</html>
</html>
15 changes: 15 additions & 0 deletions security/badware/malware.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Malware page</title>
</head>
<body>
<p><a href="/security/badware/">[Back]</a></p>

<h1>Phishing page</h1>

<p>This is an example malware page that DuckDuckGo clients intend to block. If you arrive here by mistake; there's nothing to worry about, we just use this page to test if our client blocking is working.</p>

</body>
</html>

0 comments on commit db17018

Please sign in to comment.