- Automated data collection
- Data visualization
- IOC Detection using VirusTotal's API
- Web history analysis
Clone the project
git clone https://github.com/iikyc/seekerGo to the project directory
cd seeker/data_extractor/linuxCompile the C script
gcc seeker.c -o seekerChange permissions
chmod +x seekerRun the script
./seekerClone the project
git clone https://github.com/iikyc/seekerGo to the project directory
cd seeker/webappInstall requirements
pip install -r requirements.txtor
pip3 install -r requirements.txtSetup .env file for VirusTotal API functionality
echo VTKEY=YOUR_API_KEY > .envRun the webapp
streamlit run Main.py