mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
Simplified scenario for testing
This commit is contained in:
@@ -18,7 +18,6 @@ class MessageActioner < CommandActioner
|
||||
["DISPLAY=:0 /usr/bin/notify-send '#{self.message_header}' '#{self.message_subtext}' --icon=dialog-information",
|
||||
"/usr/bin/wall #{self.username == 'root' ? '-n ' : ''}'#{self.message_header}' '#{self.message_subtext}'", # wall -n requires root
|
||||
"/bin/echo '#{self.message_subtext}' | /usr/bin/mail -s '#{self.message_header}' #{self.recipient}"]
|
||||
# TODO: Test mail command
|
||||
end
|
||||
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
<value>5601</value>
|
||||
</input>
|
||||
<input into="aa_configs">
|
||||
<generator type="alert_actioner_config" module_path=".*goal_flag_hacktivity.*"/>
|
||||
<!-- <generator type="alert_actioner_config" module_path=".*goal_flag_hacktivity.*"/>-->
|
||||
<generator type="alert_actioner_config" module_path=".*goal_message_host.*">
|
||||
<input into="host">
|
||||
<datastore access="1">IP_addresses</datastore>
|
||||
@@ -132,7 +132,7 @@
|
||||
</input>
|
||||
</utility>
|
||||
|
||||
<vulnerability module_path=".*symlinks"/>
|
||||
<!-- <vulnerability module_path=".*symlinks"/>-->
|
||||
<vulnerability module_path=".*readable_shadow"/>
|
||||
|
||||
<utility module_path=".*iceweasel">
|
||||
|
||||
Reference in New Issue
Block a user