mlinton / pentoo

Automatically exported from code.google.com/p/pentoo
1 stars 0 forks source link

Proposal for a new tool: tinfoleak #237

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I'm developing a tool (with name "tinfoleak") that I think it's interesting to 
be incorporated into your Pentoo distro.

tinfoleak is a simple Python script that allow to obtain detailed information 
about a Twitter user activity:

    basic information about a Twitter user (name, picture, location, followers, etc.)
    devices and operating systems used by the Twitter user
    applications and social networks used by the Twitter user
    place and geolocation coordinates to generate a tracking map of locations visited
    show user tweets in Google Earth!
    download all pics from a Twitter user
    hashtags used by the Twitter user and when are used (date and time)
    user mentions by the the Twitter user and when are occurred (date and time)
    topics used by the Twitter user

You can filter all the information by:

    start date / time
    end date / time
    keywords

More info (including tinfoleak script) and screenshots:
http://vicenteaguileradiaz.com/tools/

If you need more information from me, please tell me.

Thank's in advance.
-- Vicente

Original issue reported on code.google.com by diazagui...@gmail.com on 23 Feb 2014 at 1:37

GoogleCodeExporter commented 9 years ago
can you release the tools with the proper version number? Something like 
1.0.tar.gz will do it.

Original comment by blshkv on 23 Feb 2014 at 1:27

GoogleCodeExporter commented 9 years ago
The latest official version is 1.1 (02/23/2014).

I attach the latest version (tinfoleak-1.1.tar.gz).

Also, you can download this version (tinfoleak-1.1.tar.gz) here:
http://vicenteaguileradiaz.com/download/tinfoleak/tinfoleak-1.1.tar.gz

Original comment by diazagui...@gmail.com on 23 Feb 2014 at 7:42

Attachments:

GoogleCodeExporter commented 9 years ago
this is a good tool, thanks for the proposal

Original comment by ostree on 2 Mar 2014 at 4:14

GoogleCodeExporter commented 9 years ago
btw, would be a chance to ask about the description and the exemplary use 
cases, something that could be added to the wiki/Workshop and Tutorials, thanks 
in advance :)

Original comment by ostree on 2 Mar 2014 at 6:01

GoogleCodeExporter commented 9 years ago
Usage:
# tinfoleak.py [-n|--name] username [-c|--count] count [-t|--time] [-b|--basic] 
[-s|--source] [-h|--hashtags] [-m|--mentions] [-g|--geo] geofile [--stime] 
stime [--etime] etime [--sdate] sdate [--edate] edate [-f|--find] word 
[-p|--pics] images [-o|--output] file
        (*) username: Twitter account
            count: number of tweets to analyze (default value: 100)
            time: show time in every result (default value: off)
        (+) basic: show basic information about the username (default value: off)
        (+) source: show applications used by username (default value: off)
        (+) hashtags: show hashtags used by username (default value: off)
        (+) mentions: show twitter accounts used by username (default value: off)
        (+) geofile: show geolocation information and save the results in KML format for Google Earth visualization (default value: off)
            stime: filter tweets from this start time. Format: HH:MM:SS (default value: 00:00:00)
            etime: filter tweets from this end time. Format: HH:MM:SS (default value: 23:59:59)
            sdate: filter tweets from this start date. Format: YYYY/MM/DD (default value: 1900/01/01)
            edate: filter tweets from this end date. Format: YYYY/MM/DD (default value: 2100/01/01)
        (+) word: filter tweets that include this word
        (x) images: [0] show images (parameter "geofile" is mandatory), [1] download images (to the "screen_name" directory)
            file: output file

        (*) Required parameter
        (+) One of these parameters must be informed
        (x) If you enabled this option, you need to be patient. The execution time is greatly increased.

        Examples:
                # tinfoleak.py -n vaguileradiaz -b
                # tinfoleak.py -n stevewoz -sc 1000
                # tinfoleak.py -n nicholasstoller -g nicholasstoller.kml -o output.log
                # tinfoleak.py -n vaguileradiaz -thm
                # tinfoleak.py -n billgates -g billgates.kml -p 1 -c 300
                # tinfoleak.py -n vaguileradiaz -tc 500 -f secret --sdate 2013/10/01 -o output.log
                # tinfoleak.py -n vaguileradiaz -shmtc 1000 --stime 08:00:00 --etime 18:00:00

Original comment by diazagui...@gmail.com on 2 Mar 2014 at 7:41

GoogleCodeExporter commented 9 years ago
Please make it more "distro friendly", i.e. move out all settings (twitter 
auth) to a separate config file (/etc/bla.conf). Users should not modify 
/usr/bin/ binaries after we install your python script in there

Original comment by blshkv on 6 Mar 2014 at 12:20

GoogleCodeExporter commented 9 years ago

wiki: page edit, +Tools/tinfoleak rewrite
https://code.google.com/p/pentoo/source/detail?r=5529

https://code.google.com/p/pentoo/wiki/Tinfoleak

Original comment by ostree on 6 Mar 2014 at 2:56

GoogleCodeExporter commented 9 years ago
https://github.com/technoskald/tinfoleak

Original comment by blshkv on 10 Dec 2014 at 5:09