Name : Divya Dipak Mali
Class : BE - computer
Roll No : 58
Subject : Cyber - Security Lab
Aim: Study of Vulnerability Analysis Tools in Kali Linux
Fuzzing Tools: BED
BED is a program designed to check daemons for potential buffer overflows, format strings,
et.
BED stands for Bruteforce Exploit Detector. This tool simply sends the commands to the server and checks whether it is still alive afterward. Of course, this will not detect all bugs of the specified daemon but it will (at least it should) help you to check your software for common vulnerabilities.
References:
1. https://tools.kali.org/vulnerability-analysis/bed
2. https://www.tutorialspoint.com/kali_linux/index.html