BNAT Router
This module will properly route BNAT traffic and allow for connections to be established to machines on ports which might not otherwise be accessible.
Rank
- Normal
Authors
- bannedit < bannedit [at] metasploit.com >
- Jonathan Claudius < >
Vulnerability References
- https://github.com/claudijd/BNAT-Suite
- http://www.slideshare.net/claudijd/dc-skytalk-bnat-hijacking-repairing-broken...
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/bnat/bnat_router
msf auxiliary(bnat_router) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/bnat/bnat_router
msf auxiliary(bnat_router) > run
Module Options
| BNATIP | The ip of the bnat response you are getting (default: 1.1.2.2) |
| CLIENTIP | The ip of the client behing the BNAT router (default: 192.168.3.2) |
| ININF | The internal interface connected to the network (default: eth2) |
| OUTINF | The external interface connected to the internet (default: eth1) |
| SERVERIP | The ip of the server you are targeting (default: 1.1.2.1) |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
