Commit graph

2130 commits

Author SHA1 Message Date
Siddharth Dushantha
4525fb48ad
Merge pull request #1952 from Jamim/feature/python-3.12
Enable testing against Python 3.12 on CI
2023-12-21 20:41:29 +01:00
Siddharth Dushantha
fe43e9b247
Merge branch 'master' into feature/python-3.12 2023-12-21 20:40:35 +01:00
Siddharth Dushantha
b817e9d4a9
Merge pull request #1959 from sherlock-project/fix-actions
updated ruff syntax
2023-12-21 20:38:20 +01:00
github-actions[bot]
bf04a4aeab Updated Site List 2023-12-21 19:14:15 +00:00
Siddharth Dushantha
cac34e90a6
Merge pull request #1958 from sherlock-project/fix-false-positive
Deal with false positives
2023-12-21 20:14:01 +01:00
Siddharth Dushantha
cc218fd9cb
Merge pull request #1957 from sondreal/pep8_fixes
black formatted, fixed interpolated_string, and some function naming
2023-12-21 18:39:03 +01:00
Siddharth Dushantha
fe069d099f updated ruff syntax 2023-12-21 18:13:18 +01:00
Siddharth Dushantha
51e49dd120 removed ebio.gg 2023-12-21 17:40:24 +01:00
Siddharth Dushantha
599ce759fd removed Whonix Forum 2023-12-21 17:38:17 +01:00
Siddharth Dushantha
2ebcfc7614 removed Virgool 2023-12-21 17:34:37 +01:00
Siddharth Dushantha
7c918fe532 removed Lolchess 2023-12-21 17:32:30 +01:00
Siddharth Dushantha
a626008bbf removed TikTok 2023-12-21 17:27:59 +01:00
Siddharth Dushantha
ab1f2d3ef0 fixed Contently false positive 2023-12-21 17:04:32 +01:00
sondreal
b0ec99e959 black formatted, fixed interpolated_string, and some function naming 2023-12-21 10:22:57 +00:00
Aliaksei Urbanski
7907f57d57 Enable testing against Python 3.12 on CI
These changes also:
  * bump actions/checkout from v3 to v4
  * bump actions/setup-python from v4 to v5
  * fix compatibility with ruff 0.1.x
2023-12-13 00:08:25 +03:00
github-actions[bot]
7ec56895a3 Updated Site List 2023-10-06 19:38:17 +00:00
Yahya SayadArbabi
b3360170e9
Merge pull request #1465 from matiasw/ircgalleria
added IRC-Galleria
2023-10-06 15:37:59 -04:00
Siddharth Dushantha
cf171c7b72
Merge pull request #1870 from sherlock-project/fix-fp
closes #1836
2023-08-29 14:20:58 +02:00
Siddharth Dushantha
70dcad84c8 closes #1836 2023-08-29 14:18:04 +02:00
Siddharth Dushantha
db6088361a
Merge pull request #1869 from sherlock-project/fix-fp
Fixed false positives
2023-08-29 14:03:00 +02:00
Siddharth Dushantha
4b01f5d01d updated site list 2023-08-29 14:01:51 +02:00
Siddharth Dushantha
5cbd922c7d removed GunsAndAmmo 2023-08-29 13:54:30 +02:00
Siddharth Dushantha
b25321db5a fixed Duolingo 2023-08-29 13:52:52 +02:00
Siddharth Dushantha
3b4b818c44 removed YouTube 2023-08-29 13:47:01 +02:00
Siddharth Dushantha
d3fb5872bd fixed Speedrun.com false positive 2023-08-29 13:42:48 +02:00
Siddharth Dushantha
5872269820 removed Quizlet 2023-08-29 13:40:44 +02:00
Siddharth Dushantha
9214fc4369 removed Munzee 2023-08-29 13:31:56 +02:00
Siddharth Dushantha
b47c458d6c removed IRL as its been shut down 2023-08-29 13:28:44 +02:00
Siddharth Dushantha
6cfda957e2 removed Enjin as its been closed down 2023-08-29 13:20:39 +02:00
Siddharth Dushantha
bdf887a351 fixed CNET false positive 2023-08-29 13:17:59 +02:00
Siddharth Dushantha
e4ad3b0502 fixed Archive of Our Own false positive 2023-08-29 13:13:52 +02:00
Siddharth Dushantha
90d3eb0801 added virtalenv files 2023-08-29 13:13:31 +02:00
github-actions[bot]
b7cd7ab72a Updated Site List 2023-04-21 09:14:35 +00:00
Siddharth Dushantha
cdd1218d7a
Merge pull request #1776 from sherlock-project/fix-fp
Remove false positives
2023-04-21 02:14:18 -07:00
Siddharth Dushantha
e64df73757 removed ForumhouseRU 2023-04-21 11:09:35 +02:00
Siddharth Dushantha
13e37217ad removed ok.ru 2023-04-21 11:07:56 +02:00
Siddharth Dushantha
88af0bb705 removed Instagram due to false positives 2023-04-21 11:00:16 +02:00
github-actions[bot]
2bc653e8ce Updated Site List 2023-04-21 08:39:45 +00:00
Siddharth Dushantha
c9c97e5891
Merge pull request #1775 from w3Abhishek/master
Removed OnlyFans
2023-04-21 01:39:22 -07:00
Abhishek Verma
2bc624e8af
removed onlyfans.com
Recently, @ThePornHelper raised an issue related to OnlyFans false negative. After going through the issue, I tried checking for some popular onlyfans creators on sherlock and as per the issue raised all of them were giving false negative.

