Paul Pfeister

Results 170 comments of Paul Pfeister

@SaAbyy @Tarvel I would recommend uninstalling sherlock and reinstalling via pypi (pip/[pipx](https://pipx.pypa.io/stable/installation/)). You should already have pip but pipx is nice to have. Not too sure what the update frequency...

Hey @kevin-fagan! There's not much of a process to follow, really. Well, nothing project specific --- you'll have to know how to use git and github of course If you'd...

@a-wallen Somehow missed your reply I have Sherlock integrated [over here](https://github.com/ppfeister/sylva/blob/master/src/sylva/modules/sherlock.py) if you're looking for a known-good and functional example of scripted use User journey actually wasn't that bad. 90%...

Hm. Good catch. Since some sites CAN have a dot at the end, even if only a few, this should probably be addressed via the regexCheck key for sites that...

requirements.txt does not exist Please indicate which targets are actually indicating a false positive. Or are you saying every single one in the screenshot is a F+?

You may be using an outdated copy of Sherlock as there is no file by that name in the [upstream repository](https://github.com/sherlock-project/sherlock) (the file was removed back in June). Installing from...

Hey @fakhraei1651 When visiting the site, it loads a bunch of filler text (lorem ipsum). Is this site active? Also, where can user profiles be viewed (do you have an...

Re-run pip with flag `--upgrade` to update

So, I've been experiencing this myself with [Sylva](https://github.com/ppfeister/sylva/blob/f9d1f48f161f2baee4388b13968e3603911d3629/pyproject.toml#L126-L135). Exact same situation. Tests run as expected from both within the venv and from normal shells, but all my supposedly excluded directories...

I should note that skip is highly frowned upon in the documentation, but it makes everything else work as expected ___in my use case___ and only ___so far___. I'm interested...