##This is a simple script that allows to search if a .pcap file contains certain values
#How to use:
- You have to have tshark installed and TSHARK_HOME must be set
- Call the script via python and tell the script where the .pcap file is located: python Scanner.py "path/to/my.pcap"
- You have an option to specify which key values you want to search for: python Scanner.py "path/to/my.pcap" find this words in the pcap file
- If you do not specify the key values, it will use default ones self.keyWords = ["find", "this", "words", "in", "the", "pcap", "file"]
- Script will produce stdout if it finds any of the key values
- Once scan is started, a text file from .pcap file will become available in the project directory