So, I checked with the current method of checking the username availability. It the following API url:

`https://onlyfans.com/api2/v2/users/grandmasterchefjojo`

It returns a 400 error code and doesn't work at all.

Why it's happening? It requires a token be passed in the headers to for it to work.

After this, I tried using BurpSuite to find any other way to check availability and unfortunately there aren't any.

Even the wrong onlyfans.com/thisusernamedoesntexist777 URL also returns 200 in HTTP response.

So, it's better to remove OnlyFans from supported sites list and add it to removed_sites.json

Thanks.
2023-04-20 03:16:06 +05:30
Abhishek Verma
4253ddb2e5
removed onlyfans.com
Recently, @ThePornHelper raised an issue related to OnlyFans false negative. After going through the issue, I tried checking for some popular onlyfans creators on sherlock and as per the issue raised all of them were giving false negative.

So, I checked with the current method of checking the username availability. It the following API url:

`https://onlyfans.com/api2/v2/users/grandmasterchefjojo`

It returns a 400 error code and doesn't work at all.

Why it's happening? It requires a token be passed in the headers to for it to work.

After this, I tried using BurpSuite to find any other way to check availability and unfortunately there aren't any.

Even the wrong onlyfans.com/thisusernamedoesntexist777 URL also returns 200 in HTTP response.

So, it's better to remove OnlyFans from supported sites list and add it to removed_sites.json

Thanks.
2023-04-20 03:12:04 +05:30
Abhishek Verma
c23f4b5a7a
Removing OnlyFans support
Recently, @ThePornHelper raised an issue related to OnlyFans false negative. After going through the issue, I tried checking for some popular onlyfans creators on sherlock and as per the issue raised all of them were giving false negative.

So, I checked with the current method of checking the username availability. It the following API url:

`https://onlyfans.com/api2/v2/users/grandmasterchefjojo`

It returns a 400 error code and doesn't work at all.

Why it's happening? It requires a token be passed in the headers to for it to work.

After this, I tried using BurpSuite to find any other way to check availability and unfortunately there aren't any.

Even the wrong onlyfans.com/thisusernamedoesntexist777 URL also returns 200 in HTTP response.

So, it's better to remove OnlyFans from supported sites list and add it to removed_sites.json

Thanks.
2023-04-20 03:09:38 +05:30
github-actions[bot]
dc2b3ed20d Updated Site List 2023-04-15 14:10:05 +00:00
Siddharth Dushantha
20cc37bb2c
Merge pull request #1771 from timwolf1/coil_removed
coil.com removed
2023-04-15 07:09:43 -07:00
Tim Wolf
b54d6aaf94 coil.com removed 2023-04-12 10:11:35 -04:00
Sondre
ab2f678834
Update main.yml 2023-03-29 15:02:18 +02:00
Sondre
265bbf4f8a
Update main.yml (#1760)
replaced flake8 with ruff
2023-03-29 15:01:07 +02:00
Sondre
18ab1e975d
Update main.yml 2023-03-29 14:36:41 +02:00
Sondre
dd2de334b5
Update main.yml 2023-03-29 14:32:53 +02:00
Christian Clauss
ab516956b3
GitHub Actions: python-version: [3.7, 3.8, 3.9, "3.10", 3.11] (#1759)
* GitHub Actions: python-version: [3.7, 3.8, 3.9, "3.10", 3.11]

* Update nightly.yml

* Update update-site-list.yml

* Python 3.7 thru 3.11
2023-03-29 14:21:57 +02:00