vuddy
vuddy copied to clipboard
Can we use our vulnerability dataset to detect vulnerability by vuddy?
I have seen your project which can generate vulnerability dataset(https://github.com/squizz617/vulnDBGen/tree/f4cb690e43e5c4fe212a85317782cfe13a3c9bab), so I want to add some newest vulnerability, but except for the https://iotcube.korea.ac.kr/ you provided, I have not seen any scripts that can be modified. I wonder if you can provide them. Thank you!
Hi, I've added a local checker. Using vulnDBGen, you can create a hidx file with the vulnerabilities you've collected, and then run the local checker on a target program against that hidx file.
Please check the updated README.md and my latest commits. Thank you.