28 lines
496 B
Markdown
28 lines
496 B
Markdown
# Bash Scripts collection
|
|
|
|
## gotifypush.sh
|
|
|
|
Send markdown notifications to gotify channel throught curl
|
|
|
|
* Usage: `./gotifypush.sh <title> <message> <priority> <token> <clickurl>`
|
|
|
|
## scan_chk.sh
|
|
|
|
Scan rootkits into system with chkrootkit
|
|
|
|
* Usage: `./scan_chk.sh`
|
|
|
|
## scan_rkh.sh
|
|
|
|
Scan rootkits into system with rkhunter
|
|
|
|
* Usage: `./scan_rkh.sh`
|
|
|
|
## scan_clam.sh
|
|
|
|
Scan virus and malware into system with clamav
|
|
|
|
* Usage: `./scan_clam.sh`
|
|
|
|
**NOTE:** Need set paths (DIRTOSCAN variable) to scan
|