https://github.com/froggdev/bash_frogglinuxsecuritychecker
Test Exploit on a linux server using bash
https://github.com/froggdev/bash_frogglinuxsecuritychecker
Last synced: 7 months ago
JSON representation
Test Exploit on a linux server using bash
- Host: GitHub
- URL: https://github.com/froggdev/bash_frogglinuxsecuritychecker
- Owner: FroggDev
- Created: 2014-10-21T14:47:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-29T09:35:35.000Z (over 11 years ago)
- Last Synced: 2024-12-27T04:12:57.797Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: securityChecker.sh
Awesome Lists containing this project
README
Linux Security Checker
======================
Test Exploit on a Linux server using bash for:
- bash
- exim
- mysql
- ntp
- openssl
* code to prevent ^M : sed -i 's/\r$//' securityChecker.sh
* to execute the script do "bash securityChecker.sh"
* the script auto-clean file into inc/ folder
* includes folder can be rename if they are replace in constants in securityChecker.sh
inc="inc/"
tst="${inc}test/"
spe="${tst}special/"
* inc/test/ folder contains all daemon to be tested, to add more daemon, just add another file in this folder named with daemon name
* inc/test/special/ contains special script to test daemon