Files
beef/modules/host/get_internal_ip_webrtc/config.yaml
2015-02-09 08:50:36 +00:00

17 lines
695 B
YAML
Executable File

#
# Copyright (c) 2006-2015 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
get_internal_ip_webrtc:
enable: true
category: "Host"
name: "Get Internal IP WebRTC"
description: "Retrieve the internal (behind NAT) IP address of the victim machine using WebRTC Peer-to-Peer connection framework. Code from <a href='http://net.ipcalf.com/' target='_blank'>http://net.ipcalf.com/</a>"
authors: ["xntrik", "@natevw"]
target:
working: ["C", "FF"]
not_working: ["ALL"]