Created
September 7, 2013 05:05
-
-
Save xntrik/6472934 to your computer and use it in GitHub Desktop.
This is the proposed config.yaml file for the internal IP detection using NateVW's WebRTC IP detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Copyright (c) 2006-2013 Wade Alcorn - [email protected] | |
# 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." | |
authors: ["xntrik", "@natevw"] | |
target: | |
working: ["C", "FF"] | |
unknown: ["All"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment