File: control

package info (click to toggle)
fierce 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 416 kB
  • sloc: python: 942; perl: 510; makefile: 6
file content (41 lines) | stat: -rw-r--r-- 1,592 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: fierce
Section: net
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders:
 Arnaud Rebillout <arnaudr@kali.org>,
 Marcos Fouces <marcos@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-dnspython,
 python3-poetry-core,
# FIXME: tests fail due to missing etc/resolv.conf in fake fs
#python3-pyfakefs <!nocheck>,
#python3-pytest <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/mschwager/fierce
Vcs-Git: https://salsa.debian.org/pkg-security-team/fierce.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/fierce

Package: fierce
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Domain DNS scanner
 Fierce is a semi-lightweight scanner that helps locate non-contiguous
 IP space and hostnames against specified domains. It's really meant as
 a pre-cursor to nmap, unicornscan, nessus, nikto, etc, since all of
 those require that you already know what IP space you are looking for.
 This does not perform exploitation and does not scan the whole internet
 indiscriminately. It is meant specifically to locate likely targets both
 inside and outside a corporate network.
 .
 Because it uses DNS primarily you will often find mis-configured networks
 that leak internal address space. That's especially useful in targeted malware.
 Originally written by RSnake along with others at http://ha.ckers.org/.
 This is simply a conversion to Python 3 to simplify and modernize the codebase.