2022-04-27 00:02:50 +02:00
|
|
|
# Bash Scripts collection
|
|
|
|
|
2023-01-27 15:36:13 +01:00
|
|
|
wget -O init_scripts.sh https://git.studi7.com/roger/bashscripts/raw/branch/master/init_scripts.sh && chmod +x init_scripts.sh && ./init_scripts.sh
|
|
|
|
|
2022-04-27 00:02:50 +02:00
|
|
|
## gotifypush.sh
|
|
|
|
|
|
|
|
Send markdown notifications to gotify channel throught curl
|
|
|
|
|
2022-09-29 12:27:20 +02:00
|
|
|
* 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
|