Compare commits
30 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a23b0f0946 | ||
|
|
aaef604806 | ||
|
|
09553eb934 | ||
|
|
cfac050202 | ||
|
|
fe1858486a | ||
|
|
5896fbd44a | ||
|
|
634fbe60b4 | ||
|
|
0d137a6ef5 | ||
|
|
78bff9940b | ||
|
|
2ede9d1fdd | ||
|
|
d01d5426f0 | ||
|
|
69192917bb | ||
|
|
564bf74542 | ||
|
|
5345c43a08 | ||
|
|
86fe123876 | ||
|
|
bf0d3227c1 | ||
|
|
0769e256b2 | ||
|
|
8566b3e4f2 | ||
|
|
974217ed25 | ||
|
|
1f1c226ae6 | ||
|
|
ed4dcff8bd | ||
|
|
a763ee591e |
||
|
|
a776548a69 |
||
|
|
6d497088eb |
||
|
|
289aea8e2a |
||
|
|
30bca1167f |
||
|
|
02a5b2a128 | ||
|
|
70c0670f5c | ||
|
|
0fcf38aff9 | ||
|
|
1bf76bb121 |
4 changed files with 1 additions and 91 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/xcat-0.7.1.zip
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
c3acd9d0488eb5d091b6a8daa434a8eb xcat-0.7.1.zip
|
||||
89
xcat.spec
89
xcat.spec
|
|
@ -1,89 +0,0 @@
|
|||
Name: xcat
|
||||
Version: 0.7.1
|
||||
Release: 15%{?dist}
|
||||
Summary: A command line tool to explore blind XPath injection vulnerabilities
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/orf/xcat
|
||||
Source0: https://pypi.python.org/packages/source/x/%{name}/%{name}-%{version}.zip
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
|
||||
Requires: python3 >= 3.4.0
|
||||
Requires: python3-aiohttp
|
||||
Requires: python3-click
|
||||
Requires: python3-logbook
|
||||
Requires: python3-xmltodict
|
||||
Requires: python3-colorama
|
||||
Requires: python3-ipgetter
|
||||
|
||||
%description
|
||||
XCat is a command line program that aides in the exploitation of blind XPath
|
||||
injection vulnerabilities. It can be used to retrieve the whole XML document
|
||||
being processed by a vulnerable XPath query, read arbitrary files on the
|
||||
hosts filesystem and utilize out of bound HTTP requests to make the server
|
||||
send data directly to xcat.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
sed -i "s|\r||g" README.rst
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%files
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}
|
||||
%{python3_sitelib}/%{name}/
|
||||
%{python3_sitelib}/%{name}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7.1-13
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.7.1-9
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
* Fri Nov 25 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.1-8
|
||||
- Cleanup
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-7
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
* Tue Oct 06 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.1-4
|
||||
- Rebuilt
|
||||
|
||||
* Wed Jul 22 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.1-3
|
||||
- Rebuilt
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Feb 26 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.1-1
|
||||
- Initial package for Fedora
|
||||
Loading…
Add table
Add a link
Reference in a new issue