Closed ZerberusSec closed 2 years ago
Hey @yooper, can you look into this? Looks like it might be showing all results instead of just found
. I thought me made the default for the script only show found and not all?
@WebBreacher , The PR https://github.com/WebBreacher/WhatsMyName/pull/567 should resolve this issue. It truncates the pretty urls down to 50 characters in width.
@yooper I don't think the wrapping is what is the issue here. @ZerberusSec submitted a username that should not exist on these sites. The script looks like it is returning all results instead of just the sites that matched (which should be the default).
I am tracking now.. when I run the command in ubuntu 20,
python whats_my_name.py -u hopefullynouserwiththisname|wc
Can not load response cookies: Illegal key '@cameo/homepageSeed'
Can not load response cookies: Illegal key '@cameo/sessionIdentifier'
Can not load response cookies: Illegal key '@cameo/vid'
Can not load response cookies: Illegal key '@cameo/lang'
Site Connection Error quitter.pl
68 606 7344
It is filtering results, but upon inspection some false positives are being returned. I will work on getting the inspect tool working to help us better debug these issues moving forward. Feel free to assign this task to me.
I don't think that all of the issues are the result of bad detection strings/codes.
Can you double check that, by default, only the found sites are being reported in the display?
I still have this issue. Regarding of using it on Ubuntu WSL or Windows. Iam always seeing all those platform with the "reult" code - most of them 200.
There are no other errors or something.
It does not matter which username I input - I always get those reults shown in the initial ticket.
Last commit of my repo (cloned is yesterday):
commit c03c77ca83eacc60e4c86ed1bbe67182d87a77c9 (HEAD -> main, origin/main, origin/HEAD) Author: WebBreacher WebBreacher@users.noreply.github.com Date: Fri Sep 16 21:58:52 2022 +0000
Minify source code
@ZerberusSec , there has been a fix applied to this issue. Just pull down the latest version and run your command.
python whats_my_name.py -u hopefullynouserwiththisname
I checked and it works as desired. Thanks for the quick fix @yooper
My plan was to create a Maltego transform for a soon published open OSINT-community iTDS Server. I tried to test first on Ubuntu.
I get to real results on the console output - but probably Iam doing somethign wrong.
System: Ubuntu on WSL2 (Windows 10) With preinstalled Python3.8. Using venv, only installed the requirements.txt
Command:
python WhatsMyName/whats_my_name.py -u hopefullynouserwiththisname
Desired behaviour: Get output with simmilar results as on whatsmyname.app
The output only gives me a list of status-codes from webpages. It does not matter if I input some random - probably non existing username-string, or a username where I definetly know its registered on various checked pages.
Is it a error on my side? Did I miunderstood something?
Here is my output: