diff --git a/network/analyzer/bluesnarfer/actions.py b/network/analyzer/bluesnarfer/actions.py
new file mode 100644
index 0000000000..fc071deee3
--- /dev/null
+++ b/network/analyzer/bluesnarfer/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+
+def build():
+ autotools.make()
+
+def install():
+ pisitools.dosbin("bluesnarfer")
+ pisitools.dodoc("README")
+
diff --git a/network/analyzer/bluesnarfer/pspec.xml b/network/analyzer/bluesnarfer/pspec.xml
new file mode 100644
index 0000000000..f65a4de346
--- /dev/null
+++ b/network/analyzer/bluesnarfer/pspec.xml
@@ -0,0 +1,45 @@
+
+
+ bluesnarfer
+ http://www.alighieri.org/project.html
+
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+ GPLv2
+ network
+ app:console
+ A Bluetooth bluesnarfing Utility.
+ rfcomm connection to bdaddr and send/recv AT command from gsm extension.
+
+ bluez-libs-devel
+
+ http://www.alighieri.org/tools/bluesnarfer.tar.gz
+
+
+ bluesnarfer
+
+ bluez-libs
+
+ A Bluetooth bluesnarfing Utility.
+
+ /
+
+
+
+
+ 2016-02-17
+ 0.1
+ Docker ile yeni derleme
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+
+ 2016-02-11
+ 0.1
+ A Bluetooth bluesnarfing utility
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+
+
diff --git a/network/analyzer/bluesnarfer/translations.xml b/network/analyzer/bluesnarfer/translations.xml
new file mode 100644
index 0000000000..503282533d
--- /dev/null
+++ b/network/analyzer/bluesnarfer/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ bluesnarfer
+ Linux Mavidiş Tüketme Aracı
+ Mavidiş aygıtının adresine rfcomm bağlantısı ile AT komutları gönderip alır.
+
+