mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-17 04:58:28 +00:00
Merge pull request #173 from TheYahya/hoadlck-500px-fix
Fix False Positive On 500px
This commit is contained in:
commit
18718938c6
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
|
||||||
[--proxy PROXY_URL] [--json JSON_FILE]
|
[--proxy PROXY_URL] [--json JSON_FILE]
|
||||||
USERNAMES [USERNAMES ...]
|
USERNAMES [USERNAMES ...]
|
||||||
|
|
||||||
Sherlock: Find Usernames Across Social Networks (Version 0.5.0)
|
Sherlock: Find Usernames Across Social Networks (Version 0.5.2)
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
USERNAMES One or more usernames to check with social networks.
|
USERNAMES One or more usernames to check with social networks.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"500px": {
|
"500px": {
|
||||||
"errorMsg": "Sorry, no such page.",
|
"errorMsg": "Oops! This page doesn’t exist.",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
"rank": 2566,
|
"rank": 2566,
|
||||||
"url": "https://500px.com/{}",
|
"url": "https://500px.com/{}",
|
||||||
|
|
|
@ -26,7 +26,7 @@ from torrequest import TorRequest
|
||||||
from load_proxies import load_proxies_from_csv, check_proxy_list
|
from load_proxies import load_proxies_from_csv, check_proxy_list
|
||||||
|
|
||||||
module_name = "Sherlock: Find Usernames Across Social Networks"
|
module_name = "Sherlock: Find Usernames Across Social Networks"
|
||||||
__version__ = "0.5.1"
|
__version__ = "0.5.2"
|
||||||
amount = 0
|
amount = 0
|
||||||
|
|
||||||
BANNER = r'''
|
BANNER = r'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue