| Line 123: |
Line 123: |
| | | | |
| | vega (GUI) | | vega (GUI) |
| | + | == Rebind == |
| | + | IP rebind attack for routers |
| | + | <nowiki> |
| | + | Rebind v0.3.4 |
| | + | |
| | + | Usage: rebind [OPTIONS] |
| | + | |
| | + | -i <interface> Specify the network interface to bind to |
| | + | -d <fqdn> Specify your registered domain name |
| | + | -u <user> Specify the Basic Authentication user name [admin] |
| | + | -a <pass> Specify the Basic Authentication password [admin] |
| | + | -r <path> Specify the initial URL request path [/] |
| | + | -t <ip> Specify a comma separated list of target IP addresses [client IP] |
| | + | -n <time> Specify the callback interval in milliseconds [2000] |
| | + | -p <port> Specify the target port [80] |
| | + | -c <port> Specify the callback port [81] |
| | + | -C <value> Specify a cookie to set for the client |
| | + | -H <file> Specify a file of HTTP headers for the client to send to the target</nowiki> |