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.
SYSTEM REQUIREMENTS
RAM : Minimal, as it is a lightweight tool.
Storage : Approximately 245 KB
OS : Works on Linux and can be installed on other platforms using Python.
Architecture : Compatible with all architectures
Available On : Primarily for PCs, not designed for mobile devices.
ADDITIONAL INFORMATION
Originally written by RSnake and later modernized by contributors.
Around 2013
76.1 KB for Archives
Initially hosted on ha.ckers.org, now maintained on GitHub.
English
November 26, 2024
Python
Cross-platform
GPL-3.0
fierce --domain example.comfierce --domain example.com --connectfierce --range 192.168.1.0/24fierce --domain example.com --subdomains admin,mail,wwwfierce --domain example.com --widefierce --domain example.com --dns-servers ns1.example.com,ns2.example.com
$ python3
$ cd Desktop
$ mkdir Fierce
$ cd Fierce
$ git clone https://github.com/mschwager/fierce.git
$ Download the required packages for running the tool : pip3 install -r requirements.txt
sudo apt-get updateapt-get : sudo apt-get -y install fierceapt or aptitude for installation.pip to install Fierce : python -m pip install fierce
$ git clone https://github.com/mschwager/fierce.git
$ cd fierce
$ python -m pip install dnspython==1.16.0
$ python fierce/fierce.py -h
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install fierce
$ sudo apt remove fierce
$ sudo apt autoclean && apt autoremove
sudo apt-get remove fiercesudo apt-get -y autoremove fiercesudo apt-get -y purge fiercesudo apt-get -y autoremove --purge fierce~/LibraryCopyright © 2025 HACKERSPOT
All original content, including tools, software, and other information, is protected by copyright and remains the property of its respective owners.
HackerSpot is an informational platform that offers resources such as tools, software, courses, internships, and various other materials aimed at supporting individuals passionate about CyberSecurity and IT.