Log_Aggregation.sh 363 B

1234567891011121314151617
  1. echo ""
  2. echo "Installing Log Aggregation Resources"
  3. echo ""
  4. sleep 2
  5. mkdir /opt/Log_Aggregation >/dev/null 2>&1
  6. cd /opt/Log_Aggregation
  7. echo ""
  8. echo "Installing RedELK"
  9. echo ""
  10. sleep 2
  11. git clone https://github.com/outflanknl/RedELK.git
  12. echo ""
  13. echo "Installing RedTeamSIEM"
  14. echo ""
  15. sleep 2
  16. git clone https://github.com/SecurityRiskAdvisors/RedTeamSIEM.git
  17. echo ""