Author: glen Date: Tue Jan 25 16:57:28 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/springenwerk: springenwerk.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/springenwerk/springenwerk.spec diff -u /dev/null packages/springenwerk/springenwerk.spec:1.1 --- /dev/null Tue Jan 25 17:57:28 2011 +++ packages/springenwerk/springenwerk.spec Tue Jan 25 17:57:22 2011 @@ -0,0 +1,70 @@ +# $Revision$, $Date$ +Summary: Cross Site Scripting (XSS) security scanner, written in Python +Name: springenwerk +Version: 0.4.5 +Release: 0.1 +License: BSD-like +Group: Applications/WWW +Source0: http://www.hacktoolrepository.com/files/Web%20applications/Springenwerk/%{name}-%{version}.tar.gz +# Source0-md5: ca1d8236ff7701f7a2732002c22b6b1e +URL: http://www.springenwerk.com/ +Requires: python >= 1:2.4.0 +Requires: python-BeautifulSoup +Requires: python-modules +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Springenwerk is a Cross Site Scripting (XSS) security scanner, written +in Python. + +Features: +- Finds the most common XSS vulnerabilites +- Extracts forms and input elements from given webpages and checks + them for vulnerabilites +- Follows the form action targets (1 level) +- Can check custom HTTP GET and POST data arguments +- Can use Springenwerk, Firefox or IE in the requests' user agent + string +- Optionally generates an HTML report file with exploits to + demonstrate the vulnerabilites +- Comes with an easy to use GUI + +%package gui +Summary: Cross Site Scripting (XSS) security scanner - GUI +Group: X11/Applications +Requires: %{name}-%{version} +Requires: python-tkinter + +%description gui +Cross Site Scripting (XSS) security scanner - GUI. + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install -p springenwerk.py $RPM_BUILD_ROOT%{_bindir}/springenwerk +install -p springenwerkgui.py $RPM_BUILD_ROOT%{_bindir}/springenwerkgui + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc INSTALL LICENCE README +%attr(755,root,root) %{_bindir}/springenwerk + +%files gui +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/springenwerkgui + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/01/25 16:57:22 glen +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
