fierce
fierce copied to clipboard
A DNS reconnaissance tool for locating non-contiguous IP space.
I've zeroshell serving a DNS for zone `labpentest.hj` i can succesfully dig it  But when using fierce I got this 
Added support for calling fierce as a library from other python code. It returns a dict with approximately the same format and content as the normal text output.
At the moment `dnspython` is pinned. `dnspython-2.0.0` was [released a while ago](https://www.dnspython.org/news/2.0.0/). Any change that newer `dnspython` releases are allowed?
When i tru to run the following command `fierce --domain example.com --subdomain-file "/usr/share/dirbuster/wordlists/directory-list-2.3-medium.txt" --traverse 255` i get the below err ``` NS: ns-722.awsdns-26.net. ns-1475.awsdns-56.org. ns-440.awsdns-55.com. ns-1574.awsdns-04.co.uk. SOA: ns-440.awsdns-55.com. (205.251.193.184) Zone:...
I update the dnspython to the latest to date (2.2.1) and patched a warning following the update. The PR is to fix a bug when the DNS server provided points...
Hello, Found out during a challenge on HackTheBox that when the DNS resolution is pointing to localhost (127.0.0.1), fierce is not able to perform a zone transfert even if zone...
Bumps [dnspython](https://github.com/rthalley/dnspython) from 1.16.0 to 2.6.1. Release notes Sourced from dnspython's releases. dnspython 2.6.1 See What's New for details. This is a bug fix release for 2.6.0 where the "TuDoor"...
Got this error: ```bash $ fierce --domain example.com NS: a.iana-servers.net. b.iana-servers.net. SOA: ns.icann.org. (199.4.138.53) Zone: failure Traceback (most recent call last): File "/usr/bin/fierce", line 33, in sys.exit(load_entry_point('fierce==1.5.0', 'console_scripts', 'fierce')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
Summary of Changes: - Replaced deprecated dns.resolver.Resolver.query() method with the updated dns.resolver.Resolver.resolve() method introduced in dnspython 2.0.0. - Ensures compatibility with the latest library version and prevents DeprecationWarning. - Updated...
The [PyPI package](https://pypi.org/project/fierce/#files) currently only has a wheel uploaded and not the source distribution (aka sdist). Would you mind publishing this as well? The packaging guide [recommends always uploading one](https://packaging.python.org/en/latest/discussions/package-formats/#package-formats)...