Tinfoleak Arguments
ARGUMENTS |
OPERATING SYSTEM |
{{ argv }}
|
{{ os_name }} - {{ os_platform }} |
Timeline Activity
{% if not output_activity %}
{% else %}
TYPE |
USES |
PERCENTAGE |
RETWEETS NUMBER |
LIKES NUMBER |
Tweet |
{{ activity_tweet }} |
{{ activity_tweet_percent }}% |
{{ activity_tweet_retweets }} |
{{ activity_tweet_likes }} |
Retweet |
{{ activity_retweet }} |
{{ activity_retweet_percent }}% |
- |
- |
URL |
{{ activity_url }} |
{{ activity_url_percent }}% |
- |
- |
Media |
{{ activity_media }} |
{{ activity_media_percent }}% |
- |
- |
Total: {{ activity_count }} results.
SHARED URLs |
{% for url in activity_expanded_url %}
{{ url }} |
{% endfor %}
Total: {{ activity_expanded_url_count }} results.
{% endif %}
Client Applications
{% if not output_source %}
{% else %}
SOURCE |
USES |
PERCENTAGE |
FIRST USE |
FIRST TWEET |
LAST USE |
LAST TWEET |
{% for info in source %}
{{ info[0] }} |
{{ sources_count[info[0]] }} |
{{ sources_percent[info[0]] }} % |
{% if sources_firsttweet[info[0]] %}
{{ sources_firstdate[info[0]].strftime('%m/%d/%Y') }} |
view |
{% else %}
- |
- |
{% endif %}
{{ sources_lastdate[info[0]].strftime('%m/%d/%Y') }} |
view |
{% endfor %}
Total: {{ sources_results }} results.
{% endif %}
Social Networks
{% if not output_social %}
{% else %}
SOCIAL NETWORK |
USERNAME |
PICTURE |
NAME |
ADDITIONAL INFO |
{% for twitter, info in social_tweet.items() %}
Twitter
|
{{ twitter }}
|
|
{{ user_name }}
|
{{ location }}
|
{% if info[0][2] %}
Instagram
|
{{ info[0][0] }}
|
{% if info[0][2] %}
{% else %}
{% endif %}
|
{{ info[0][3] }}
|
{{ info[0][4] }}
|
{% endif %}
{% if info[1][2] %}
Foursquare
|
{{ info[1][0] }}
|
{% if info[1][2] %}
{% else %}
{% endif %}
|
{{ info[1][3] }}
|
{{ info[1][4] }}
|
{% endif %}
{% if info[2][2] %}
Facebook
|
{{ info[2][0] }}
|
{% if info[2][2] != "?" %}
{% else %}
{% endif %}
|
{{ info[2][3] }}
|
{{ info[2][4] }}
|
{% endif %}
{% if info[3][2] %}
LinkedIn
|
{{ info[3][0] }}
|
{% if info[3][2] %}
{% else %}
{% endif %}
|
{{ info[3][3] }}
|
{{ info[3][4] }}
|
{% endif %}
{% if info[4][2] %}
Runkeeper
|
{{ info[4][0] }}
|
{% if info[4][2] %}
{% else %}
{% endif %}
|
{{ info[4][3] }}
|
{{ info[4][4] }}
|
{% endif %}
{% if info[5][2] %}
Flickr
|
{{ info[5][0] }}
|
{% if info[5][2] %}
{% else %}
{% endif %}
|
{{ info[5][3] }}
|
{{ info[5][4] }}
|
{% endif %}
{% if info[6][2] %}
Vine
|
{{ info[6][0] }}
|
{% if info[6][2] %}
{% else %}
{% endif %}
|
{{ info[6][3] }}
|
{{ info[6][4] }}
|
{% endif %}
{% if info[7][2] %}
Periscope
|
{{ info[7][0] }}
|
{% if info[7][2] %}
{% else %}
{% endif %}
|
{{ info[7][3] }}
|
{{ info[7][4] }}
|
{% endif %}
{% if info[8][2] %}
Kindle
|
{{ info[8][0] }}
|
{% if info[8][2] %}
{% else %}
{% endif %}
|
{{ info[8][3] }}
|
{{ info[8][4] }}
|
{% endif %}
{% if info[9][2] %}
Youtube
|
{{ info[9][0] }}
|
{% if info[9][2] %}
{% else %}
{% endif %}
|
{{ info[9][3] }}
|
{{ info[9][4] }}
|
{% endif %}
{% if info[10][2] %}
Google+
|
{{ info[10][0] }}
|
{% if info[10][2] %}
{% else %}
{% endif %}
|
{{ info[10][3] }}
|
{{ info[10][4] }}
|
{% endif %}
{% if info[11][2] %}
Frontback
|
{{ info[11][0] }}
|
{% if info[11][2] %}
{% else %}
{% endif %}
|
{{ info[11][3] }}
|
{{ info[11][4] }}
|
{% endif %}
{% endfor %}
Total: {{ social_results }} results.
{% endif %}
User Mentions
{% if not output_mention %}
{% else %}
User Mentions in Tweets
DATE |
TIME |
RT |
LIKE |
TWEET |
USER |
PROFILE IMG |
LOCATION |
@MENTION |
{% for info in mentions_tweet %}
{% if info[6] == screen_name %}
{% else %}
{% endif %}
{{ info[0] }} |
{{ info[1] }} |
{{ info[2] }} |
{{ info[3] }} |
view |
@{{ info[6] }} |
 }})
