This repository Shell-Script-Lib is meant to be used as a command line tool that will hopefully be deemed as useful while hardening your Linux system. I cannot guarantee this to be the most stable source for your system but it has been tested and is regularly checked for new ways to improve and to become more stable. Unfortunately, this type of repository doesn't have command setting on your system. They are all shell scripts. I'm working on ways to make this a thing but I need more time to work on this. I would appreciate the support from other people who are willing to make this a better program and to help make it more user-friendly.
Creates a library of shell scripts.
Installs firewall.
Sets up system backups.
Installs Anti-Instusion software and Antivirus.
Has search programs to find "hacking tools"
Installs default debian packages.
Makes system wide update.
Shell Script Lib repository and contents were meant to run on a Linux system. Such as Ubuntu, Debian or Kali. This will not work with CentOS or any other kind of Redhat or sun system.
The contents of Shell Script Lib can change and alter certain files on your computer. Use them at your own risk. Since this repository is going to mostly be under maintenance for improvement it is hard to say that these files will change your system in a harmful way. Though it is an unlikely possibility it is not likely that it would happen.
Type | Amount |
---|---|
Hardening | 56 |
Stealth | 14 |
Debugging | 12 |
Information | 21 |
Database | 5 |
To install these shell scripts via command line use these commands-
First, open a directory you want to use as the download file for the services (suggesting an admin protected file or one only a superuser can use)
INSTALL
1 git clone https://github.com/mksipe/Shell-Script-Lib
2 cd Shell-Script-Lib
3 chmod 755 INITIALIZE.sh
(chmod option is optional 755 is everyone can execute read and write so is not recommended. For you to use do chmod 600 INITIALIZE.sh
)
4 ./INITIALIZE.sh
The script used in this command is optional. The command to run this updates packages in YUM, APT, and git.
UPDATE
1 cd /bin/lib/sh/MK3S/maintain
2 git pull
3 chmod 755 INITIALIZE.sh
4 ./INITIALIZE.sh
5 cd /bin/lib/sh/MK3S
6 ./INITIALIZE.sh
OR
1 cd /bin/lib/sh/MK3S
2 ./Update.sh
Hard Reset
1 git reset --hard
2 chmod 755 INITALIZE.sh
3 ./INITIALIZE.sh
The System Information file gives out information about your system. (duh) Keep it in a secured location on your file system. The scripts can now alter information on a system. So be aware of this.