From the course: Fine-Tuning LLMs for Cybersecurity: Mistral, Llama, AutoTrain, AutoGen, and LLM Agents

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Planning the project and discovering the right tools

Planning the project and discovering the right tools

- [Instructor] Welcome back. In this video, we'll be planning our project and also discovering the right tools that'll help us build out our project. All right, so since we want to find vulnerabilities on a website, the first thing we have to think about is scraping the website's network logs. And so, we have to find a way to do this. The next step would be to process these logs carefully and build a generic enough system that can process network logs from any website. In the network logs, we can discover the vulnerabilities. And now, we can pass on these vulnerabilities to LLM agents since they'll be able to further process this information way better and create detailed reports just like we saw in the previous project. This means we need a framework for creating agents. We need an LLM to power these agents with. We then need to define our agents and our tasks. So, these are the steps that we will be following for building our project. When it comes to agents, we can have four…

Contents