All Projects → cloudlinux → kcare-uchecker

cloudlinux / kcare-uchecker

Licence: GPL-2.0 License
A simple tool to detect outdated shared libraries

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to kcare-uchecker

Lynis
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
Stars: ✭ 9,137 (+5151.15%)
Mutual labels:  security-audit, security-scanner
Btle Sniffer
Passively scan for Bluetooth Low Energy devices and attempt to fingerprint them
Stars: ✭ 87 (-50%)
Mutual labels:  security-audit, security-scanner
Vuls
Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
Stars: ✭ 8,844 (+4982.76%)
Mutual labels:  security-audit, security-scanner
Sn0int
Semi-automatic OSINT framework and package manager
Stars: ✭ 814 (+367.82%)
Mutual labels:  security-audit, security-scanner
Yawast
YAWAST ...where a pentest starts. Security Toolkit for Web-based Applications
Stars: ✭ 181 (+4.02%)
Mutual labels:  security-audit, security-scanner
Golang Tls
Simple Golang HTTPS/TLS Examples
Stars: ✭ 857 (+392.53%)
Mutual labels:  security-audit, security-scanner
docker-wallarm-node
⚡️ Docker official image for Wallarm Node. API security platform agent.
Stars: ✭ 18 (-89.66%)
Mutual labels:  security-audit, security-scanner
Taipan
Web application vulnerability scanner
Stars: ✭ 359 (+106.32%)
Mutual labels:  security-audit, security-scanner
Vulscan
Advanced vulnerability scanning with Nmap NSE
Stars: ✭ 2,305 (+1224.71%)
Mutual labels:  security-audit, security-scanner
Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (-6.9%)
Mutual labels:  security-audit, security-scanner
Ossa
Open-Source Security Architecture | 开源安全架构
Stars: ✭ 796 (+357.47%)
Mutual labels:  security-audit, security-scanner
Jxnet
Jxnet is a Java library for capturing and sending custom network packet buffers with no copies. Jxnet wraps a native packet capture library (libpcap/winpcap/npcap) via JNI (Java Native Interface).
Stars: ✭ 26 (-85.06%)
Mutual labels:  security-audit, security-scanner
Inql
InQL - A Burp Extension for GraphQL Security Testing
Stars: ✭ 715 (+310.92%)
Mutual labels:  security-audit, security-scanner
Hoper
Security tool to trace URL's jumps across the rel links to obtain the last URL
Stars: ✭ 50 (-71.26%)
Mutual labels:  security-audit, security-scanner
Kube Scan
kube-scan: Octarine k8s cluster risk assessment tool
Stars: ✭ 566 (+225.29%)
Mutual labels:  security-audit, security-scanner
Pest
🐞 Primitive Erlang Security Tool
Stars: ✭ 79 (-54.6%)
Mutual labels:  security-audit, security-scanner
Wsltools
Web Scan Lazy Tools - Python Package
Stars: ✭ 288 (+65.52%)
Mutual labels:  security-audit, security-scanner
Super
Secure, Unified, Powerful and Extensible Rust Android Analyzer
Stars: ✭ 340 (+95.4%)
Mutual labels:  security-audit, security-scanner
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+948.28%)
Mutual labels:  security-audit, security-scanner
Cobra
Source Code Security Audit (源代码安全审计)
Stars: ✭ 2,802 (+1510.34%)
Mutual labels:  security-audit, security-scanner

kcare-uchecker

CircleCI

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

Usage

Simple script run will looks like

$ 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://lp.kernelcare.com/kernelcare-early-access?

Troubleshooting

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

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

About

The project is part of tuxcare.com - livepatching solution for linux kernels as well as shared libraries like glibc and openssl

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].