-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
First Steps
- Confirmed issue not posted previously.
- Confirmed wiki does not contain answers.
- Checking FAQ.
- BeEF Version: Latest
- Ruby Version: 3.2.3
- Browser Details: Firefox (Linux)
- Operating System: Linux
Configuration
- BeEF configuration changes? No
- Enabled/disabled extensions? No
Steps to Reproduce
- Browser: Firefox
- Execute "Fingerprint Routers" module.
Error Description
The module crashes the BeEF server thread with an ActiveModel::UnknownAttributeError when attempting to save results to the database.
Console Error
ActiveModel::UnknownAttributeError: unknown attribute 'type' for BeEF::Core::Models::NetworkService.
from /beef/modules/network/jslanscanner/module.rb:29:in `post_execute'
Root Cause
The module's post_execute method in modules/network/jslanscanner/module.rb:29 attempts to create a NetworkService record using attribute type, but the model expects ntype.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels