-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathcatalog-collections.json
977 lines (977 loc) · 42.6 KB
/
catalog-collections.json
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
{
"collections": {
"plugins/client": [
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client :: Tool"
],
"description": "A plugin which will flash a Blink(1) peripheral based on campaign events such as when a new visit is received or new credentials have been submitted.",
"files": [
{
"path-destination": "blink1.py",
"path-source": "client/blink1.py",
"signature": "AQ0AxS8z/4lBY89BzKMV6oPhoSFl7c9GuCngVa3jhK08PTob2ta8tkXiJ6wYzTMaXs/xqh/Ucw5QKwyvahw1b2mBAZH/JFiabxKEZSISiz9hPPSN5tcApmohPYPqFwWl6teookgiWWglOTxl8T8Ez3J4EHemRhK5vbaAG7E21GVKa91K",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "blink1",
"reference_urls": [
"https://blink1.thingm.com/"
],
"requirements": {
"minimum-version": "1.6.0",
"packages": [
"blink1"
],
"platforms": [
"Linux"
]
},
"title": "Blink(1) Notifications",
"version": "1.1"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client :: Tool :: Data Management"
],
"description": "Store campaign message configurations for their respective campaigns. This allows users to switch between campaigns while keeping each of the message configurations and restoring them when the user returns to the original campaign. New campaigns can either be created with customizable default settings or from the existing configuration (see the \"Transfer Settings\" option).",
"files": [
{
"path-destination": "campaign_message_configuration.py",
"path-source": "client/campaign_message_configuration.py",
"signature": "AEgfSeW+B35XW3CWjCqOx39aZ0XPRcMuPJVGMFOpsSGqWEsAZhioPpBqwRZsqmDy/0Hpm1E6GrubFAExATDyAndsAAjfrUFxieQ/MuCFzhZvlmi/CvetkBXNIZOSsj/ZoiG3EC3W7PG8NOruSwVOJH0w8ga/UAf8wuRm45DGWI8lhyP5",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "campaign_message_configuration",
"requirements": {
"minimum-version": "1.10.0"
},
"title": "Campaign Message Configuration Manager",
"version": "1.0.1"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client"
],
"description": "Send SMS messages using the Clockwork SMS API's email gateway. While enabled, this plugin will automatically update phone numbers into email addresses for sending using the service.",
"files": [
{
"path-destination": "clockwork_sms.py",
"path-source": "client/clockwork_sms.py",
"signature": "AHvYjOEXYxd9cuIeugiMpWbThDByP65QpFK+DFYsV6qvG3yv7JfSaRjtu5IVUmAzXfzDvVxsL21HIyRh0n/D6TEBAFumEufTaLd7lNiW6ZuxpSlDj59nTDO0BoazYajxGOKvEIDO1JZSMa7apSnG+PtkMibSYZIt09m5IMwPIymVQE2a",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "clockwork_sms",
"requirements": {
"minimum-version": "1.10.0"
},
"title": "Clockwork SMS",
"version": "1.0.1"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client :: Email :: Spam Evasion",
"Script :: CLI"
],
"description": "This plugin adds another safety check to the message precheck routines to verify that if DMARC exists the message will not be quarentined or rejected. If no DMARC policy is present, the policy is set to none or the percentage is set to 0, the message sending operation will proceed.",
"files": [
{
"path-destination": "dmarc.py",
"path-source": "client/dmarc.py",
"signature": "ATqXhUiBVfyu9h8ujzeFA+gz5xy7lf6azYc9DjJOpdOMk1Xn4RgdVCHTmUO5UKNv5p/Pn17GDhytet9wxJ3mVX/NAXOfWBX9ZrUBd5kt9vIaebp6CFpJPzvoioZN9/3e0/1/W6jQD+1oTd4CpwgHqBZpaEXKqNznIbL3LfWqfLYwkV0Z",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "dmarc",
"reference_urls": [
"https://dmarc.org/overview/"
],
"requirements": {
"minimum-version": "1.5.0"
},
"title": "DMARC Check",
"version": "1.2"
},
{
"authors": [
"Jeremy Schoeneman"
],
"classifiers": [
"Plugin :: Client :: Email :: Spam Evasion"
],
"description": "Checks to see if a domain can be resolved and then looks up the WHOIS information for it. Good for email spoofing and bypassing some spam filters.",
"files": [
{
"path-destination": "domain_check.py",
"path-source": "client/domain_check.py",
"signature": "AOyqAttRyItOxV3uvd4HteXw2nrsATnKoUrX516LQaA0pl4AllOf/1TS4nVqURjptzCyHeXgfO7GV/C+FsfFMG5XAK5eICXX6aO1pkBhhS9G/Tr2dMntGI62ywTjB7hFYkrFOrDQJBiAvCNQ5Vqkm7uNOMn9HOmOVE7w49jn7vbTAO57",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "domain_check",
"requirements": {
"minimum-version": "1.3.0b0",
"packages": [
"python-whois"
]
},
"title": "Domain Validator",
"version": "1.0.2"
},
{
"authors": [
"Zach Janice",
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client :: Tool"
],
"description": "Write the client's logs to a file in the users data directory. Additionally if an unhandled exception occurs, the details will be written to a dedicated directory.",
"files": [
{
"path-destination": "file_logging.py",
"path-source": "client/file_logging.py",
"signature": "AfxiulxwPJicQ8DT8OLjWzEsORoM5ohv5mDtrUsjqTKU5TVzyj/5HRqoh4/1yWvpBKBNAKxq3rzR/7yBcTXtcaDTAKd0T4Pe7sjP4UqeWbCDbcuEOtAvrBuL1REGb8VeIH8r8aG0XGX0A9+GGrXXp9b3V0xB+sijx14GfawKVnzp1b83",
"signed-by": "github.com/wolfthefallen"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "file_logging",
"requirements": {
"minimum-version": "1.6.0"
},
"title": "File Logging",
"version": "2.1"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client :: Email"
],
"description": "Add the Generic Test for Unsolicited Bulk Email (GTUBE) string as a X-GTUBE header and append it to the end of all text/* parts of the MIME messages that are sent.\n\nThis will cause messages to be identified as SPAM.",
"files": [
{
"path-destination": "gtube_header.py",
"path-source": "client/gtube_header.py",
"signature": "AS5zgCnvhtuKM6UICVLJcQmlS7z/yqBF18VD0rn+4eETIcOaShsLAwN6MaUNibPzTVkkyozxc2TC5hmS/etydCKyAfotJmCM492wY0Gie5OpxbfmgsIXNP80Zhx52Mb0eJiuFFYNpeQnNnVR9NPJpJEQg/sj4CNVg/Wbs9u40zGfLSMT",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "gtube_header",
"reference_urls": [
"https://spamassassin.apache.org/gtube/"
],
"requirements": {
"minimum-version": "1.10.0"
},
"title": "GTUBE Header",
"version": "1.0"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client"
],
"description": "A 'hello world' plugin to serve as a basic template and demonstration. This plugin will display a message box when King Phisher exits.",
"files": [
{
"path-destination": "hello_world.py",
"path-source": "client/hello_world.py",
"signature": "AMhsrlp7ALXPgp4vPqePQa+qgkHu9JgBnJfsZmBADssU90Q4OZ/y2Xip2eShLdPcRlPIO1XUPKdQJv01o5OX1pE2AUmPisWOfTanoNFmyDm72uIx8rSaJVmk0WMyFiuCjE9QOpE9eFqMyCGUu3usZXhLYGFpDNSmUmjBbkS4gElZw8P4",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "hello_world",
"requirements": {
"minimum-python-version": "3.3.0",
"minimum-version": "1.4.0",
"packages": [
"advancedhttpserver"
],
"platforms": [
"Linux",
"Windows"
]
},
"title": "Hello World!",
"version": "1.0"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client :: Tool :: Data Management"
],
"description": "Prompt to save the message data as a KPM file when King Phisher exits.",
"files": [
{
"path-destination": "kpm_export_on_exit.py",
"path-source": "client/kpm_export_on_exit.py",
"signature": "ALGA9BAUALERSugtUifIfwdGOLqHJwMzIFvCAMFga4I2qIGH/j/1RRPIRku+qJH8vtsYbPtsMYPiZzVZ5vcIgMzsAKI3SI6ZZ4TTg3awHQnN8tvkGfL5b6dCv8N2GYmFYPqspVv3d412/Y9Sj9ZX/OENnCII1ENbC1iwPr655C8NWjLz",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "kpm_export_on_exit",
"requirements": {
"minimum-version": "1.3.0b0"
},
"title": "Save KPM On Exit",
"version": "1.0"
},
{
"authors": [
"Jeremy Schoeneman"
],
"classifiers": [
"Plugin :: Client :: Tool :: Data Management"
],
"description": "Saves a KPM file to the King Phisher server when sending messages. The user must have write permissions to the specified directories. Both the \"Local Directory\" and \"Remote Directory\" options can use the variables that are available for use in message templates.",
"files": [
{
"path-destination": "kpm_export_on_send.py",
"path-source": "client/kpm_export_on_send.py",
"signature": "AccYL90asH4dHAwq2DXUOqgheHNaaNZIXTD3/S2SRGwXxx6WB7QdtpeH04b/XAjT7RDfqiZ3wfIn8IpXotb3LEoDAGkfecjynqIL0YlJSns+BkfThdxWvXwJpKDqo88jpk6m+hoqHwj5nhLVZVK8b0DQaSVaBlI4vNy4Jq5sBzc21IKP",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "kpm_export_on_send",
"requirements": {
"minimum-version": "1.6.0"
},
"title": "Upload KPM",
"version": "1.2"
},
{
"authors": [
"Spencer McIntyre",
"Mike Stringer"
],
"classifiers": [
"Plugin :: Client :: Email :: Spam Evasion"
],
"description": "Add and modify custom HTML messages from a file to reduce Spam Assassin scores. This plugin interacts with the message content to append a long series of randomly generated sentences to meet the ideal image-text ratio.",
"files": [
{
"path-destination": "message_padding.py",
"path-source": "client/message_padding.py",
"signature": "AE6W6BIedpPT+gCGgm7Io6RkrJ7Zfu28XdANZFi57IxHoOmifC+mKk5Q4wNu0/VHWXs689KcVGs1Kq7mK8+c+KGJAO6pB1e9yWtwGj+0ZP33uvuX+pe9uW0AObB7sgzpOK00EoRk83AyuSa2vgs4kx9PXmgEV4u+gbLDFgcxCU35SZux",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "message_padding",
"requirements": {
"minimum-version": "1.10.0",
"packages": [
"markovify"
]
},
"title": "Message Padding",
"version": "1.0"
},
{
"authors": [
"Mike Stringer"
],
"classifiers": [
"Plugin :: Client :: Email :: Spam Evasion"
],
"description": "Parse and include a plaintext version of an email based on the HTML version.",
"files": [
{
"path-destination": "message_plaintext.py",
"path-source": "client/message_plaintext.py",
"signature": "AA2aks/xV3XG7a2qj+peUGnag+22HuUvPxnHZiYs+/86YzSHqZin/JTwKIB7xGfbCdgBPDEdeLOlOPYiEfdaf0BHAJBjXJJpZElNQIFJ9PDoTSFwQgAUij0WbwXlR2GoJzg4FasCmo/qmMX++og9aaDzkqhGCe5dhc6ARKkOUZagppCO",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "message_plaintext",
"requirements": {
"minimum-version": "1.10.0",
"packages": [
"bs4"
]
},
"title": "Message Plaintext",
"version": "1.0"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client :: Email :: Spam Evasion"
],
"description": "Add custom MIME headers to messages that are sent. This can, for example be used to add a Sender and / or a Return-Path header to outgoing messages. Headers are rendered as template strings and can use variables that are valid in messages.",
"files": [
{
"path-destination": "mime_headers.py",
"path-source": "client/mime_headers.py",
"signature": "AFovIFjxh5IKFVfesab9NFrs5NZ5j6LCRbpSOsk77AKDxod67atEPmb6u4OCz1GrKq3LbwHexVQnBcDU+puvZzPaAQgaqngyuovHKCtfhppNuQYNLAjzle2snzNlYFELKjX9+pzhaliCYGZMpgMF4SDqWeu9jS/iGb9RjfB0KJAA52m3",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "mime_headers",
"requirements": {
"minimum-version": "1.10.0"
},
"title": "Custom Message MIME Headers",
"version": "1.0.1"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client :: Email :: Attachment",
"Script :: CLI"
],
"description": "Remove metadata from Microsoft Office 2007+ file types. These files types generally use the extension docx, pptx, xlsx etc. If the attachment file is not an Office 2007+ file, this plugin does not modify it or block the sending operation.",
"files": [
{
"path-destination": "office_metadata_remover.py",
"path-source": "client/office_metadata_remover.py",
"signature": "ATAax/hK7Q8pI1Z5iHdPnW4W3OVt0/l48tvaLbJpmUpwpv/BdBvIoY94riBpk09EJ6yga6/LOuJsZobV92xgWGdUAdk8+VFGs7U+g33ija3Ux17ca35kUgVmBcBkjY5bnyzJhJgffhFs+OF6N7gmqs2EacQh7Iw4jyLZxNFlXQzFM2w7",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "office_metadata_remover",
"requirements": {
"minimum-version": "1.9.0"
},
"title": "Office 2007+ Document Metadata Remover",
"version": "1.0.1"
},
{
"authors": [
"Jeremy Schoeneman",
"Erik Daguerre"
],
"classifiers": [
"Plugin :: Client :: Email :: Attachment"
],
"description": "Generates a PDF file from an html attachment that process client King Phisher Jinja variables allowing to embed links to your landing page so users that click the link in the PDF can be tracked when they visit.",
"files": [
{
"path-destination": "pdf_generator/README.md",
"path-source": "client/pdf_generator/README.md",
"signature": "AITv6cmMQupsE50pZyPlBzlMYuwfy0iMOR1x32dvpoWJs2Oy4zDShNCqU9xrcv6YtY0JEDkiaw2jpdRi8B+wVmBiAUgDwB9XQSQxNP8E21r7RSYi06BdP32fwPHJpaDpB706KUAEWI3MH7WoiEAbRxTCRPq7tPom2ZQMZhp8xLZzepj/",
"signed-by": "github.com/wolfthefallen"
},
{
"path-destination": "pdf_generator/__init__.py",
"path-source": "client/pdf_generator/__init__.py",
"signature": "AHO/L0OT4Zne0KeQwRq9jO/6rCoUQayy+0YEekwtDhJq8QB+HA8lHYTylFYm24zX67ome97fovQ8msDXgxVB30oIAYL9zqdkhVprW9zhljJazxmBtIkq5XR0OWibeFKGgH39IjP/JSEFIk40olWxTgsObLqoi2G0RyiD4IDtoj/ZZOge",
"signed-by": "github.com/wolfthefallen"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "pdf_generator",
"requirements": {
"minimum-version": "1.8.0",
"packages": [
"weasyprint==47"
],
"platforms": [
"Linux"
]
},
"title": "Generate PDF",
"version": "2.0"
},
{
"authors": [
"Ryan Hanson",
"Spencer McIntyre",
"Erik Daguerre"
],
"classifiers": [
"Plugin :: Client :: Email :: Attachment",
"Script :: CLI"
],
"description": "Inject Word Document Template URLs into DOCX files. The Phishery technique is used to place multiple document template URLs into the word document (one per-line from the plugin settings).",
"files": [
{
"path-destination": "phishery_docx/README.md",
"path-source": "client/phishery_docx/README.md",
"signature": "AKxqrkhdUlclkFy5asE6hUa1qupWmIPxZTmf73xvIeH05tDnkLGDc8ydYuXE1ewnu44y+o/wNg13p+81DghhbhHDADzzw29Mk62Du3AbXswppF+FSkHFnIve01gKZHQ4vvSaGmAZkftDIc3tmlXjHlcEWzDXrm9IOpJVIzgKeikW8Uv7",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "phishery_docx/__init__.py",
"path-source": "client/phishery_docx/__init__.py",
"signature": "AA9gAeIYVzVqx+j5MYWgycc9B8GWxOZSTlRey+zYY0Te+bOJfwgUhKaJFq/0GE2zoaJ+NKF02UH9zVwXRrKluiSZAJ2bqWaZvOPvQqaPVmjz0GDgC/bcuHzz+3tDbUTA38g+L5vjwZ/T7l0KtJucC44gUfW0SkykxJQEhjo6K7HuhISB",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "phishery_docx/__main__.py",
"path-source": "client/phishery_docx/__main__.py",
"signature": "ATuGJXlq0tDcGf3Z007JzuxPhtOMqjepFuJ1uXRL/VC7D7bmNnCy9QszQqkplR9TJe+IyrMeu6W2DaLciPLIO7b+AEcQep+ZHjxgKJ9VKGGeUQYxkr2ovcJDj14z09O4uH8aD6UtanTT51EPMdias9EHHAWah1w04jLhw1BQBWkC0cb/",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "phishery_docx",
"reference_urls": [
"https://github.com/ryhanson/phishery"
],
"requirements": {
"minimum-version": "1.9.0"
},
"title": "Phishery DOCX URL Injector",
"version": "2.2.2"
},
{
"authors": [
"Spencer McIntyre"
],
"description": "Edit entries for the server \"Request Redirect\" plugin.",
"files": [
{
"path-destination": "request_redirect/README.md",
"path-source": "client/request_redirect/README.md",
"signature": "Adqx0y+3YL543vqJ02t5Uo58t2Ooh3JXDXXE+ZvgHcR9lyWt3o9yyNOOMYZwYmH5ha6G1xokK6/hwJOM+qXUQQA2AGogTA3t6NEndPSxYWgxEKtWnr0UV1p9JKgb31Dy58DslYp96OjdOjcYEUE4RLOwkLuBZlUfhQT+gcXp1BV3ktx0",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "request_redirect/__init__.py",
"path-source": "client/request_redirect/__init__.py",
"signature": "ABRFR5eLzJUUrLQHg/tVooiK/P9rM4LmN4lxnl797OIyOWUoWKX7d5CnNa+nb0L+RAj9qZ31vw7/1aV9vfbmHUDKAUaqJzle3Q0qny/o0Y2KXau40xF8JbjAvS1XC2K8HKiAQ/7Meq9yvoswQlakEz3CC8kdQX//gLUMxfFARESO1r+F",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "request_redirect/request_redirect.ui",
"path-source": "client/request_redirect/request_redirect.ui",
"signature": "AITqib8oijm6QX6UpJ4i3R9bUN8kRSDekclxYrtkjjv4EtjApZoB1XanZLN5YBx3ClzMK3B1CJ8h1H7JwUjt6OADAeIzFLa9PEBpN+I1E6b17dzftHPtzDhUuEasCddwAW8PmeD5cXEuBB8TcMeNTs+GMzEvEf6aZvfekRidpa+9EWly",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "request_redirect/schema.json",
"path-source": "client/request_redirect/schema.json",
"signature": "AAuTYD8YtsQOVPFPtOUQ6GgmuBVglCb2SDBHhmX3Yw1wBRHSFPc1mWWYuLdvLKHoD9SdDuF07nqVKQ7vxFdJy4rOAaly3+9bI9KgJainW5LedkqcBMEcypTrF+QZ5lC0TECh3G2KR8H6uomXKHDy2iKbd+FoO+rNVoy66oUm7FvN88Km",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher",
"name": "request_redirect",
"requirements": {
"minimum-version": "1.14.0b1"
},
"title": "Request Redirect",
"version": "1.0.0"
},
{
"authors": [
"Jeremy Schoeneman"
],
"classifiers": [
"Plugin :: Client :: Tool"
],
"description": "Brings in a master list and generates a sample set from said list.",
"files": [
{
"path-destination": "sample_set_generator.py",
"path-source": "client/sample_set_generator.py",
"signature": "AeBN3IH0y9Yo6Kp8dqroButQ1lpODsjaxge7tc4CBp8MDQLsK8NJP7ZP4F0s2Ols73hgke/WeNHUMy06SGG/XmvuADsD+Yp+D37LiRkEg+3HjGRqfuH6McbD/boP3Rj6U2xUh1Lx9zFMg351oj2lNNGKvOgZ+sLn0goKlBAP6QvF9+Uv",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "sample_set_generator",
"requirements": {
"minimum-version": "1.3.0b0"
},
"title": "Sample Set Generator",
"version": "1.0"
},
{
"authors": [
"Josh Jacob",
"Spencer McIntyre",
"Erik Daguerre"
],
"classifiers": [
"Plugin :: Client :: Tool :: Data Management"
],
"description": "Secure File Transfer Protocol Client that can be used to upload, download, create, and delete local and remote files on the King Phisher Server.\n\nThe editor allows you edit files on remote or local system. It is primarily designed for the use of editing remote web pages on the King Phisher Server.",
"files": [
{
"path-destination": "sftp_client/__init__.py",
"path-source": "client/sftp_client/__init__.py",
"signature": "AR9FTnnAMd5PHMey/YKG6PLf3+EGEj0JDJocRWX1tVGXoyV7G0fLwpIsRE0q/1zcJor2QmWxTpszbdpisgyYn8LNAB96leDECQKM2wZiBdeZ75b8zqrC1SdlixjSUrrwlHjsQleKyf8uQBH6tX3WhGvTv7vQaisBEdmxlrwTKI5mZwrg",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "sftp_client/client.py",
"path-source": "client/sftp_client/client.py",
"signature": "ASY+Fmd2Pm1s1b7s1ql/PDXhh967GZzcMAqC2EG1lZrrr+sVlHjeh6BEiTvA4Xjrxtkd0BwtUd2ZCrSWkzrjFyp7AZaC4NAQdmtTs8d5CJ8oxoTDxThHdCcJ5ZDypQd9o6ivbG0MID+u0JW2peoPFa8g9pckSLy0jjsd58PEr4xZBnVS",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "sftp_client/directory.py",
"path-source": "client/sftp_client/directory.py",
"signature": "AArPtsyv4k5zB/sbPk1g7ncahZDf7tBSZm63X8hj538SL1hWQvo8j0UVglB4a1ARYm8jH6r6me442UHbyp2sWQboAAmAh8RKPbgVs9uTBtTO3pF11+88w0L7jBz0Fd6LR7EWQPHJq3mV6twPpAILVqa2IBifl7vFniWgRru5f7Y4mQBd",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "sftp_client/editor.py",
"path-source": "client/sftp_client/editor.py",
"signature": "AfH4DlK3pwFhbJDZQc2Kur4jiJcMsYiyG5vn+BTSqbKaerRaD5bU/BoHqCMOq0s96CWmOu0akNzaorFBtdchExxgAd5Yyels1HmbwiI0gGnnyOC2ssHCAWLm6GdCDM52IOG7IWiXEAXa14d2jlEIgzKoCqLyGLGQX9YVcMqGookPVBpL",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "sftp_client/sftp_client.ui",
"path-source": "client/sftp_client/sftp_client.ui",
"signature": "Abv7sX9TdeyoRE15CAUzEopIjei3CkTYExWPIMaP0xR3uDfTr2Ub05tCV+cy5PW+nYlYkyBOhsmtqwlRN+/3xC+GAUjDDEE2fXq1lb+HhrsAP1toPRYx3drOnvZPN4+Or14XkjmKT4FWfa8/u+a9h7KTbhtzTGkNFpk8XEkMj4n9Q250",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "sftp_client/sftp_utilities.py",
"path-source": "client/sftp_client/sftp_utilities.py",
"signature": "AdReGBt7+Y24GOY5F+W37Oz64wKHRUU1bysW8kL3Uf0bBur4ao7MuiwGrj7m8IiA+ujTQCHMYGK4r9YDMycFyJSTAJXEsmyD4TjWu4Ba0lYkxDM0VarOYqoxLeVXtarQZmFaz9EB512isAk4BX98L2di2B6jgoCSFSh02QOK+s/u+HXB",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "sftp_client/tasks.py",
"path-source": "client/sftp_client/tasks.py",
"signature": "AVGOJf0HKis/gjqoNDbKfMFRm328bVaKHofMLFJMd5tgiAvnHTtxc0Wsa6ZFbi+mQZVBWMHM6jwDNCWVbkOWEquSAYnurbzYLbclUhYYT9z6v1IvR7ntpjg851VgXgeabEkYib7by6Po22xNj92U2DdaktpPO72gQRw/hzfCy7zRdm5P",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher",
"name": "sftp_client",
"requirements": {
"minimum-version": "1.13.0"
},
"title": "SFTP Client",
"version": "1.3.7"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client :: Tool"
],
"description": "Add spell check capabilities to the message editor. This requires GtkSpell to be available with the correct Python GObject Introspection bindings. On Ubuntu and Debian based systems, this is provided by the 'gir1.2-gtkspell3-3.0' package.\n\nAfter being loaded, the language can be changed from the default of en_US via the context menu (available when right clicking in the text view).",
"files": [
{
"path-destination": "spell_check.py",
"path-source": "client/spell_check.py",
"signature": "AA3nmE35TsU21DZ47+AsAZRm+yfRu5sWlaRNw42fx5xhOp+9Bxq2MHc2mSPsJVYbJySfgEV8qs+UR7B+CFaZcgE1AbrL+f8kP4uJa8AJiDNUMgLVMuI9NgRwx8KDi+LNZsTQ7m4WZhnv7eEsVKJ2z2oDYMtpAwT0sTg+zjtV7PiUQUGZ",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "spell_check",
"requirements": {
"minimum-version": "1.3.0b0",
"packages": [
"gi.repository.GtkSpell"
]
},
"title": "Spell Check",
"version": "1.1"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Client :: Tool"
],
"description": "This plugin allows users to manage the two factor authentication settings on their account. This includes setting a new and removing an existing TOTP secret. The two factor authentication used by King Phisher is compatible with free mobile applications such as Google Authenticator.",
"files": [
{
"path-destination": "totp_enrollment/__init__.py",
"path-source": "client/totp_enrollment/__init__.py",
"signature": "ACUUse66NN6xbGPUJmrSyuYmlDyLD+QdYrR4CiPSukPsl+8RnrC9RuCwNLNegrCjY1oETTwO0qBxphZF1qD17GOfAcPbqtXls/G+8VOFlg/MweTGlXIBm+1OUOQfzfs3B+Tgiwr6GiLtlCV1nEA7oab7W5L9qEuxhHzjUr1K+xTvrNBE",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "totp_enrollment/totp_enrollment.ui",
"path-source": "client/totp_enrollment/totp_enrollment.ui",
"signature": "ACayVKx9psZIMgZf36Y5gkeVg1MbMhlSCTZ4Fl9CRRApZbwFmEoj11YdvR0oY8rUaD8/HnME7vVbbNcRnxL1TAWOAG2TO37jXJmD2dbJ1Z/7Oo8LBq+/zoCPU6arXrVP+iH+g+HhTXm8iMY5oFRKwjTmC9oxajAaB64Rvn6Y6Dq7o0u3",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "totp_enrollment/user_query.graphql",
"path-source": "client/totp_enrollment/user_query.graphql",
"signature": "Ae5p2aIGepJx+EM7SmPx59tJ+46DjLqemxSBuHJePsP6kkCocr6qRdcyTSYnh3soQyxvHNAzJvxcoSGNky2W3o22AZ4Cra0YK1kVs2tzqdC/HdUjGXiqcZRQmK+Q5cP8k0E19BsmYtu1X997D3ic8U13sQFpuad3tDzVMkVMugBo3uLc",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "totp_enrollment",
"requirements": {
"minimum-version": "1.10.0",
"packages": [
"qrcode",
"pillow"
]
},
"title": "TOTP Self Enrollment",
"version": "1.1.2"
},
{
"authors": [
"Jeremy Schoeneman"
],
"classifiers": [
"Plugin :: Client :: Tool"
],
"description": "Exports a redirect page which allows URI spoofing in the address bar of the target's browser.",
"files": [
{
"path-destination": "uri_spoof_generator.py",
"path-source": "client/uri_spoof_generator.py",
"signature": "AbNRHvKieGNIKmpz951Hg72Yfi/msEftKca3Su2A1dHfGnfZndIvWNhdnmG+z8VnxuAiAGQZe17mcjopn6hN43LfAPUHkbQfBr2Z0pMOi+ZU/Yuui9VZCg+PJj1gxujLZ77pfTwpDtT8go7uop/SL5ERxRo3mrmNKcDWUEoq0L5bSn+A",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "uri_spoof_generator",
"requirements": {
"minimum-version": "1.3.0b0"
},
"title": "URI Spoof Generator",
"version": "1.1"
}
],
"plugins/server": [
{
"authors": [
"Austin DeFrancesco",
"Spencer McIntyre",
"Mike Stringer",
"Erik Daguerre"
],
"classifiers": [
"Plugin :: Server :: Notifications :: Alerts"
],
"description": "Send campaign alerts via the SMTP Python 3 lib. This requires that users specify their email through the King Phisher client to subscribe to notifications.",
"files": [
{
"path-destination": "alerts_email_via_smtp/__init__.py",
"path-source": "server/alerts_email_via_smtp/__init__.py",
"signature": "Afk6XiK6bLp0nGeOyM6lRoFxK2t8c2pW4jmeAvQt5qBelS9TQK7+KIk2aQRr4BIKMbLwbGCeOkOoxNJD5ei77QioABYmfSvhjh0ZAep6115IaoOzXJSH3mUVEYNJv+gcaeK2BaWwwaJ1oNzMhUomwMj6PzSwvV8+rOZzMSlpToXijt/g",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "alerts_email_via_smtp/template.html",
"path-source": "server/alerts_email_via_smtp/template.html",
"signature": "ACxbW18NN4hHfA0zXVb407s2wDAcHxGgzFYXtUjFISwEdILD/6NcJMYqbxv5CwymWIj7ChzIgfS3/MrxHwTGloPUACugvp9zzLLhswzqR496arF7FYbx0t4FicvmW6yJ0pGRIE/hwQIXnKaenV5XjbZSxfE3+AnygvedWbtN1CZsqqu+",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "alerts_email_via_smtp",
"requirements": {
"minimum-version": "1.12.0b2"
},
"title": "Campaign Alerts: via Python 3 SMTPLib",
"version": "1.1"
},
{
"authors": [
"Spencer McIntyre",
"Mike Stringer"
],
"classifiers": [
"Plugin :: Server :: Notifications :: Alerts"
],
"description": "Send campaign alerts via the SMTP2go lib. This requires that users specify their email through the King Phisher client to subscribe to notifications.",
"files": [
{
"path-destination": "alerts_email_via_smtp2go/__init__.py",
"path-source": "server/alerts_email_via_smtp2go/__init__.py",
"signature": "AUaet+wI+WEEd/8Fa9C5CfKvwiOhZp+k2jr3s9n/DArBA9dr+wnZGF8eL9gyg0SXiZqZC4FPfO5Uq2Uk3d1/ItItAQuQs4Laf5dgyEZ2ozHQHMs+JKNyOpnYcY6wPp6qOARQAmXsu/n/h9OC5oaxBLYZQ4gNLp+5nFzGTPjgJx3YAz2T",
"signed-by": "github.com/zeroSteiner"
},
{
"path-destination": "alerts_email_via_smtp2go/template.html",
"path-source": "server/alerts_email_via_smtp2go/template.html",
"signature": "AeOSLNsrJvDvCZFwkzmP2xRZ/FqsRzHYBBLNRuW6E0O+ahLSR2q7BrNYURXeQXt3lx2Ow252yKyZ2JpJdK7TPnUbAPY97sGHguZGY1Ej9Ps7WHfCEUyoRUVSxFvyuGV+YN5X3x6Qa0DlaNHpbM7BRYx27QsJ8Gt0VQFHtHblh2mciLxZ",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "alerts_email_via_smtp2go",
"requirements": {
"minimum-version": "1.12.0b2",
"packages": [
"smtp2go"
]
},
"title": "Campaign Alerts: via SMTP2Go",
"version": "1.1"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Server :: Notifications :: Alerts"
],
"description": "Send campaign alerts via the Clockwork SMS API. This requires that users specify their cell phone number through the King Phisher client.",
"files": [
{
"path-destination": "alerts_sms_via_clockwork.py",
"path-source": "server/alerts_sms_via_clockwork.py",
"signature": "AWMqZXEMcdLUE/apk5BsYh7YT61GMObtQ2JebB67Kfs92UgK9Tp/dDumKBxu0h0H02q+Q2V6OH8dUfyce7URK7+GAccqjsCBGD+ZfB/PDQ/pdU98Pf9mXfTccCAlkvaNy9aEMbM5upyNTj2dyiUkhhHVmVsVd1y0SA1BJnDJ6h2Y4ZyQ",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "alerts_sms_via_clockwork",
"requirements": {
"minimum-version": "1.12.0b2",
"packages": [
"clockwork"
]
},
"title": "Campaign Alerts: via Clockwork SMS",
"version": "1.1"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Server :: Notifications :: Alerts"
],
"description": "Send campaign alerts as SMS messages through cell carrier's email gateways. This requires that users supply both their cell phone number and specify a supported carrier through the King Phisher client.",
"files": [
{
"path-destination": "alerts_sms_via_email.py",
"path-source": "server/alerts_sms_via_email.py",
"signature": "AIWO1n6imnQ8bmOX7BmknJaRj+Wzuw/XNuS/RvGEuEyY5BkSFx/oWukKNBMdg3oy51M2mp5aCsN7gMC8JAqP0Ff3AUXCMFCIet+PIu0EWq9UtVMs9aeV8lnVwT/4Q4QLw3UYjWPPxCG5TFjCXbex4PqEPIxfmAT8+aJ49zD4R++bnWk2",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "alerts_sms_via_email",
"requirements": {
"minimum-version": "1.12.0b2"
},
"title": "Campaign Alerts: via Carrier SMS Email Gateways",
"version": "1.1"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Server"
],
"description": "A 'hello world' plugin to serve as a basic template and demonstration. This plugin will log simple messages to show that it is functioning.",
"files": [
{
"path-destination": "hello_world.py",
"path-source": "server/hello_world.py",
"signature": "ATU36QV9JD+jqPKYg0iq9bBYsI/wTVMXNwdaLIKMILvqlYDD2S6bmhaNPRdrZ3nkr2d9AhVj9/2K+hxZ7fKngrqUAfnOye3ihy7iY10wGGBbmvz9YRjKVqVwhJpIB6oXp20K4lzMym2DJ/chgWTA83VWzXp65+UyBbGBuCVZByFx7l3/",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "hello_world",
"requirements": {
"minimum-version": "1.3.0b0"
},
"title": "Hello World!",
"version": "1.0"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Server :: Notifications"
],
"description": "A plugin that will publish an event to a specified IFTTT Maker channel when a campaign has been deemed 'successful'.",
"files": [
{
"path-destination": "ifttt_on_campaign_success.py",
"path-source": "server/ifttt_on_campaign_success.py",
"signature": "ABJJ0/37zN72nEBDW1beIHv6jYXw40UPGpJrQrBCnDdkw4LaWT0i/Qr5gb3EqzYc22Vcr9dpEItYI4nQpQD3Mj6DALEFkmNu+kH2qibHRXwraUzkYVnu+iISRJKIFo1ZwS4dcwc3U11QHvhm9sVnL221RNqPg0I/PeQTfk02k9HtWFi7",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "ifttt_on_campaign_success",
"requirements": {
"minimum-version": "1.3.0b0"
},
"title": "IFTTT Campaign Success Notification",
"version": "1.0.1"
},
{
"authors": [
"Skyler Knecht"
],
"classifiers": [
"Plugin :: Server"
],
"description": "A plugin that analyzes message information from the postfix logs to provide King Phisher clients message status and detail information.",
"files": [
{
"path-destination": "postfix_message_info.py",
"path-source": "server/postfix_message_info.py",
"signature": "APlZK5C83dzg1LgAR/oVFb4/xRzIPS00R5K8zpSE8EQny0PqNtpd1sKosjUgdzbVWGxLXuNPKxOFfk6wfx67GfhyAN6cyrKCZhxBXUCwiPW2Fs95PoNPf+zJOPnltA0AR50hV85TXuNPhpjg3xtkAnhJfaofxkwmaDjWrheYME0gll/Q",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "postfix_message_info",
"requirements": {
"minimum-version": "1.14.0b1"
},
"title": "Postfix Message Information",
"version": "1.0"
},
{
"authors": [
"Brandan Geise"
],
"classifiers": [
"Plugin :: Server :: Notifications"
],
"description": "A plugin that uses Pushbullet's API to send push notifications on new website visits and submitted credentials.",
"files": [
{
"path-destination": "pushbullet_notifications.py",
"path-source": "server/pushbullet_notifications.py",
"signature": "AEIH/pSsoNDMevfEPrWjBp9S3SPWeuAum1S5UBdAd5jYHVHAIaKlxHir4xwOKXWLwEg8MTRpfzgpoAqvp4yj+Hj2ACldlhEE1k5Wk0QMEo0teu5YWAi0xHcY6RmrdocX0bAQNG7K3RxRCPVCDr7t/NGxZrKj81kiQ59PXFS8+T0GJ5Df",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "pushbullet_notifications",
"requirements": {
"minimum-version": "1.4.0",
"packages": [
"pushbullet.py"
]
},
"title": "Pushbullet Notifications",
"version": "1.2"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Server :: Notifications"
],
"description": "A plugin that allows requests to be redirected based on a matching source IP address or Range. This can be useful for redirecting known ranges of systems which maybe analyzing the server. Rules are processed in order and each one is a hash with at least a source key of an IP address or network. Additionally a target string will be used as the destination of the redirect or can be left as null for an exception. Finally, a boolean key of permanent can be used to specify whether a 301 or 302 redirect should be used.",
"files": [
{
"path-destination": "request_redirect.py",
"path-source": "server/request_redirect.py",
"signature": "AXy4xiNObbG3CzjjjxXPwrl/yyp6u4Y9hEg5hZQIgv1q816xCk+UzPl6HGQ2IcOlcZ28tCvOTPJ3BDdxQBqky8HGAap96b0t34HDKWKR77hhgYa2LHEMPksz0jkxCOh3GStBrlOGnY2Re4TEVGEPE8IhpLB1tb8I2UiHCx0zGYw4SJFo",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "request_redirect",
"requirements": {
"minimum-version": "1.14.0b0",
"packages": [
"rule-engine"
]
},
"title": "Request Redirect",
"version": "2.0"
},
{
"authors": [
"Sebastian Reitenbach"
],
"classifiers": [
"Plugin :: Server :: Notifications"
],
"description": "A plugin that uses Slack Webhooks to send notifications \ton new website visits and submitted credentials to a slack channel. Notifications about credentials are sent with @here.",
"files": [
{
"path-destination": "slack_notifications.py",
"path-source": "server/slack_notifications.py",
"signature": "ATLEkfw1hhAQIa0LCpjfK4Ow79yYgoIv3Td3CoqeAVfBM627uFpEsGRp33VwK1SvgMxRA78N8uU8AiroTmYnqHoyAasfNJGbzPwKisyEnhN9hH0ekNQkq9mWuYjIvS4tj+1AKgQvp7smGphZKAbYNQZ17S9sMg/6RA8vsulQH4UJMW5G",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "slack_notifications",
"requirements": {
"minimum-version": "1.4.0",
"packages": [
"requests"
]
},
"title": "Slack Notifications",
"version": "0.1"
},
{
"authors": [
"Spencer McIntyre"
],
"classifiers": [
"Plugin :: Server :: Notifications"
],
"description": "A plugin which pushes notifications regarding the King Phisher server to a specified XMPP server.",
"files": [
{
"path-destination": "xmpp_notifications.py",
"path-source": "server/xmpp_notifications.py",
"signature": "ASJu75o5ymYBgQKd1skufBHdDTBSMh+pxKMT6seGJUpD47kk9h1nwER9Xp8f/H3wM4antjDXIjomfk5hynn8u1NtAED5kGoyiMiAv0gmj2dR3dd9M93EysSO/3zydCLrEgRpKuP8HCBMrct7DdDEt5W5Fw6SObcYb6PZL6HkjFPosAUL",
"signed-by": "github.com/zeroSteiner"
}
],
"homepage": "https://github.com/securestate/king-phisher-plugins",
"name": "xmpp_notifications",
"requirements": {
"minimum-version": "1.4.0",
"packages": [
"sleekxmpp"
]
},
"title": "XMPP Notifications",
"version": "1.0.1"
}
]
},
"created": "2019-12-03T20:53:32.560818+00:00",
"created-by": "github.com/zeroSteiner",
"signature": "APE2NLbnlHLzJz1Yaa3Ak4ptKGOSL2SFtkMwz78ty4fsnkse/KDPfFUXfSxSAib88pqu0SAIFVmDWLwE6PPtpivoAHQnX3gK6znxXpwUP1zpvr7MHxgdDLuKVmG/Q6YsKmHpaYXXzpsSeeMsv1JviNcrWBbaRiiXYy4yHa177sdNgWTG",
"signed-by": "github.com/zeroSteiner"
}