-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated behance #934
Updated behance #934
Conversation
Hey @degun-osint. Can you explain more about why you are making these changes? I ask because I checked the existing ones and they still work and appear to be fine. Did you encounter false positives with certain searches or something? |
Hello, |
can you post the name of the script or the account you checked so we can verify it? |
It's still a work in progress on my laptop :D |
Hey if you can replicate the false negative in other tools and with other usernames, I'm happy to change the detection strings. |
On https://whatsmyname.app/ Behance never get a match, even with the provided usernames (john). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have a different version of the WMN JSON file than what is in the Main branch. The Tunefind site looks like this in the live/production wmn-data.json file in the repository:
{
"name" : "Tunefind",
"uri_check" : "https://www.tunefind.com/user/profile/{account}",
"e_code" : 200,
"e_string" : "Achievements",
"m_string" : "Page not found",
"m_code" : 404,
"known" : ["baywolfmusic", "mrcerny18"],
"cat" : "music"
},
This could be for a lot of reasons. That is why I was asking which tool and which user name so we can reproduce and see if it is an issue with the username, the tool, or the detection. |
There is an issue with every tools I tried (blackbird, "official" webapp,…) |
No description provided.