milo2012 / osintstalker

osintstalker
635 stars 216 forks source link

No Maltego file created #14

Open martinhedstrom opened 11 years ago

martinhedstrom commented 11 years ago

I'm having problems with fbstalker.py. I've tried the script on my own fb-profile with success! But when I'm trying to stalk the real life object I'm intrested in the script skips creating the maltego file with no errors. In terminal I get the following:

[*] Time of Post: 2011-12-08 01:31:33
[*] Time of Post: 2011-09-28 21:26:38
[*] Time of Post: 2011-09-20 20:00:05
[*] Time of Post: 2011-09-20 16:57:20
[*] Time of Post: 2011-07-11 05:13:47
[*] Time of Post: 2011-06-07 20:53:35
[*] Time of Post: 2010-05-27 00:09:09

[*] Downloading User Information
[*] Report has been written to: XXXX_report.txt
[*] Preparing Maltego output...
[*] Maltego file has been created

There is no Maltego file or graph directory created, and since there is no errors thrown I don't know what's wrong. Any ideas? Thanks Martin

davebar commented 9 years ago

Hi Martin Have you ever solved "no maltego file" problem? After running fbstalker1 with commented line 1915fbStalker I get txt files created but there is no mtgx. When line 1915 is not commented only what goes out is error: File "fbstalker1.py", line 1917 print ("\n") IndentationError: unexpected indent. thanks