Skip to content

SimpleScaffold/ss-security-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ss-security-toolkit

서버·미들웨어별 보안 점검 셸 스크립트사용법 문서를 모아두는 저장소입니다.

한국어

Quick start

git clone <repo-url> ss-security-toolkit
cd ss-security-toolkit
chmod +x scripts/**/*.sh scripts/run-all.sh

# Auto-detect OS and installed services
sudo ./scripts/run-all.sh

# Run specific checks
sudo ./scripts/run-all.sh linux debian nginx

Documentation hub

Start at docs/index.md for server-type guides and check IDs.

Directory layout

ss-security-toolkit/
├── docs/
│   ├── index.md                 ← start here
│   ├── getting-started.md
│   ├── adding-checks.md
│   └── servers/                 ← per server type usage
├── scripts/
│   ├── run-all.sh               ← batch runner
│   ├── lib/common.sh            ← shared helpers
│   ├── linux/                   ← OS-agnostic baseline
│   ├── rhel/                    ← RHEL, Rocky, AlmaLinux
│   ├── debian/                  ← Debian, Ubuntu
│   ├── apache/
│   ├── nginx/
│   ├── mysql/
│   ├── postgresql/
│   └── docker/
└── templates/                   ← scaffold for new checks

Result codes

Each check prints PASS, WARN, FAIL, or SKIP. Exit codes:

Exit Meaning
0 All PASS
1 WARN only
2 At least one FAIL

License

Apache-2.0 — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages