Kulyutmaz is a project developed for the regional TUBITAK competition's programming field thart aims to create a more advanced phishing e-mail detection algorithm using website content checking and a neural network that we have trained.
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.

14 lines
398 B

4 years ago
  1. {
  2. "mysql_username": "kulyutmazuser",
  3. "mysql_host": "localhost",
  4. "refresh_millis": 200,
  5. "sensitivity": 32,
  6. "threshold": 20,
  7. "accounts": [{
  8. "server": "imap.gmail.com",
  9. "password": "totallysecurepass1",
  10. "uname": "ycolakoglu.bilisim@gmail.com",
  11. "port": 993
  12. }],
  13. "mysql_database": "kulyutmaz_db",
  14. "mysql_password": "totallysecurepass"
  15. }