Skip to content

These are some scripts that will look for certain types of information on your system. Such as vulns, exploit tools, and Hardware types. Will also create a library of shell scripts that can be useful while hardening your system.

License

Notifications You must be signed in to change notification settings

mksipe/Shell-Script-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell-Script-Lib

Codacy Badge CodeFactor

STATUS: ACTIVE

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.


What Does it do?

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.

REQUIREMENTS

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.

PRE-WARNINGS

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.

REPOSITORY CONTENTS

Type Amount
Hardening 56
Stealth 14
Debugging 12
Information 21
Database 5

INSTALLATION

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

Maintenance

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

BE AWARE!

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.

About

These are some scripts that will look for certain types of information on your system. Such as vulns, exploit tools, and Hardware types. Will also create a library of shell scripts that can be useful while hardening your system.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published