# HG changeset patch # User Aleksej Bobylev # Date 1397900529 -10800 # Node ID 2d722593894a142cb26795b3d0ee578f2fdbf2c5 # Parent f398031ad8453bee098d9690ab0a2703fd68a819 Add: SkypeFreak diff -r f398031ad845 -r 2d722593894a SkypeFreak/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SkypeFreak/description.txt Sat Apr 19 12:42:09 2014 +0300 @@ -0,0 +1,34 @@ +A Forensic Framework for Skype. +Default run of the program produces the following output: + +8""""8 +8 e e e e eeeee eeee +8eeeee 8 8 8 8 8 8 8 + 88 8eee8e 8eeee8 8eee8 8eee +e 88 88 8 88 88 88 +8eee88 88 8 88 88 88ee + + 8"""" + 8 eeeee eeee eeeee e e + 8eeee 8 8 8 8 8 8 8 + 88 8eee8e 8eee 8eee8 8eee8e + 88 88 8 88 88 8 88 8 + 88 88 8 88ee 88 8 88 8 + + +[*] A creation of Osanda Malith & contributors +[*] Follow @OsandaMalith and @yasoobkhalid +[*] URL: http://osandamalith.github.io/SkypeFreak/ + +[~] What Do You Like to Investigate? +1. Profile +2. Contact +3. Calls +4. Messages +5. Generate Full Report +6. Print the list of contributors & exit +7. Exit + +Select the option which you deem suitable for the given conditions. After that +Skype Freak will perform the given task and will print the output to console +and will ask you to write the extracted data to disk. diff -r f398031ad845 -r 2d722593894a SkypeFreak/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SkypeFreak/receipt Sat Apr 19 12:42:09 2014 +0300 @@ -0,0 +1,24 @@ +# SliTaz package receipt. + +PACKAGE="SkypeFreak" +GITHASH="1efb36233858c580f0431a6e69be05030919f7cc" +VERSION=${GITHASH:0:7} +CATEGORY="network" +SHORT_DESC="A cross platform forensic tool for Skype" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" +WEB_SITE="https://github.com/yasoob/SkypeFreak" +TARBALL="$PACKAGE-$VERSION.zip" +WGET_URL="https://github.com/yasoob/$PACKAGE/archive/$GITHASH.zip" + +DEPENDS="python" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/source/SkypeFreak.py $fs/usr/bin + + # fix bug with unicode strings (I'm not a pythonist, sorry) + sed -i 's|str(|unicode(|g' $fs/usr/bin/SkypeFreak.py +} diff -r f398031ad845 -r 2d722593894a SkypeFreak/stuff/skypefreak.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SkypeFreak/stuff/skypefreak.desktop Sat Apr 19 12:42:09 2014 +0300 @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=SkypeFreak +Comment=A Forensic Framework for Skype +Exec=terminal -h -e "python /usr/bin/SkypeFreak.py" +Icon=application-x-php +Categories=ConsoleOnly;Network;