Closed meltingscales closed 1 year ago
liveleak and such sites were disabled long ago. is it possible you're using old version of Maigret? try using github version instead of pip package, or one of executables in releases
@fen0s Thank you! I will try this.
@fen0s Much better. Last time, I was using a Go version of this tool.
New output (Still with some false positives):
$ python3 -m maigret ASDFWowReallyNobodyWould7197425ChooseThis
[-] Starting a search on top 500 sites from the Maigret database...
[!] You can run search by full list of sites with flag `-a`
[*] Checking username ASDFWowReallyNobodyWould7197425ChooseThis on:
[+] Shutterstock: https://www.shutterstock.com/fi/g/ASDFWowReallyNobodyWould7197425ChooseThis/about
[+] Ebay: https://ebay.com/usr/ASDFWowReallyNobodyWould7197425ChooseThis
[+] Waveapps: https://community.waveapps.com/profile/ASDFWowReallyNobodyWould7197425ChooseThis
[+] YandexZenChannel [Yandex]: https://zen.yandex.ru/ASDFWowReallyNobodyWould7197425ChooseThis
[?] TJournal: https://tjournal.ru/search/v2/subsite/relevant?query=ASDFWowReallyNobodyWould7197425ChooseThis
[+] Influenster: https://www.influenster.com/ASDFWowReallyNobodyWould7197425ChooseThis
100%|βββββββββββββββββββββββββββββββββββββββββ| 500/500 [00:32<00:00, 15.48it/s]
[-] Restarting checks for 6 sites... (1 attempts left)
100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 6/6 [00:30<00:00, 5.03s/it]
[!] Too many errors of type "Access denied" (3.0%)
[!] Too many errors of type "Unsupported username format" (3.0%)
[-] You can see detailed site check errors with a flag `--print-errors`
[*] Short text report:
Search by username ASDFWowReallyNobodyWould7197425ChooseThis returned 5 accounts.
Extended info extracted from 0 accounts.
Countries: us, ca, ru
Interests (tags): music, photo, stock, shopping
welllll, it's weird, but this is an old version too, because we've fixed Shutterstock and Ebay a few days ago. if you want as little false positives as possible, you gotta update maigret often, because sites change constantly and we have to adapt. perhaps we'll make an autoupdater in future...
welllll, it's weird, but this is an old version too, because we've fixed Shutterstock and Ebay a few days ago. if you want as little false positives as possible, you gotta update maigret often, because sites change constantly and we have to adapt. perhaps we'll make an autoupdater in future...
Weird, I'll try running from source on master branch and report back.
Any luck on the given problem for now? :)
Just tested, looks like there are still some false positive detections.
Perhaps we can write a CICD test that returns a list of detectors that are out of date?
This would be useful for failing CICD each time a detector needs to be updated. Perhaps we can use Github pipelines to do this.
i.e.
#!/usr/bin/env bash
set -euxo pipefail
dummyUsername=ASDFWowReallyNobodyWould7197425ChooseThis
result=$(python3 maigret.py "$dummyUsername")
if [ "${result}" == *"returned 0 accounts"* ]; then
echo "Success: $dummyUsername not detected."
exit 0
else
echo "Failure: $dummyUsername was detected."
exit 1
fi
Output:
henry@goodra-fz55:~/Git/maigret$ python3 maigret.py ASDFWowReallyNobodyWould7197425ChooseThis
[-] Starting a search on top 500 sites from the Maigret database...
[!] You can run search by full list of sites with flag `-a`
[*] Checking username ASDFWowReallyNobodyWould7197425ChooseThis on:
[+] Virgool: https://virgool.io/@ASDFWowReallyNobodyWould7197425ChooseThis
[+] Eurogamer: https://www.eurogamer.net/profiles/ASDFWowReallyNobodyWould7197425ChooseThis
[+] Lolchess: https://lolchess.gg/profile/na/ASDFWowReallyNobodyWould7197425ChooseThis
[?] TJournal: https://tjournal.ru/search/v2/subsite/relevant?query=ASDFWowReallyNobodyWould7197425ChooseThis
[+] Folkd: http://www.folkd.com/user/ASDFWowReallyNobodyWould7197425ChooseThis
100%|βββββββββββββββββββββββββββββββββββββββββ| 500/500 [00:35<00:00, 14.23it/s]
[-] Restarting checks for 5 sites... (1 attempts left)
100%|βββββββββββββββββββββββββββββββββββββββββββββ| 5/5 [00:30<00:00, 6.04s/it]
[!] Too many errors of type "Just a moment: bot redirect challenge" (3.0%)
[!] Too many errors of type "Unsupported username format" (3.0%)
[-] You can see detailed site check errors with a flag `--print-errors`
[*] Short text report:
Search by username ASDFWowReallyNobodyWould7197425ChooseThis returned 4 accounts.
Extended info extracted from 0 accounts.
Countries: ir, us, kr, eu, in
Interests (tags): blog
Thanks for the swift answer and the proposition. We will look into it. Anyway, for now, three out of the five given sites have already been worked with and will be patched in the nearest future.
All of the given sites' issues were resolved; wait for the patch.
Invalid link: See below. I'm pretty sure noone has the username
ASDFWowReallyNobodyWould7197425ChooseThis
.