-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMKShelp.sh
19 lines (18 loc) · 1.98 KB
/
MKShelp.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
echo "MKS_clamconf - Configures Clam Antivirus to be enabled on the system and scan for threats daily."
echo "MKS_Current-Connections - Scans your ports to see what current services are connected to your system. As well as active user sessions alongside with active service connection."
echo "MKS_Exploit-Search - Searches the system for known software that can be consitered \"Dangerous\" or \" Prohibited\"."
echo "MKS_Network-Spoof-Prevention - Sets new rules to the sysctl.conf file that is supposed to prevent ACK, SYN, ICMP, ping, and Martian log attacks."
echo "MKS_Network-Status - Prints your local network Information."
echo "MKS_Full-Network-Scan - Scans your entire network for devices. This scan is not stealthy and takes a while."
echo "MKS_Set-Password-Complexities - Sets your password rules to require certain complexities such as length, charachter type, and symbol requirement. This is a manual process."
echo "MKS_Set-Remote-Connection-Complexities - Makes your remote connections (Such as SSH) require more authentication before you can use it."
echo "MKS_System-Information - Displays system information."
echo "MKS_Firewall-Config - Automatically Configures UFW and adds cronjob to enable UFW on a daily basis. Automatically blocks malicious ports."
echo "MKS_Update - Updates common repositories such as APT, YUM, and APTITUDE as well as updates git repositories"
echo "MKS_User-Auth-Config - Configures high priority class users (This is not recommended this will make all users have the same password.)"
echo "MKS_Media-Search - Search the system for media such as video files and audio files."
echo "MKS_file-privilage - Searches the system for files that are shared among users that have rwe access."
echo "MKS_Stealth-Mode - Sets up your system to ignore ping scans. This is permanant and cannot be undone."
echo "MKS_Version - Shows the version information about the software."
echo "MKS_help - Displays this page."