Skip to content
/ seeker Public

Digital Forensics toolkit written in Python and C - automated data collection and web-based visualization using Streamlit

License

Notifications You must be signed in to change notification settings

iikyc/seeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seeker Logo

Seeker

Linux Digital Forensics toolkit written in Python and C

Features

  • Automated data collection
  • Data visualization
  • IOC Detection using VirusTotal's API
  • Web history analysis

Built with

Setting up the data collection script

Clone the project

  git clone https://github.com/iikyc/seeker

Go to the project directory

  cd seeker/data_extractor/linux

Compile the C script

  gcc seeker.c -o seeker

Change permissions

  chmod +x seeker

Run the script

  ./seeker

Setting up the web application

Clone the project

  git clone https://github.com/iikyc/seeker

Go to the project directory

  cd seeker/webapp

Install requirements

  pip install -r requirements.txt

or

  pip3 install -r requirements.txt

Setup .env file for VirusTotal API functionality

  echo VTKEY=YOUR_API_KEY > .env

Run the webapp

  streamlit run Main.py

License

MIT

About

Digital Forensics toolkit written in Python and C - automated data collection and web-based visualization using Streamlit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages