File: control

package info (click to toggle)
python-ajpy 0.0.4-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 116 kB
  • sloc: python: 229; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 903 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: python-ajpy
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.1.4
Homepage: https://github.com/hypn0s/AJPy
X-Python3-Version: >= 3.2
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/hle/python-ajpy
Vcs-Git: https://salsa.debian.org/hle/python-ajpy.git

Package: python3-ajpy
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python module to craft AJP requests
 AJPy is a small Python module that allows one to craft and serialize AJP
 packets in order to communicate with AJP connectors from a Python
 application. This pentesting oriented library can be used to test the
 resistance of AJP connectors (e.g. Apache Tomcat), but also for a variety of
 server tests.