Matheus Felipe
87326e3a28
Update __main__.py with f-strings instead of %s strings ( #1906 )
10 months ago
Matheus Felipe
23d3de04a3
Fix some typos ( #2040 )
10 months ago
thirdkeyword
978e353c1a
fix some typos
...
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
10 months ago
Matheus Felipe
e3a09f8bf1
Fix the special string in docs to check for similar usernames ( #1974 )
...
Should use {?} instead of {%}.
refs:
- #1968
- #1823
- #1284
- #1298
- #1518
12 months ago
Matheus Felipe
40948f2317
Fix the special string in docs to check for similar usernames: {%} -> {?}
...
resolve #1968
12 months ago
Matheus Felipe
8965cf12e3
Remove .replit file ( #1967 )
1 year ago
Edwin Kofler
dabdec6a06
Remove `.replit` file
1 year ago
Matheus Felipe
2813b91bcb
Fix the float type conversion in the timeout_check ( #1963 )
1 year ago
Matheus Felipe
409d15cc66
Fix the float type conversion in the timeout_check
...
resolve #1960
1 year ago
Siddharth Dushantha
4525fb48ad
Merge pull request #1952 from Jamim/feature/python-3.12
...
Enable testing against Python 3.12 on CI
1 year ago
Siddharth Dushantha
fe43e9b247
Merge branch 'master' into feature/python-3.12
1 year ago
Siddharth Dushantha
b817e9d4a9
Merge pull request #1959 from sherlock-project/fix-actions
...
updated ruff syntax
1 year ago
github-actions[bot]
bf04a4aeab
Updated Site List
1 year ago
Siddharth Dushantha
cac34e90a6
Merge pull request #1958 from sherlock-project/fix-false-positive
...
Deal with false positives
1 year ago
Siddharth Dushantha
cc218fd9cb
Merge pull request #1957 from sondreal/pep8_fixes
...
black formatted, fixed interpolated_string, and some function naming
1 year ago
Siddharth Dushantha
fe069d099f
updated ruff syntax
1 year ago
Siddharth Dushantha
51e49dd120
removed ebio.gg
1 year ago
Siddharth Dushantha
599ce759fd
removed Whonix Forum
1 year ago
Siddharth Dushantha
2ebcfc7614
removed Virgool
1 year ago
Siddharth Dushantha
7c918fe532
removed Lolchess
1 year ago
Siddharth Dushantha
a626008bbf
removed TikTok
1 year ago
Siddharth Dushantha
ab1f2d3ef0
fixed Contently false positive
1 year ago
sondreal
b0ec99e959
black formatted, fixed interpolated_string, and some function naming
1 year ago
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
1 year ago
github-actions[bot]
7ec56895a3
Updated Site List
1 year ago
Yahya SayadArbabi
b3360170e9
Merge pull request #1465 from matiasw/ircgalleria
...
added IRC-Galleria
1 year ago
SmashedFrenzy16
6c5a17b988
Update __main__.py with f-strings instead of `%s` strings
1 year ago
Siddharth Dushantha
cf171c7b72
Merge pull request #1870 from sherlock-project/fix-fp
...
closes #1836
1 year ago
Siddharth Dushantha
70dcad84c8
closes #1836
1 year ago
Siddharth Dushantha
db6088361a
Merge pull request #1869 from sherlock-project/fix-fp
...
Fixed false positives
1 year ago
Siddharth Dushantha
4b01f5d01d
updated site list
1 year ago
Siddharth Dushantha
5cbd922c7d
removed GunsAndAmmo
1 year ago
Siddharth Dushantha
b25321db5a
fixed Duolingo
1 year ago
Siddharth Dushantha
3b4b818c44
removed YouTube
1 year ago
Siddharth Dushantha
d3fb5872bd
fixed Speedrun.com false positive
1 year ago
Siddharth Dushantha
5872269820
removed Quizlet
1 year ago
Siddharth Dushantha
9214fc4369
removed Munzee
1 year ago
Siddharth Dushantha
b47c458d6c
removed IRL as its been shut down
1 year ago
Siddharth Dushantha
6cfda957e2
removed Enjin as its been closed down
1 year ago
Siddharth Dushantha
bdf887a351
fixed CNET false positive
1 year ago
Siddharth Dushantha
e4ad3b0502
fixed Archive of Our Own false positive
1 year ago
Siddharth Dushantha
90d3eb0801
added virtalenv files
1 year ago
github-actions[bot]
b7cd7ab72a
Updated Site List
2 years ago
Siddharth Dushantha
cdd1218d7a
Merge pull request #1776 from sherlock-project/fix-fp
...
Remove false positives
2 years ago
Siddharth Dushantha
e64df73757
removed ForumhouseRU
2 years ago
Siddharth Dushantha
13e37217ad
removed ok.ru
2 years ago
Siddharth Dushantha
88af0bb705
removed Instagram due to false positives
2 years ago
github-actions[bot]
2bc653e8ce
Updated Site List
2 years ago
Siddharth Dushantha
c9c97e5891
Merge pull request #1775 from w3Abhishek/master
...
Removed OnlyFans
2 years ago
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.
2 years ago