-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdated-tree.txt
110 lines (110 loc) · 5.82 KB
/
updated-tree.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Folder PATH listing for volume OS
Volume serial number is CE44-288C
C:.
│ .env
│ app.db
│ config.py
│ emailer.py
│ phishing.py
│ scheduler.py
│
├───app
│ │ models.py
│ │ __init__.py
│ │
│ ├───auth
│ │ forms.py
│ │ routes.py
│ │ __init__.py
│ │
│ │
│ ├───errors
│ │ handlers.py
│ │ __init__.py
│ │
│ │
│ ├───main
│ │ email.py
│ │ forms.py
│ │ routes.py
│ │ __init__.py
│ │
│ │
│ ├───reports
│ │ forms.py
│ │ routes.py
│ │ __init__.py
│ │
│ │
│ └───templates
│ │ base.html
│ │ edit_staff.html
│ │ index.html
│ │ staff.html
│ │ _staff.html
│ │
│ ├───auth
│ │ login.html
│ │ register.html
│ │
│ ├───email
│ │ e_anonymous.html
│ │ e_anonymous.txt
│ │ e_dropbox.html
│ │ e_dropbox.txt
│ │ e_google.html
│ │ e_google.txt
│ │ e_office.html
│ │ e_office.txt
│ │
│ ├───errors
│ │ 400.html
│ │ 404.html
│ │ 500.html
│ │
│ ├───landingpages
│ │ anonymous.html
│ │ dropbox.html
│ │ google.html
│ │ office.html
│ │
│ └───reports
│ reports.html
│ reports_departments.html
│ reports_staff.html
│ _staffreports.html
│
│
├───logs
│ phishing-project.log
│ phishing-project.log.1
│ phishing-project.log.10
│ phishing-project.log.2
│ phishing-project.log.3
│ phishing-project.log.4
│ phishing-project.log.5
│ phishing-project.log.6
│ phishing-project.log.7
│ phishing-project.log.8
│ phishing-project.log.9
│
└───migrations
│ alembic.ini
│ env.py
│ README
│ script.py.mako
│
└───versions
00eff1739a5c_staff_table_updated_for_tracking.py
0e25a8dfc6d6_delivered_column_added_to_staff.py
1d93d2b8f0e5_dropped_staffname_column.py
20573068d699_users_table.py
440ada6979b9_added_staff_name_column_to_replace_.py
523de11f2d5f_admin_table_password_column_dropped.py
715d63f3b96c_added_risk_score_column_to_replace_.py
a2db87d3b2fb_admin_table_added_for_logins.py
b4a1109001bd_dropped_confidence_column.py
c6f1f0d91d7e_last_sent_column_added.py
d6724e90d560_user_table_renamed_staff.py
e0e3706fbf9b_admin_table_password_hash_column_added_.py
f68131da43fb_latest_risk_and_direction_columns_added.py