rpms/unhide/F-9 import.log, NONE, 1.1 unhide.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Thu Jan 8 05:40:23 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/unhide/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13336/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log unhide.spec 
Log Message:
initial import



--- NEW FILE import.log ---
unhide-1_0-2_fc10_20080519:F-9:unhide-1.0-2.fc10.20080519.src.rpm:1231349979


--- NEW FILE unhide.spec ---
Name:           unhide
Version:        1.0
Release:        2%{?dist}.20080519
Summary:        Tool to find hidden processes and TCP/UDP ports from rootkits

Group:          Applications/System
License:        GPLv3
URL:            http://www.security-projects.com/?Unhide
Source0:        http://www.security-projects.com/unhide20080519.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Unhide is a forensic tool to find processes and TCP/UDP ports hidden by
rootkits, Linux kernel modules or by other techniques. It includes two
utilities: unhide and unhide-tcp.

Unhide detects hidden processes using three techniques:

 - comparing the output of /proc and /bin/ps
 - comparing the information gathered from /bin/ps with the one gathered
   from system calls (syscall scanning)
 - full scan of the process ID space (PIDs bruteforcing)

unhide-tcp identifies TCP/UDP ports that are listening but are not listed
in /bin/netstat through brute forcing of all TCP/UDP ports available.


%prep
%setup -q -n %{name}-20080519

%build
%{__cc} %{optflags} unhide-linux26.c -o unhide
%{__cc} %{optflags} unhide-tcp.c -o unhide-tcp


%install
rm -rf %{buildroot}
%{__install} -Dp -m0755 unhide %{buildroot}%{_sbindir}/unhide
%{__install} -Dp -m0755 unhide-tcp %{buildroot}%{_sbindir}/unhide-tcp
%{__install} -Dp -m0644 man/unhide.8 %{buildroot}%{_mandir}/man8/unhide.8
%{__install} -Dp -m0644 man/unhide-tcp.8 %{buildroot}%{_mandir}/man8/unhide-tcp.8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING LEEME.txt README.txt
%doc %{_mandir}/man8/unhide.8*
%doc %{_mandir}/man8/unhide-tcp.8*
%{_sbindir}/unhide
%{_sbindir}/unhide-tcp

%changelog
* Thu Jan 08 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.0-2
- clarified from upstream about license - fixed.

* Sat Dec 06 2008 Rakesh Pandit <rakesh at fedoraproject.org> 1.0-1
- Fixed %%Version and %%Release fields.

* Fri Nov 07 2008 Rakesh Pandit <rakesh at fedoraproject.org> 20080519-2
- Clear %%install, consistency of macro use

* Tue Nov 04 2008 Rakesh Pandit <rakesh at fedoraproject.org> 20080519-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/unhide/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Dec 2008 05:25:02 -0000	1.1
+++ .cvsignore	8 Jan 2009 05:39:53 -0000	1.2
@@ -0,0 +1 @@
+unhide20080519.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/unhide/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Dec 2008 05:25:02 -0000	1.1
+++ sources	8 Jan 2009 05:39:53 -0000	1.2
@@ -0,0 +1 @@
+1194ec0f89c6f28e8eb64fb66836f70f  unhide20080519.tgz




More information about the fedora-extras-commits mailing list