Codebase list massdns / bafa967
Update packaging for Python 3 Sophie Brun 4 years ago
3 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Kali Developers <[email protected]>
44 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper (>= 10), dh-python, python-all
5 Build-Depends: debhelper (>= 10), dh-python, python3-all
66 Standards-Version: 3.9.8
77 Homepage: https://github.com/galkan/crowbar
88 Vcs-Git: https://gitlab.com/kalilinux/packages/crowbar.git
1010
1111 Package: crowbar
1212 Architecture: all
13 Depends: ${misc:Depends}, openvpn, freerdp2-x11, vncviewer, python,
14 python-paramiko, python-nmap
13 Depends: ${misc:Depends}, ${python3:Depends}, openvpn, freerdp2-x11, vncviewer,
14 python3-paramiko, python3-nmap
1515 Description: Brute forcing tool
1616 This package contains Crowbar (formally known as Levye). It is a brute forcing
1717 tool that can be used during penetration tests. It was developed to brute force
00 #!/bin/sh
11
2 python /usr/share/crowbar/crowbar.py "$@"
2 python3 /usr/share/crowbar/crowbar.py "$@"
00 #!/usr/bin/make -f
11
22 %:
3 dh $@
3 dh $@ --with python3