Skip to content

Commit 18a3bd4

Browse files
committed
feat: add images to example page, update honeypotPaths.txt, change .env.example ratelimit value
1 parent 2c3c201 commit 18a3bd4

File tree

7 files changed

+11
-2
lines changed

7 files changed

+11
-2
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SITE_DIR=example
1111
DIR_LISTING=true
1212

1313
# Requests/second rate limit per IP, 0 for none
14-
REQUEST_RATELIMIT=5
14+
REQUEST_RATELIMIT=7
1515

1616
# Contact email for error pages
1717
CONTACT_EMAIL=webmaster@example.com

example/files/404.png

17.6 KB
Loading

example/files/dirlisting.png

65.2 KB
Loading

example/files/ratelimit.png

45 KB
Loading

example/files/trustscore.png

240 KB
Loading

example/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ <h2>Directory Listing</h2>
5656
Click the link below to see it in action.
5757
</p>
5858
<a href="/files">Go to /files</a>
59+
<img src="/files/dirlisting.png" alt="Dir listing example" width="600" />
5960
</section>
6061
<section>
6162
<h2>404 custom page</h2>
@@ -67,6 +68,7 @@ <h2>404 custom page</h2>
6768
Click the link below to see it in action.
6869
</p>
6970
<a href="/mjisbetterthanlebron">Go to a non-existent page</a>
71+
<img src="/files/404.png" alt="404 example" width="600" />
7072
</section>
7173
<section>
7274
<h2>Ratelimits</h2>
@@ -80,6 +82,7 @@ <h2>Ratelimits</h2>
8082
There's no link to try this out, just click the refresh button as fast
8183
as you can.
8284
</p>
85+
<img src="/files/ratelimit.png" alt="Ratelimit example" width="600" />
8386
</section>
8487
<section>
8588
<h2>Trust Score</h2>
@@ -95,6 +98,7 @@ <h2>Trust Score</h2>
9598
go to honeypot paths like <a href="/wp-login.php">/wp-login.php</a>,<br />
9699
and just spam requests.
97100
</p>
101+
<img src="/files/trustscore.png" alt="Trust score example" width="600" />
98102
</section>
99103
<section>
100104
<h2>I'm a teapot?</h2>

honeypotPaths.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
/administrator
55
/config.php
66
/setup.php
7-
/install.php
7+
/install.php
8+
/2019/wp-includes/wlwmanifest.xml
9+
/web/wp-includes/wlwmanifest.xml
10+
/wp1/wp-includes/wlwmanifest.xml
11+
/.env
12+
/.git/config

0 commit comments

Comments
 (0)