mirror of
https://github.com/bettercap/bettercap
synced 2025-07-14 00:53:46 -07:00
balls
This commit is contained in:
parent
446b0ab87e
commit
ae773799a6
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ func (f *WindowsFirewall) EnableRedirection(r *Redirection, enabled bool) error
|
|||
rule = append([]string{"interface", "portproxy", "delete", "v4tov4"}, rule...)
|
||||
}
|
||||
|
||||
fmt.Printf("%v\n", rule)
|
||||
out, err := core.Exec("netsh", rule)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue