Skip to content

Commit 0b7c679

Browse files
jordan-wrightgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 395ef2a commit 0b7c679

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

faq.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# FAQ
22

3+
## Unable to Reach Admin Dashboard
4+
5+
Let's say you've just loaded up Gophish, are trying to reach the admin dashboard, and encounter this error in your logs:
6+
7+
```text
8+
2018/11/15 21:42:22 http: TLS handshake error from 127.0.0.1:51419: tls: first record does not look like a TLS handshake
9+
```
10+
11+
This means that you browsed to `http://admin_server` instead of `https://admin_server` \(note the use of HTTPS\).
12+
13+
## How to Bypass Spam Filters
14+
15+
There is no fool proof way to bypass spam filters - **this is a good thing!**
16+
17+
Something that might help increase deliverability is to set up your email infrastructure correctly to support modern email authentication protocols like SPF, DKIM, and DMARC. You can find more information about this [here](https://www.trustedsec.com/2018/03/take-employees-phishing/).
18+
19+
However, for tests that aim to measure how users respond to phishing simulations, it's recommend to temporarily whitelist the IP address of the server running Gophish.
20+
321
## Events Aren't Showing Up on the Dashboard
422

523
If you are seeing emails being sent successfully, but aren't seeing events show up on the dashboard, it likely means there is a configuration error somewhere. You can follow these tips to help track it down.

0 commit comments

Comments
 (0)