-
Notifications
You must be signed in to change notification settings - Fork 364
Open
Labels
Description
Report
Under the comments for using the class RawL2SocketConnection in raw_l2_socket_connection.py, the description for interface is "interface(str): Hostname or IP address of target system". This is wrong and should instead be "interface(str): Interface to send and receive on".
Expected behavior
Documentation for class RawL2SocketConnection should be modified to "interface(str): Interface to send and receive on".
Actual behavior
Documentation for class RawL2SocketConnection is "interface(str): Hostname or IP address of target system".
Steps to reproduce the problem
boofuzz script
boofuzz version
0.4.2
Python version
3.12
Platform
None
Anything else?
No response