You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

phishing.conf 191B

1234567
  1. phishing {
  2. symbol = "PHISHING";
  3. strict_domains = [
  4. "${TESTDIR}/configs/maps/strict.phishing:STRICT_PHISHING",
  5. "${TESTDIR}/configs/maps/stricter.phishing:STRICTER_PHISHING"
  6. ];
  7. }