mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-05-13 20:42:13 +02:00
26880e36cf
Fix ip filtering. Support for ip filter in proxies
10 lines
173 B
Go
10 lines
173 B
Go
package data
|
|
|
|
const (
|
|
PAGE_TYPE_EVASION = "evasion"
|
|
PAGE_TYPE_BEFORE = "before"
|
|
PAGE_TYPE_LANDING = "landing"
|
|
PAGE_TYPE_AFTER = "after"
|
|
PAGE_TYPE_DONE = "done"
|
|
)
|