`

check out setuid file

阅读更多

#!/bin/bash

# after the system installed,please check setuid files first for security.

# mkdir /backup
# find / -perm -4000 -a -perm -20000 > /backup/setuid.list
/usr/bin/find / -perm -4000 -or -perm -2000 > /tmp/setuid.check 2> /dev/null

for file in `/bin/cat /tmp/setuid.check`
do
/bin/grep $file /backup/setuid.list > /dev/null
if [ "$?" != "0" ]
then
 echo "$file is not in list it is danger !"
fi
done
#/bin/rm /tmp/setuid.check

分享到:
评论

相关推荐

    文件检查FileCheck

    "文件检查FileCheck"是一种实用的技术,主要用于检测和分析文件内容,确保文件中包含或不包含特定的关键字。这项技术广泛应用于数据验证、文本搜索、日志分析等多个领域。下面将详细阐述FileCheck的核心概念、应用...

    文件检索filecheck

    ### 文件检索filecheck知识点解析 #### 一、程序概述 本程序主要实现了文件的基本属性查询功能,用户可以通过输入文件路径来获取该文件的名称、是否为文件(而非目录)、文件大小、是否可读、是否可写、最后修改...

    FileCheck_2.7.5.1632.rar

    《文件校验工具FileCheck详解》 在信息技术领域,数据的完整性和安全性至关重要。当我们从网络上下载或传输文件时,有可能会遇到文件损坏、病毒入侵等问题,这可能导致数据丢失或误操作。为了确保文件的完整性,...

    check_archive_file.py

    check_archive_file

    check_zip_file.py

    check_zip_file

    Check out this cool Direct 3D game!!! It’s my first Direct

    Check out this cool Direct 3D game!!! It’s my first Direct 3D game and it features a house and a building you can go inside both. it also has a parking lot.

    CHECK THIS OUT! This is a really cool effect. Stand in the m

    CHECK THIS OUT! This is a really cool effect. Stand in the middle of a 3D world and use the mouse to rotate the camera around. All running at over 60 frames per second

    build_file_checksums.ser

    build_file_checksums.ser

    fileCheck.bat

    Windows原生命令计算文件MD5、SHA1、SHA256,批处理脚本,单文件拖拽。 经常下国外资源,官网提供的太慢,国内镜像服务器又不好使,多数情况下用迅雷会比较快。 又担心P2P下载的文件被篡改,所以下载完后,会和...

    PXE_use_check_pxe_file.7z

    本文将深入探讨"PXE_use_check_pxe_file.7z"这个压缩包中涉及的知识点,包括Tiny PXE及其文件校验。 Tiny PXE,正如其名,是一种轻量级的PXE服务实现,通常用于简化和优化PXE环境的配置和管理。它通常包含一个小型...

    Check_Same_File.rar_Same Same

    "Check_Same_File.rar_Same Same" 提供了一个解决方案,用于快速有效地检查两个文件的一致性。这个工具或程序可能涉及以下几个关键知识点: 1. **文件比较**:文件比较是检查两个或多个文件内容是否一致的过程。在...

    check_file.sh

    check_file.sh

    FileCheck 文件校验工具.zip

    **FileCheck 文件校验工具详解** 在数字世界中,确保文件的完整性和一致性至关重要,特别是在进行数据传输或存储时。`FileCheck`是一款强大的文件校验工具,它提供了对单个文件或整个文件夹的批处理校验功能,以...

    perl-File-CheckTree-4.42-3.el7.noarch.rpm

    离线安装包,亲测可用

    FileCheck.rar

    《MD5与SHA256校验:FileCheck工具详解》 在数字世界中,确保文件的完整性和未被篡改是一项至关重要的任务。MD5和SHA256是两种广泛应用的散列函数,用于验证文件的完整性。"FileCheck.rar"这个压缩包内含的"File...

    高中英语 知识点大全34 check out、come true的用法

    高中英语 知识点大全34 check out、come true的用法

    comm check file

    comm check filecomm check filecomm check file

    overlay_check_out_

    Check this out to get the latest cheker..

    YSF4-HAL-078.IAP-串口IAP-Error:Q9555E:Failed to check out

    标题“YSF4-HAL-078.IAP-串口IAP-Error:Q9555E:Failed to check out”暗示了一个在STM32微控制器上进行串行在线编程(Serial In-System Programming, 简称串口IAP)过程中遇到的错误。错误消息“Q9555E:Failed to ...

    可以看成是java.io的扩展。它提供了文件阅读功能,以及一些使用的方法

    例如,`copyFile(File source, File dest)` 方法可以非常方便地复制一个文件到另一个位置,而`deleteQuietly(File file)`则可以在不抛出异常的情况下尝试删除文件。 2. **IOUtils**: 此类专注于处理字节流和字符流...

Global site tag (gtag.js) - Google Analytics