soxoj / socid-extractor

⛏️ Extract accounts info from personal pages on various sites for OSINT purpose
GNU General Public License v3.0
640 stars 76 forks source link

Error / no results #93

Closed tsmitsmitonline closed 3 years ago

tsmitsmitonline commented 3 years ago

I tested your application but I experience no results on URL's like:

twitter account URL disqus account URL facebook account URL

I see: analyzing URL ..... without result

soxoj commented 3 years ago

Hey, thank you for the feedback. Can you please share a screenshot of results with -d option?

tsmitsmitonline commented 3 years ago

Examples:

timo@TimoPOC:~$ socid_extractor --url https://twitter.com/WHInspector Analyzing URL https://twitter.com/WHInspector...

Results with -d option:

timo@TimoPOC:~$ socid_extractor --url https://twitter.com/WHInspector -d Analyzing URL https://twitter.com/WHInspector...

DEBUG:

DEBUG: {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.9'}

DEBUG: Starting new HTTPS connection (1): twitter.com:443

DEBUG: https://twitter.com:443 "GET /WHInspector HTTP/1.1" 200 None

DEBUG: Server response: '<!DOCTYPE html>

Something went wrong, but don’t fret — let’s give it another shot.
' ---------------------------------------- DEBUG: Status code: 200 ---------------------------------------- INFO: Twitter GraphQL API has been detected ---------------------------------------- DEBUG: Unable to extract with regexp!
soxoj commented 3 years ago

Thank you, I've realized the problem. Will fix it in a few days.

soxoj commented 3 years ago

I fixed Twitter parsing: socid_extractor --url 'https://twitter.com/WHInspector' --activation get_twitter_headers