Skip to content

Python Code to extract CAs from pcap files in a folder.

Notifications You must be signed in to change notification settings

varunajmera97/IoTLS---Fall-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

IoTLS---Fall-2021

This script was written to extract all the certificate authorities from pcap files created by intercepting the network traffic generated by all the IoT devices at Northeastern's Mon(IoT)r lab. It was part of a research project called IoTLS which I was assisting as a volunteer researchers.

Python Code to extract CAs from pcap files in a folder. The code also uses the MAC Addresses of different devices in order to differentiate between devices and run through all their pcap files individually.

The code runs by simply making the following changed in order to incorporate your list of pcap files. There are a few alterations required for it to run successfully:

  1. Line 94 - Add the path to the directory with the list of devices from which the pcap files have been captured.
  2. Line 101 - This line stores all the MAC addresses of the devices to differentiate between them.

About

Python Code to extract CAs from pcap files in a folder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages