russhaun / artillery

The Artillery Project is an open-source blue team tool designed to protect Linux and Windows operating systems through multiple methods.
0 stars 0 forks source link

add features to ToastClass #58

Closed russhaun closed 2 months ago

russhaun commented 2 years ago

on windows 10 toast alerts are only in systray for duration of alert and then go away. attempt to finish flow to how it natively flows to Notification area with other apps. Toast class will need some methods added to accomplish this. Will research native methods and try to recreate

russhaun commented 2 years ago

introduce similar style alerts on linux using the Notify library. pretty much the exact same format for setting up the message

russhaun commented 3 months ago

with the release of the systray app the class associated with Toast alerts is being moved from artillery to systray. Now i send the alerts to systray from artillery by the use of a listener.