Sniffer init
diff --git a/scripts/sniffer.py b/scripts/sniffer.py
new file mode 100644
index 0000000..246dcd4
--- /dev/null
+++ b/scripts/sniffer.py
@@ -0,0 +1,4 @@
+# This will be the basic sniffer script
+# Its purpose is to sniff for a specific packet and return its headers-n-data
+
+return
\ No newline at end of file