From 98e648f529d9f3dcea6947cf58bdd734d2eaaa29 Mon Sep 17 00:00:00 2001 From: paul_kniaz Date: Sat, 4 Oct 2025 19:19:51 -0400 Subject: [PATCH 1/3] feat: add PayPal.me site support to data.json (#2434) --- sherlock_project/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 1f0e34225..5d163042a 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1620,6 +1620,14 @@ "urlMain": "https://www.patreon.com/", "username_claimed": "blue" }, + "PayPal.me": { + "errorType": "status_code", + "url": "https://www.paypal.me/{}", + "urlMain": "https://www.paypal.me/", + "errorMsg": "Page Not Found", + "regexCheck": "^[A-Za-z0-9]{1,20}$", + "username_claimed": "blue" +}, "PentesterLab": { "errorType": "status_code", "regexCheck": "^[\\w]{4,30}$", From 0397bff8639868bda918f2508d2487b87af1c9b9 Mon Sep 17 00:00:00 2001 From: paul_kniaz Date: Sat, 4 Oct 2025 19:52:54 -0400 Subject: [PATCH 2/3] update paypalme --- paypal_invalid.html | 1 + paypal_valid.html | 68 ++++++++++++++++++++++++++++ sherlock_project/resources/data.json | 9 ++-- 3 files changed, 73 insertions(+), 5 deletions(-) create mode 100644 paypal_invalid.html create mode 100644 paypal_valid.html diff --git a/paypal_invalid.html b/paypal_invalid.html new file mode 100644 index 000000000..f93e48a1e --- /dev/null +++ b/paypal_invalid.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/paypal_valid.html b/paypal_valid.html new file mode 100644 index 000000000..fddff51d0 --- /dev/null +++ b/paypal_valid.html @@ -0,0 +1,68 @@ + + + + + PayPal.Me + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ \ No newline at end of file diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 5d163042a..daf9f3fb6 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1620,13 +1620,12 @@ "urlMain": "https://www.patreon.com/", "username_claimed": "blue" }, - "PayPal.me": { + "PayPalMe": { "errorType": "status_code", - "url": "https://www.paypal.me/{}", - "urlMain": "https://www.paypal.me/", - "errorMsg": "Page Not Found", + "url": "https://www.paypal.com/paypalme/{}", + "urlMain": "https://www.paypal.com/paypalme/", "regexCheck": "^[A-Za-z0-9]{1,20}$", - "username_claimed": "blue" + "username_claimed": "paypal" }, "PentesterLab": { "errorType": "status_code", From 951ddc1a5566b71413909b97796eecb4f65f7968 Mon Sep 17 00:00:00 2001 From: paul_kniaz Date: Sun, 5 Oct 2025 08:21:53 -0400 Subject: [PATCH 3/3] Remove accidentally committed HTML test files --- paypal_invalid.html | 1 - paypal_valid.html | 68 --------------------------------------------- 2 files changed, 69 deletions(-) delete mode 100644 paypal_invalid.html delete mode 100644 paypal_valid.html diff --git a/paypal_invalid.html b/paypal_invalid.html deleted file mode 100644 index f93e48a1e..000000000 --- a/paypal_invalid.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/paypal_valid.html b/paypal_valid.html deleted file mode 100644 index fddff51d0..000000000 --- a/paypal_valid.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - PayPal.Me - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- \ No newline at end of file