Name: Patil Mohit Manoj
Class: BE Computer - B
Batch: B-1
Roll No: 12
DOP: 17/02/2023 DOC: 17/02/2023
Fuzzing Tools: BED
BED stands for Bruteforce Exploit Detector. It is designed to check daemons for potential buffer overflows, format strings et. al.
Usage:
./bed.pl -s <plugin> -t <target> -p <port> -o <timeout> [ depends on the plugin ]
<plugin> = FTP/SMTP/POP/HTTP/IRC/IMAP/PJL/LPD/FINGER/SOCKS4/SOCKS5
<target> = Host to check (default: localhost)
<port> = Port to connect to (default: standard port)
<timeout> = seconds to wait after each test (default: 2 seconds)
use "./bed.pl -s <plugin>" to obtain the parameters you need for the plugin.
Only -s is a mandatory switch.
Example:
bed -s HTTP -t google.com
Output:
$ bed -s HTTP -t sscoetjalgaon.ac.in