View Issue Details

IDProjectCategoryView StatusLast Update
0009062Kali LinuxKali Package Bugpublic2025-01-09 12:30
ReporterThankat Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0009062: Error in Fierce pythod code
Description

When i ran the fierce --domain and the website name then first it was running successfully but then it gave me errors in python code and the following is the result that has shown
fierce --domain unitycodemonkey.com
NS: ns1.unitycodemonkey.com. ns2.unitycodemonkey.com.
SOA: ns1.unitycodemonkey.com. (66.29.130.102)
Zone: failure
Traceback (most recent call last):
File "/usr/bin/fierce", line 33, in <module>
sys.exit(load_entry_point('fierce==1.5.0', 'console_scripts', 'fierce')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/fierce/fierce.py", line 491, in main
fierce(**vars(args))
File "/usr/lib/python3/dist-packages/fierce/fierce.py", line 334, in fierce
random_subdomain = str(random.randint(1e10, 1e11)) # noqa DUO102, non-cryptographic random use
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/random.py", line 336, in randint
return self.randrange(a, b+1)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/random.py", line 301, in randrange
istart = _index(start)
^^^^^^^^^^^^^
TypeError: 'float' object cannot be interpreted as an integer

so now it is a big error i have not tried the other options of the fierce so fix this issue.

Activities

kali-bugreport

kali-bugreport

2025-01-09 12:30

reporter   ~0020229

You very likely want to report this issue to the developer of this tool instead.

Issue History

Date Modified Username Field Change
2025-01-09 03:04 Thankat New Issue
2025-01-09 12:30 kali-bugreport Note Added: 0020229