summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2006-06-05 06:05:04 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit199a34a5759058663db37225ac335c88ea0a38b9 (patch)
tree76f88d62f5255bf8630e8979a3b3e2ee973e3287
downloadsshsniff-199a34a5759058663db37225ac335c88ea0a38b9.zip
sshsniff-199a34a5759058663db37225ac335c88ea0a38b9.tar.gz
- new
Changed files: sshsniff.spec -> 1.1
-rw-r--r--sshsniff.spec37
1 files changed, 37 insertions, 0 deletions
diff --git a/sshsniff.spec b/sshsniff.spec
new file mode 100644
index 0000000..6d53508
--- /dev/null
+++ b/sshsniff.spec
@@ -0,0 +1,37 @@
+Summary: sshsniff
+Name: sshsniff
+Version: 0.1
+Release: 0.1
+License: ?
+Group: Development/Debuggers
+Source0: http://blackdevil.iwarp.com/sshsniff.tar.gz
+# Source0-md5: 8d438a04e5a3e9b94f80f319921e158c
+ExclusiveArch: %{ix86} arm m68k
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+sshsniff is a systemcall traffic logger. It allows the logging of any
+in- and outgoing traffic from a given pid and it's childs. that also
+allows the sniffing of an ssh client and/or server of a possibly
+compromised host. You can also use it for other processes which use
+the SYS_read and SYS_write syscalls.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README