fierce icon indicating copy to clipboard operation
fierce copied to clipboard

A DNS reconnaissance tool for locating non-contiguous IP space.

Results 7 fierce issues
Sort by recently updated
recently updated
newest added

I've zeroshell serving a DNS for zone `labpentest.hj` i can succesfully dig it ![image](https://user-images.githubusercontent.com/1268699/129205349-7e4b6670-9ff4-4f48-8a10-db3a8693fe55.png) But when using fierce I got this ![image](https://user-images.githubusercontent.com/1268699/129205399-542119a7-7a84-4490-af37-efbce61967fc.png)

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"...

dependencies