An open API service indexing awesome lists of open source software.

https://github.com/cloudlinux/kcare-uchecker

A simple tool to detect outdated shared libraries
https://github.com/cloudlinux/kcare-uchecker

hacktoberfest security-audit security-scanner security-tools secutiry shared-libraries

Last synced: 28 days ago
JSON representation

A simple tool to detect outdated shared libraries

Awesome Lists containing this project

README

          

# kcare-uchecker

[![CI](https://github.com/cloudlinux/kcare-uchecker/actions/workflows/python-tests.yml/badge.svg)](https://github.com/cloudlinux/kcare-uchecker/actions/workflows/python-tests.yml)

A simple tool to detect outdated shared libraries still linked to processes in memory

## Usage

Simple script run will looks like

``` bash
$ curl -s -L https://kernelcare.com/uchecker | sudo python
[*] Process httpd[15516] linked to the `libc-2.17.so` that is not up to date.

You may want to update libraries above and restart corresponding processes.

KernelCare+ allows to resolve such issues with no process downtime. To find
out more, please, visit https://tuxcare.com/enterprise-live-patching-services/libcare/
```

## Troubleshooting

For more verbose output you can choose logging level from ERROR, WARNING, INFO and DEBUG. For example

``` bash
$ curl -s -L https://kernelcare.com/uchecker | sudo LOGLEVEL=debug python
```

## About
The project is part of [tuxcare.com](https://tuxcare.com "TuxCare") - livepatching solution for linux kernels as well as shared libraries like glibc and openssl