|
{{ info[8] }} |
{{ info[4] }} |
{% endfor %}
Total: {{ mentions_results1 }} results.
User Mention Detail
DATE (SINCE) |
DATE (UNTIL) |
RT |
LIKE |
COUNT |
NAME |
@MENTION |
{% for info in mention %}
{% if info in mentions_users[screen_name] %}
{% else %}
{% endif %}
{{ mentions_firstdate[info.upper()].strftime('%m/%d/%Y') }} |
{{ mentions_lastdate[info.upper()].strftime('%m/%d/%Y') }} |
{{ mentions_rt[info.upper()] }} |
{{ mentions_fv[info.upper()] }} |
{{ mentions_count[info.upper()] }} |
{{ mentions_name[info.upper()] }} |
@{{ info }} |
{% endfor %}
Total: {{ mentions_results2 }} results.
Top Mentions
DATE (SINCE) |
DATE (UNTIL) |
RT |
LIKE |
COUNT |
NAME |
@MENTION |
{% for info in mentions_top %}
{% if info[0] in mentions_users[screen_name] %}
{% else %}
{% endif %}
{{ mentions_firstdate[info[0].upper()].strftime('%m/%d/%Y') }} |
{{ mentions_lastdate[info[0].upper()].strftime('%m/%d/%Y') }} |
{{ mentions_rt[info[0].upper()] }} |
{{ mentions_fv[info[0].upper()] }} |
{{ mentions_count[info[0].upper()] }} |
{{ mentions_name[info[0].upper()] }} |
@{{ info[0] }} |
{% endfor %}
Total: {{ mentions_results3 }} results.
{% endif %}
Likes
{% if not output_favorites %}
{% else %}
DATE |
TIME |
USER |
PROFILE IMG |
NAME |
MEDIA |
TWEET |
{% for info in favourites_tweets %}
{% if info[3] == screen_name %}
{% else %}
{% endif %}
{{ info[1] }} |
{{ info[2] }} |
@{{ info[3] }} |
 }})
|
{{ info[5] }} |
{% if info[6] %}
{% else %}
{% endif %}
|
{{ info[7] }} |
{% endfor %}
Total: {{ fav_count }} results.
{% endif %}
Tweets
{% if not output_tweet %}
{% else %}
DATE |
TIME |
USER |
PROFILE IMG |
NAME |
LOCATION |
MEDIA |
TWEET |
{% for info in tweet_find %}
{% if info[4] == screen_name %}
{% else %}
{% endif %}
{{ info[1] }} |
{{ info[2] }} |
@{{ info[4] }} |
 }})
|
{{ info[7] }} |
{{ info[6] }} |
{% if info[8] %}
{% if info[9] == "Image" %}
{% endif %}
{% if info[9] == "Video" %}
{% endif %}
{% else %}
{% endif %}
|
{{ info[0] }} |
{% endfor %}
Total: {{ find_count }} results.
{% endif %}
Words Frequency
{% if not output_words %}
{% else %}
WORD |
OCCURRENCES |
PERCENTAGE |
FIRST OCCURRENCE |
LAST OCCURRENCE |
{% for info in top_words %}
{{ info[0] }} |
{{ info[1] }} |
|
{{ top_dates[info[0]][0] }} |
{{ top_dates[info[0]][1] }} |
{% endfor %}
Total: {{ words_count }} results.
{% endif %}
METADATA
{% if not output_metadata %}
{% else %}
Profile Image
PICTURE |
DESCRIPTION |
 }})
|
{{ meta_profile_image[0] }} |
|
|
|
|
COPYRIGHT |
ORIGINAL DATETIME |
MAKE |
MODEL |
{{ meta_profile_image[1] }} |
{{ meta_profile_image[2] }} |
{{ meta_profile_image[3] }} |
{{ meta_profile_image[4] }} |
|
|
|
|
SOFTWARE |
SUBJECT DISTANCE |
PLATFORM |
ICC DATE |
{{ meta_profile_image[5] }} |
{{ meta_profile_image[6] }} |
{{ meta_profile_image[7] }} |
{{ meta_profile_image[8] }} |
|
|
|
|
THUMBNAIL |
COORDINATES |
{{ thumb }} |
{{ coordinates }} |
{% endif %}
User images and videos
{% if not output_media %}
{% else %}
{% if media_directory %}
IMAGES DIRECTORY |
{{ media_directory }} |
{% endif %}
MEDIA |
APP |
REPLY TO |
RT |
LIKE |
SOURCE USER |
RT USER |
TWEET |
{% for info in media %}
{% if info[5] == "" %}
{% else %}
{% endif %}
{% if info[9] == "Image" %}
{% endif %}
{% if info[9] == "Video" %}
{% endif %}
|
{{ info[12] }} |
{% if info[15] %}
@{{ info[15] }}
{% endif %}
|
{{ info[13] }} |
{{ info[14] }} |
{% if info[5] == "" %}
|
@{{ info[10] }}
{{ info[2] }} {{ info[3] }} |
{% else %}
|
@{{ info[5] }}
{{ info[7] }} {{ info[8] }} |
|
@{{ info[10] }}
{{ info[2] }} {{ info[3] }} |
{% endif %}
view |
{% if meta_size[info[0]] %}
- Size: {{ meta_size[info[0]] }}
{% endif %}
{% if meta_description[info[0]] %}
- Description: {{ meta_description[info[0]] }}
{% endif %}
{% if meta_copyright[info[0]] %}
- Copyright: {{ meta_copyright[info[0]] }}
{% endif %}
{% if meta_date[info[0]] %}
- Original Datetime: {{ meta_date[info[0]] }}
{% endif %}
{% if meta_model[info[0]] %}
- Model: {{ meta_model[info[0]] }}
{% endif %}
{% if meta_software[info[0]] %}
- Software: {{ meta_software[info[0]] }}
{% endif %}
{% if meta_distance[info[0]] %}
- Distance: {{ meta_distance[info[0]] }}
{% endif %}
{% if meta_platform[info[0]] %}
- Platform: {{ meta_platform[info[0]]}}
{% endif %}
{% if meta_iccdate[info[0]] %}
- ICC Date: {{ meta_iccdate[info[0]] }}
{% endif %}
{% if meta_coordinates[info[0]] %}
- Coordinates: {{ meta_coordinates[info[0]] }}
{% endif %}
{% if meta_thumb[info[0]] %}
- Thumbnail: {{ meta_thumb[info[0]] }}
{% endif %}
|
|
|
{% endfor %}
Total: {{ media_count }} results.
{% endif %}
User Geolocation
{% if not output_geolocation %}
{% else %}
Tweets with geolocation enabled
DATE |
TIME |
COORDINATES |
LOCATION |
MEDIA |
APPLICATION |
TWEET |
{% for info in geo_info %}
{{ info[3] }} |
{{ info[4] }} |
{{ info[2].replace("[","").replace("]","") }} |
{{ info[1] }} |
{% if info[0] %}
{% if info[0].find(".mp4") > 0 %}
{% else %}
{% endif %}
{% else %}
{% endif %}
|
{{ info[6] }} |
view |
{% endfor %}
Total: {{ geo_info_count }} results.
User route
TWEETS |
GLOBAL |
DATE (SINCE) |
TIME (SINCE) |
DATE (UNTIL) |
TIME (UNTIL) |
DAYS |
LOCATION |
COORDINATES |
{% for info in geo_visited_locations %}
{{ info[1].strftime('%m/%d/%Y') }} |
{{ info[2] }} |
{{ info[3].strftime('%m/%d/%Y') }} |
{{ info[4] }} |
{{ info[5] }} |
{{ info[0] }} |
{{ info[7] }} |
{% endfor %}
Total: {{ geo_visited_locations_count }} results.
Top Locations
DATE TIME (SINCE) |
DATE TIME (UNTIL) |
MO |
TU |
WE |
TH |
FR |
SA |
SU |
LOCATION |
COORDINATES |
{% for info in geo_toplocations %}
{{ info[1] }} |
{{ info[3] }} |
{{ info[2] }} |
{{ info[4] }} |
{% if info[5] in (info[15]) %}

|
{% else %}
{% if info[5] %}

|
{% else %}
|
{% endif %}
{% endif %}
{% if info[6] in (info[15]) %}

|
{% else %}
{% if info[6] %}

|
{% else %}
|
{% endif %}
{% endif %}
{% if info[7] in (info[15]) %}

|
{% else %}
{% if info[7] %}

|
{% else %}
|
{% endif %}
{% endif %}
{% if info[8] in (info[15]) %}

|
{% else %}
{% if info[8] %}

|
{% else %}
|
{% endif %}
{% endif %}
{% if info[9] in (info[15]) %}

|
{% else %}
{% if info[9] %}

|
{% else %}
|
{% endif %}
{% endif %}
{% if info[10] in (info[15]) %}

|
{% else %}
{% if info[10] %}

|
{% else %}
|
{% endif %}
{% endif %}
{% if info[11] in (info[15]) %}

|
{% else %}
{% if info[11] %}

|
{% else %}
|
{% endif %}
{% endif %}
{{ info[13].decode('utf-8') }} |
{{ info[12] }} |
{% endfor %}
Total: {{ geo_toplocations_count }} results.
{% endif %}
Place
{% if not output_search %}
{% else %}
Place
{% if output_search_nocoord == "*" %}
{% else %}
Total: {{ adv_geo_count }} results.
{% endif %}
Geolocated Users
{% if output_search_nocoord == "*" %}
{% else %}
TWITTER |
INSTAGRAM |
FOURSQUARE |
FACEBOOK |
{% for twitter, others in user_sn.items() %}

|
@{{ twitter }} |
{% if others[1][1] %}

|
{% else %}

|
{% endif %}
{{ others[1][0] }} |
{% if others[2][0] %}

|
{% else %}

|
{% endif %}
{{ others[2][0] }} |
{% if others[3][0] %}

|
{% else %}

