mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: facebook phishing caplet
This commit is contained in:
parent
3bd3c7fb2a
commit
2fc4bf6125
6 changed files with 365 additions and 1 deletions
|
@ -120,7 +120,7 @@ func (p *HttpProxy) doProxy(req *http.Request) bool {
|
|||
blacklist := []string{
|
||||
"localhost",
|
||||
"127.0.0.1",
|
||||
p.address,
|
||||
// p.address,
|
||||
}
|
||||
|
||||
if req.Host == "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue