diff --git a/GSoC-2023/Atharva-Karambe-Scan8.md b/GSoC-2023/Atharva-Karambe-Scan8.md new file mode 100644 index 0000000..0aee06e --- /dev/null +++ b/GSoC-2023/Atharva-Karambe-Scan8.md @@ -0,0 +1,59 @@ +# Scan8 +## Student Info +- Name : Atharva Karambe +- Email : atharvakarambe262@gmail.com +- Profiles : [Github](https://github.com/Atharva-karambe) | [Medium](https://medium.com/@atharvakarambe262) | [LinkedIn](https://linkedin.com/in/atharva-karambe-ba77a3227/) + +# Project Abstract +Scan8 is a distributed scanning system for detecting trojans, viruses, malware, and other malicious threats embedded in files. The system will allow one to submit a list of URLs or files and get the scan results in return. + +The project is divided into various modules namely Dashboard, Coordinator Node, Worker Node, and Testing. +The Dashboard provides a responsive web interface for uploading files for new scans and tracking the status of all the submitted scans. +The Coordinator Node listens to updates for new scans, subsequently creating and adding scan jobs to the Redis Queue. +The Worker Node listens to updates for new jobs in Redis Queue and executes them. +The Testing module helps in maintaining the application and facilitating the CI/CD process for the same. + +## [GSoC Project Page](https://summerofcode.withgoogle.com/programs/2023/organizations/score-lab) + +## [GSoC Project Proposal](https://drive.google.com/file/d/1Peygk6bIy1-EqfWBx-iRVDi5JfYOeStc/view?usp=sharing) + +## [GitHub Organization Repo](https://github.com/c2siorg/Scan8) + +## [GitHub Personal Repo](https://github.com/Atharva-karambe/Scan8) + +## [Commits during GSoC 2023](https://github.com/c2siorg/Scan8/commits/main?author=Atharva-karambe) + +## [Project Demo Video](https://youtu.be/u55EvwUkNDk) + +## [Project Tracker During GSoC](https://drive.google.com/file/d/15iM1QnKRXWfbXAlF5lUDcnu0HFmXhfe-/view?usp=sharing) + +## GSoC Blogs +- [GSoC’22 Week 0 & 2 : Webcrawwler ](https://medium.com/@atharvakarambe262/google-summer-of-code-2023-scan8-43ff8dd7c131) +- [GSoC’22 Week 2 & 4 : Proxy ](https://medium.com/@atharvakarambe262/google-summer-of-code-2023-scan8-d2560687ac09) + + +# Work Summary +