|
{% endif %}
{{ others[3][0] }} |
{% for keyword in user_keywords[twitter] %}
#{{ keyword }}
{% endfor %}
|
{% endfor %}
Total: {{ user_sn_count }} results.
{% endif %}
Tagged Users
Total: {{ user_taggeds_count }} results.
{% endif %}
User Conversations
{% if not output_conversation %}
{% else %}
Total conversations: {{ conversations_number }}
|
{% for conversation_id, tweets in conversations %}
Conversation #{{ conversation_id }} |
{{ conversations_messages[conversation_id] }} messages |
{% for tweet in tweets %}
{% if tweet[8] == "left" %}
{{ tweet[7] }}
|
{{ tweet[1] }}
@{{ tweet[4] }} {{ tweet[10] }} on {{ tweet[2] }} - {{ tweet[3] }}
[ ID: {{ tweet[0] }}, IN REPLY: {{ tweet[11] }} ]
|
|
|
|
{% else %}
|
|
|
{{ tweet[1] }}
@{{ tweet[4] }} {{ tweet[10] }} on {{ tweet[2] }} - {{ tweet[3] }}
[ ID: {{ tweet[0] }}, IN REPLY: {{ tweet[11] }} ]
|
{{ tweet[7] }}
|
{% endif %}
{% endfor %}
{% endfor %}
{% endif %}
Protected Account
{% if not output_protected %}
{% else %}
Followed by
PROFILE IMG |
PROFILE BANNER |
SCREEN NAME |
USER NAME |
PROTECTED |
LOCATION |
CREATED AT |
{% for user in following_users %}
|
|
@{{ user.screen_name }} |
{{ user.name }} |
{{ user.protected }} |
{{ user.location }} |
{{ user.created_at }} |
{% endfor %}
Total: {{ following_count }} results.
Following
PROFILE IMG |
PROFILE BANNER |
SCREEN NAME |
USER NAME |
PROTECTED |
LOCATION |
CREATED AT |
{% for user in followedby_users %}
|
|
@{{ user.screen_name }} |
{{ user.name }} |
{{ user.protected }} |
{{ user.location }} |
{{ user.created_at }} |
{% endfor %}
Total: {{ followedby_count }} results.
Tweets
Total: {{ protected_tweets_count }} results.
{% endif %}
Social Networks
{% if not output_social %}
{% else %}
SOCIAL NETWORK
USERNAME
PICTURE
NAME
ADDITIONAL INFO
Twitter
{{ twitter }}
{{ user_name }}
{{ location }}
Instagram
{{ info[0][0] }}
{% if info[0][2] %}
{% else %}
{% endif %}
{{ info[0][3] }}
{{ info[0][4] }}
Foursquare
{{ info[1][0] }}
{% if info[1][2] %}
{% else %}
{% endif %}
{{ info[1][3] }}
{{ info[1][4] }}
Facebook
{{ info[2][0] }}
{% if info[2][2] != "?" %}
{% else %}
{% endif %}
{{ info[2][3] }}
{{ info[2][4] }}
LinkedIn
{{ info[3][0] }}
{% if info[3][2] %}
{% else %}
{% endif %}
{{ info[3][3] }}
{{ info[3][4] }}
Runkeeper
{{ info[4][0] }}
{% if info[4][2] %}
{% else %}
{% endif %}
{{ info[4][3] }}
{{ info[4][4] }}
Flickr
{{ info[5][0] }}
{% if info[5][2] %}
{% else %}
{% endif %}
{{ info[5][3] }}
{{ info[5][4] }}
Vine
{{ info[6][0] }}
{% if info[6][2] %}
{% else %}
{% endif %}
{{ info[6][3] }}
{{ info[6][4] }}
Periscope
{{ info[7][0] }}
{% if info[7][2] %}
{% else %}
{% endif %}
{{ info[7][3] }}
{{ info[7][4] }}
Kindle
{{ info[8][0] }}
{% if info[8][2] %}
{% else %}
{% endif %}
{{ info[8][3] }}
{{ info[8][4] }}
Youtube
{{ info[9][0] }}
{% if info[9][2] %}
{% else %}
{% endif %}
{{ info[9][3] }}
{{ info[9][4] }}
Google+
{{ info[10][0] }}
{% if info[10][2] %}
{% else %}
{% endif %}
{{ info[10][3] }}
{{ info[10][4] }}
Frontback
{{ info[11][0] }}
{% if info[11][2] %}
{% else %}
{% endif %}
{{ info[11][3] }}
{{ info[11][4] }}
Total: {{ social_results }} results.
{% endif %}