update to 20220611 [release 20220611-1mamba;Sat Nov 26 2022]
This commit is contained in:
parent
ca26e0460e
commit
56c3aac945
14
unhide.spec
14
unhide.spec
@ -1,17 +1,16 @@
|
|||||||
Name: unhide
|
Name: unhide
|
||||||
Version: 20130526
|
Version: 20220611
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Forensic tool to find hidden processes and ports
|
Summary: Forensic tool to find hidden processes and ports
|
||||||
Group: Applications/Security
|
Group: Applications/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.unhide-forensics.info/
|
URL: https://www.unhide-forensics.info/
|
||||||
Source: http://sourceforge.net/projects/unhide/files/unhide-%{version}.tgz
|
Source: https://github.com/YJesus/Unhide.git/v%{version}/Unhide-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Unhide is a forensic tool to find hidden processes and TCP/UDP ports by rootkits / LKMs or by another hidden technique.
|
Unhide is a forensic tool to find hidden processes and TCP/UDP ports by rootkits / LKMs or by another hidden technique.
|
||||||
@ -30,7 +29,7 @@ Unhide-TCP
|
|||||||
Identify TCP/UDP ports that are listening but not listed in /bin/netstat doing brute forcing of all TCP/UDP ports availables.
|
Identify TCP/UDP ports that are listening but not listed in /bin/netstat doing brute forcing of all TCP/UDP ports availables.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n Unhide-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%optflags" ; export CFLAGS ;
|
CFLAGS="%optflags" ; export CFLAGS ;
|
||||||
@ -63,6 +62,9 @@ install -m 644 man/unhide-tcp.8 %{buildroot}%{_mandir}/man8/unhide-tcp.8
|
|||||||
#README.txt TODO
|
#README.txt TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 20220611-1mamba
|
||||||
|
- update to 20220611
|
||||||
|
|
||||||
* Mon May 27 2013 Automatic Build System <autodist@mambasoft.it> 20130526-1mamba
|
* Mon May 27 2013 Automatic Build System <autodist@mambasoft.it> 20130526-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user