[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3058":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":45,"readmeContent":46,"aiSummary":47,"trendingCount":16,"starSnapshotCount":16,"syncStatus":48,"lastSyncTime":49,"discoverSource":50},3058,"social-analyzer","qeeqbox\u002Fsocial-analyzer","qeeqbox","API, CLI, and Web App for analyzing and finding a person's profile in 1000 social media \\ websites","",null,"JavaScript",22976,2182,409,16,0,12,37,175,45,118.5,"GNU Affero General Public License v3.0",false,"main",true,[27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,5,42,43,44],"analysis","analyzer","cli","information-gathering","javascript","nodejs","nodejs-cli","osint","pentest","pentesting","person-profile","profile","python","reconnaissance","security-tools","social-media","sosint","username","2026-06-12 04:00:16","\u003Cp align=\"center\"> \u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002Fqeeqbox\u002Fsocial-analyzer\u002Fmain\u002Freadme\u002Fsocialanalyzerlogo_.png\">\u003C\u002Fp>\n\nSocial Analyzer - API, CLI, and Web App for analyzing & finding a person's profile across +1000 social media \\ websites. It includes different analysis and detection modules, and you can choose which modules to use during the investigation process.\n\nThe detection modules utilize a rating mechanism based on different detection techniques, which produces a rate value that starts from 0 to 100 (No-Maybe-Yes). This module is intended to have fewer false positives.\n\nThe analysis and public extracted information from this OSINT tool could help investigate profiles related to suspicious or malicious activities such as cyberbullying, cyber grooming, cyberstalking, and spreading misinformation.\n\n`This project is currently used by some law enforcement agencies in countries where resources are limited - The detection database is different than the one shared here..`\n\n## So·cial Me·di·a\nWebsites and applications that enable users to create and share content or to participate in social networking - Oxford Dictionary\n\n## Structure\n\u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002Fqeeqbox\u002Fsocial-analyzer\u002Fmain\u002Freadme\u002Fstructure.png\">\n\n\n## APP (Preferred!)\nStandard localhost WEB APP url: http:\u002F\u002F0.0.0.0:9005\u002Fapp.html\n\n\u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002Fqeeqbox\u002Fsocial-analyzer\u002Fmain\u002Freadme\u002Fintro_fast.gif\" style=\"max-width:768px\"\u002F>\n\n## CLI \n\u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002Fqeeqbox\u002Fsocial-analyzer\u002Fmain\u002Freadme\u002Fcli.gif\" style=\"max-width:768px\"\u002F>\n\n## Features\n- String & name analysis (Permutations and Combinations)\n- Find a profile using multiple techniques (HTTPS library & Webdriver)\n- Multi profile search (Used for correlation - any combination separated with \",\" )\n- Multilayers detections (OCR, normal, advanced & special)\n- Visualized profile information using Ixora (Metadata & Patterns)\n- Metadata & Patterns extraction (Added from Qeeqbox OSINT project)\n- Force-directed Graph for Metadata (Needs ExtractPatterns)\n- Search by top ranking or by country (Alexa Ranking)\n- Search by type (adult, music, etc.. - automated websites stats)\n- Profiles stats and static info (Category country)\n- Cross Metadata stats (Added from Qeeqbox OSINT project)\n- Auto-flirtation to unnecessary output (Enable javascript etc..)\n- Search engine lookup (Google API - optional)\n- Custom search queries (Google API & DuckDuckGo API - optional)\n- Profile screenshot, title, info, and website description\n- Find name origins, name similarity & common words by language\n- Find possible profile\\person age (Limited analysis)\n- Custom user-agent, proxy, timeout & implicit wait\n- Python CLI & NodeJS CLI (limited to FindUserProfilesFast option)\n- Screenshots of detected profile (The latest version of Chrome must be installed)\n- Grid option for faster checking (limited to docker-compose)\n- Dump logs to folder or terminal (prettified)\n- Adjust finding\\getting profile workers (default 15)\n- Re-checking option for failed profiles\n- Filter profiles by good, maybe, and bad\n- Save the analysis as a JSON file\n- Simplified web interface and CLI\n- And, more!!\n\n## Special Detections\n- Facebook (Phone number, name, or profile name)\n- Gmail (example@gmail.com)\n- Google (example@example.com)\n\n## Install & Run\n### Linux (As Node WebApp)\n```bash\nsudo apt-get update\n#Depedning on your Linux distro, you may or may not need these 2 lines\nsudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common\nsudo add-apt-repository ppa:mozillateam\u002Fppa -y\nsudo apt-get install -y firefox-esr tesseract-ocr git nodejs npm\ngit clone https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fsocial-analyzer.git\ncd social-analyzer\nnpm update\nnpm install\nnpm start\n```\n\n### Linux (As Node CLI)\n```bash\nsudo apt-get update\n#Depedning on your Linux distro, you may or may not need these 2 lines\nsudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common\nsudo add-apt-repository ppa:mozillateam\u002Fppa -y\nsudo apt-get install -y firefox-esr tesseract-ocr git nodejs npm\ngit clone https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fsocial-analyzer.git\ncd social-analyzer\nnpm install\nnodejs app.js --username \"johndoe\"\n#or\nnodejs app.js --username \"johndoe,janedoe\" --metadata\n#or\nnodejs app.js --username \"johndoe,janedoe\" --metadata --top 100\n#or\nnodejs app.js --username \"johndoe\" --type \"adult\"\n```\n\n### Linux (As python package)\n```bash\nsudo apt-get update\nsudo apt-get install python3 python3-pip\npip3 install social-analyzer\npython3 -m social-analyzer --username \"johndoe\"\n#or\npython3 -m social-analyzer --username \"johndoe\" --metadata\n#or\npython3 -m social-analyzer --username \"johndoe\" --metadata --top 100\n#or\npython3 -m social-analyzer --username \"johndoe\" --type \"adult\"\n#or\npython3 -m social-analyzer --username \"johndoe\" --websites \"car\" --logs --screenshots\n```\n\n### Linux (As python script)\n```bash\nsudo apt-get update\nsudo apt-get install git python3 python3-pip\ngit clone https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fsocial-analyzer\ncd social-analyzer\npip3 install -r requirements.txt\npython3 app.py --username \"janedoe\"\n#or\npython3 app.py --username \"johndoe\" --metadata\n#or\npython3 app.py --username \"johndoe\" --metadata --top 100\n#or\npython3 app.py --username \"johndoe\" --type \"adult\"\n#or\npython3 app.py --username \"johndoe\" --websites \"car\" --logs --screenshots\n```\n\n### Importing as object (python)\n```python\n\n#E.g. #1\nfrom importlib import import_module\nSocialAnalyzer = import_module(\"social-analyzer\").SocialAnalyzer()\nresults = SocialAnalyzer.run_as_object(username=\"johndoe\",silent=True)\nprint(results)\n\n#E.g. #2\nfrom importlib import import_module\nSocialAnalyzer = import_module(\"social-analyzer\").SocialAnalyzer()\nresults = SocialAnalyzer.run_as_object(username=\"johndoe,janedoe\",silent=True,output=\"json\",filter=\"good\",metadata=False,timeout=10, profiles=\"detected\")\nprint(results)\n```\n\n### Linux, Windows, MacOS, Raspberry pi..\n- check this [wiki](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fsocial-analyzer\u002Fwiki\u002Finstall) for all possible installation methods\n- check this [wiki](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fsocial-analyzer\u002Fwiki\u002Fintegration) for integrating social-analyzer with your OSINT tools, feeds, etc...\n\n## social-analyzer --h\n```\nRequired Arguments:\n  --username   E.g. johndoe, john_doe or johndoe9999\n\nOptional Arguments:\n  --websites    A website or websites separated by space E.g. youtube, tiktokor tumblr\n  --mode        Analysis mode E.g.fast -> FindUserProfilesFast, slow -> FindUserProfilesSlow or special -> FindUserProfilesSpecial\n  --output      Show the output in the following format: json -> json outputfor integration or pretty -> prettify the output\n  --options     Show the following when a profile is found: link, rate, titleor text\n  --method      find -> show detected profiles, get -> show all profiles regardless detected or not, all -> combine find & get\n  --filter      Filter detected profiles by good, maybe or bad, you can do combine them with comma (good,bad) or use all\n  --profiles    Filter profiles by detected, unknown or failed, you can do combine them with comma (detected,failed) or use all\n  --countries   select websites by country or countries separated by space as: us br ru\n  --type        Select websites by type (Adult, Music etc)\n  --top         select top websites as 10, 50 etc...[--websites is not needed]\n  --extract     Extract profiles, urls & patterns if possible\n  --metadata    Extract metadata if possible (pypi QeeqBox OSINT)\n  --trim        Trim long strings\n  --gui         Reserved for a gui (Not implemented)\n  --cli         Reserved for a cli (Not needed)\n\nListing websites & detections:\n  --list        List all available websites\n\nSetting:\n  --headers     Headers as dict\n  --logs_dir    Change logs directory\n  --timeout     Change timeout between each request\n  --silent      Disable output to screen\n```\n\n## Open Shell\n[![Open in Cloud Shell](https:\u002F\u002Fimg.shields.io\u002Fstatic\u002Fv1?label=%3E_&message=Open%20in%20Cloud%20Shell&color=3267d6&style=flat-square)](https:\u002F\u002Fssh.cloud.google.com\u002Fcloudshell\u002Feditor?cloudshell_git_repo=https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fsocial-analyzer&tutorial=README.md) [![Open in repl.it Shell](https:\u002F\u002Fimg.shields.io\u002Fstatic\u002Fv1?label=%3E_&message=Open%20in%20repl.it%20Shell&color=606c74&style=flat-square)](https:\u002F\u002Frepl.it\u002Fgithub\u002Fqeeqbox\u002Fsocial-analyzer)\n\n## Resources\n- DuckDuckGo API, Google API, NodeJS, bootstrap, selectize, jQuery, Wikipedia, font-awesome, selenium-webdriver & tesseract.js\n- Let me know if I missed a reference or resource!\n\n## Disclaimer\\Notes\n- Download this project from GitHub and treat it as a security project\n- If you want your website to be excluded from this project list, please reach out to me\n- This tool is meant to be used locally, not as a service (It does not have any Access Control)\n- For issues related to modules that end with -private or under the private group ![](https:\u002F\u002Fraw.githubusercontent.com\u002Fqeeqbox\u002Fsocial-analyzer\u002Fmain\u002Freadme\u002Fmodules.png), reach out directly to me (do not open an issue on GitHub)\n\n## Other Projects\n[![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Fanalyzer.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fanalyzer) [![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Fchameleon.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fchameleon) [![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Fhoneypots.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fhoneypots) [![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Fosint.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fosint) [![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Furl-sandbox.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Furl-sandbox) [![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Fmitre-visualizer.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fmitre-visualizer) [![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Fwoodpecker.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fwoodpecker) [![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Fdocker-images.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fdocker-images) [![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Fseahorse.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fseahorse) [![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Frhino.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Frhino) [![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Fraven.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fraven) [![](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002F.github\u002Fblob\u002Fmain\u002Fdata\u002Fimage-analyzer.png)](https:\u002F\u002Fgithub.com\u002Fqeeqbox\u002Fimage-analyzer)\n","Social Analyzer 是一个用于分析和查找个人在超过1000个社交媒体网站上的资料的工具，支持API、命令行界面（CLI）和Web应用程序。它具备多种分析和检测模块，用户可以根据需要选择使用哪些模块进行调查。该工具采用了一种基于不同检测技术的评分机制，评分范围从0到100，旨在减少误报率。Social Analyzer 适用于网络安全、情报收集以及对可疑或恶意活动（如网络欺凌、网络诱骗、网络跟踪等）相关的个人资料进行调查。此外，它也被一些资源有限国家的执法机构所采用。",2,"2026-06-11 02:52:19","top_language"]