new: facebook phishing caplet

This commit is contained in:
evilsocket 2018-01-13 03:42:43 +01:00
commit 2fc4bf6125
6 changed files with 365 additions and 1 deletions

View file

@ -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 == "" {