wok-current rev 16452
Add: SkypeFreak
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 19 12:42:09 2014 +0300 (2014-04-19) |
parents | f398031ad845 |
children | 5c073a09ca07 |
files | SkypeFreak/description.txt SkypeFreak/receipt SkypeFreak/stuff/skypefreak.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/SkypeFreak/description.txt Sat Apr 19 12:42:09 2014 +0300 1.3 @@ -0,0 +1,34 @@ 1.4 +A Forensic Framework for Skype. 1.5 +Default run of the program produces the following output: 1.6 + 1.7 +8""""8 1.8 +8 e e e e eeeee eeee 1.9 +8eeeee 8 8 8 8 8 8 8 1.10 + 88 8eee8e 8eeee8 8eee8 8eee 1.11 +e 88 88 8 88 88 88 1.12 +8eee88 88 8 88 88 88ee 1.13 + 1.14 + 8"""" 1.15 + 8 eeeee eeee eeeee e e 1.16 + 8eeee 8 8 8 8 8 8 8 1.17 + 88 8eee8e 8eee 8eee8 8eee8e 1.18 + 88 88 8 88 88 8 88 8 1.19 + 88 88 8 88ee 88 8 88 8 1.20 + 1.21 + 1.22 +[*] A creation of Osanda Malith & contributors 1.23 +[*] Follow @OsandaMalith and @yasoobkhalid 1.24 +[*] URL: http://osandamalith.github.io/SkypeFreak/ 1.25 + 1.26 +[~] What Do You Like to Investigate? 1.27 +1. Profile 1.28 +2. Contact 1.29 +3. Calls 1.30 +4. Messages 1.31 +5. Generate Full Report 1.32 +6. Print the list of contributors & exit 1.33 +7. Exit 1.34 + 1.35 +Select the option which you deem suitable for the given conditions. After that 1.36 +Skype Freak will perform the given task and will print the output to console 1.37 +and will ask you to write the extracted data to disk.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/SkypeFreak/receipt Sat Apr 19 12:42:09 2014 +0300 2.3 @@ -0,0 +1,24 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="SkypeFreak" 2.7 +GITHASH="1efb36233858c580f0431a6e69be05030919f7cc" 2.8 +VERSION=${GITHASH:0:7} 2.9 +CATEGORY="network" 2.10 +SHORT_DESC="A cross platform forensic tool for Skype" 2.11 +MAINTAINER="al.bobylev@gmail.com" 2.12 +LICENSE="GPL3" 2.13 +WEB_SITE="https://github.com/yasoob/SkypeFreak" 2.14 +TARBALL="$PACKAGE-$VERSION.zip" 2.15 +WGET_URL="https://github.com/yasoob/$PACKAGE/archive/$GITHASH.zip" 2.16 + 2.17 +DEPENDS="python" 2.18 + 2.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.20 +genpkg_rules() 2.21 +{ 2.22 + mkdir -p $fs/usr/bin 2.23 + cp -a $src/source/SkypeFreak.py $fs/usr/bin 2.24 + 2.25 + # fix bug with unicode strings (I'm not a pythonist, sorry) 2.26 + sed -i 's|str(|unicode(|g' $fs/usr/bin/SkypeFreak.py 2.27 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/SkypeFreak/stuff/skypefreak.desktop Sat Apr 19 12:42:09 2014 +0300 3.3 @@ -0,0 +1,7 @@ 3.4 +[Desktop Entry] 3.5 +Type=Application 3.6 +Name=SkypeFreak 3.7 +Comment=A Forensic Framework for Skype 3.8 +Exec=terminal -h -e "python /usr/bin/SkypeFreak.py" 3.9 +Icon=application-x-php 3.10 +Categories=ConsoleOnly;Network;