Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b6583a59b | ||
|
|
870fbf60ed | ||
|
|
53cd9d7483 | ||
| f94a0d1d24 | |||
| f5a11b9c75 | |||
|
|
c1952b2484 | ||
|
|
6d5243b708 | ||
|
|
92ed03ac15 | ||
| 7343e9c52d | |||
|
|
374d4a51a6 | ||
|
|
4294f21170 | ||
|
|
573c499efb | ||
|
|
331da6b315 | ||
|
|
5bc59f1683 | ||
|
|
c26af611af |
3 changed files with 93 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
unhide-20100201.tgz
|
||||
/unhide-20121229.tgz
|
||||
/unhide-20130526.tgz
|
||||
/Unhide-v20220611.tar.gz
|
||||
/Unhide-v20240510.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
f3d68ed8eb239614abb0ff5ace22cf85 unhide-20130526.tgz
|
||||
SHA512 (Unhide-v20240510.tar.gz) = d0dd21ce3ee4e7c36f4e83161776e3a9fcb79b706448e90f4667b9ce114b7a5fb2905a2756f0ff19d31499b416b194fa0891f486d294d0c63316310773b6b211
|
||||
|
|
|
|||
96
unhide.spec
96
unhide.spec
|
|
@ -1,10 +1,51 @@
|
|||
%global srcname Unhide
|
||||
Name: unhide
|
||||
Version: 20130526
|
||||
Release: 14%{?dist}
|
||||
Version: 20240510
|
||||
Release: 4%{?dist}
|
||||
Summary: Tool to find hidden processes and TCP/UDP ports from rootkits
|
||||
License: GPLv3
|
||||
|
||||
# GPL-3.0-or-later
|
||||
# unhide-20240510-build/Unhide-20240510/COPYING
|
||||
# unhide-20240510-build/Unhide-20240510/LEEME.txt
|
||||
# unhide-20240510-build/Unhide-20240510/LICENSE
|
||||
# unhide-20240510-build/Unhide-20240510/LISEZ-MOI.TXT
|
||||
# unhide-20240510-build/Unhide-20240510/NEWS
|
||||
# unhide-20240510-build/Unhide-20240510/README.txt
|
||||
# unhide-20240510-build/Unhide-20240510/TODO
|
||||
# unhide-20240510-build/Unhide-20240510/build_all.sh
|
||||
# unhide-20240510-build/Unhide-20240510/changelog
|
||||
# unhide-20240510-build/Unhide-20240510/make_tarball.sh
|
||||
# unhide-20240510-build/Unhide-20240510/man/es/unhide-tcp.8
|
||||
# unhide-20240510-build/Unhide-20240510/man/es/unhide.8
|
||||
# unhide-20240510-build/Unhide-20240510/man/fr/unhide-tcp.8
|
||||
# unhide-20240510-build/Unhide-20240510/man/fr/unhide.8
|
||||
# unhide-20240510-build/Unhide-20240510/man/unhide-tcp.8
|
||||
# unhide-20240510-build/Unhide-20240510/man/unhide.8
|
||||
# unhide-20240510-build/Unhide-20240510/ps
|
||||
# unhide-20240510-build/Unhide-20240510/sanity-tcp.sh
|
||||
# unhide-20240510-build/Unhide-20240510/sanity.sh
|
||||
# unhide-20240510-build/Unhide-20240510/ss
|
||||
# unhide-20240510-build/Unhide-20240510/ss-ref
|
||||
# unhide-20240510-build/Unhide-20240510/tar_list.txt
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-linux-bruteforce.c
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-linux-compound.c
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-linux-procfs.c
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-linux-syscall.c
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-linux.c
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-linux.h
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-output.c
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-output.h
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-posix.c
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-tcp-fast.c
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-tcp.c
|
||||
# unhide-20240510-build/Unhide-20240510/unhide-tcp.h
|
||||
# unhide-20240510-build/Unhide-20240510/unhideGui.py
|
||||
# unhide-20240510-build/Unhide-20240510/unhide_rb.c
|
||||
# MIT
|
||||
# unhide-20240510-build/Unhide-20240510/ToolTip.py
|
||||
License: GPL-3.0-or-later AND MIT
|
||||
URL: http://www.unhide-forensics.info/
|
||||
Source0: http://downloads.sourceforge.net/project/unhide/unhide/unhide-%{version}.tgz
|
||||
Source0: http://github.com/YJesus/%{srcname}/archive/v%{version}/%{srcname}-v%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
|
||||
|
|
@ -13,7 +54,7 @@ Unhide is a forensic tool to find hidden processes and TCP/UDP ports by
|
|||
rootkits/LKMs or by another hiding technique.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
chmod -x sanity*.sh
|
||||
|
||||
%build
|
||||
|
|
@ -38,7 +79,7 @@ install -pm0644 man/fr/unhide-tcp.8 %{buildroot}%{_mandir}/fr/man8/
|
|||
|
||||
%files
|
||||
%doc changelog README.txt NEWS sanity.sh sanity-tcp.sh
|
||||
%license COPYING
|
||||
%license COPYING LICENSE
|
||||
%{_mandir}/man8/unhide*.8*
|
||||
%{_mandir}/es/man8/unhide*.8*
|
||||
%{_mandir}/fr/man8/unhide*.8*
|
||||
|
|
@ -47,6 +88,49 @@ install -pm0644 man/fr/unhide-tcp.8 %{buildroot}%{_mandir}/fr/man8/
|
|||
%{_sbindir}/unhide_rb
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 20240510-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 20240510-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 20240510-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon May 12 2025 Robby Callicotte <rcallicotte@fedoraproject.org> - 20240510-1
|
||||
- Updated to 20240510
|
||||
- Corrected license
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 20220611-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20220611-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20220611-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jul 20 2023 Robby Callicotte <rcallicotte@fedoraproject.org> - 20220611-1
|
||||
- Rebased to new version
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue