git-svn-id: https://beef.googlecode.com/svn/trunk@915 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
21 lines
744 B
YAML
21 lines
744 B
YAML
beef:
|
|
module:
|
|
detect_local_settings:
|
|
enable: true
|
|
category: "Network"
|
|
name: "Detect local settings"
|
|
description: "Grab the local network settings (ie internal ip address)."
|
|
authors: ["pdp", "wade", "bm"]
|
|
target:
|
|
working: ["FF", "C"]
|
|
not_working: ["IE"]
|
|
fingerprint_local_network:
|
|
enable: false
|
|
category: "Network"
|
|
name: "Fingerprint local network"
|
|
description: "Scan common local network IP addresses for embedded devices."
|
|
authors: ["bcoles@gmail.com", "wade"]
|
|
target:
|
|
user_notify: ["FF", "IE"]
|
|
not_working: ["O"]
|