()
| 72 | } |
| 73 | |
| 74 | func (mod *HttpProxy) Name() string { |
| 75 | return "http.proxy" |
| 76 | } |
| 77 | |
| 78 | func (mod *HttpProxy) Description() string { |
| 79 | return "A full featured HTTP proxy that can be used to inject malicious contents into webpages, all HTTP traffic will be redirected to it." |
no outgoing calls