View Issue Details

IDProjectCategoryView StatusLast Update
0003659Kali LinuxGeneral Bugpublic2018-01-29 12:52
ReporterPhexcom Assigned Tog0tmi1k  
PrioritynormalSeveritytweakReproducibilityhave not tried
Status closedResolutionsuspended 
Product Version2016.2 
Summary0003659: theHarvester Having problem start due to some
Description

theHarvester Having problem starting due to some relative python import of

from lib import htmlExport

I was able to make a little fix which got it working again with.
Check Additional Information for the Fix.

Steps To Reproduce

root@kali:~# theharvester
Traceback (most recent call last):
File "/usr/bin/theharvester", line 19, in <module>
from lib import htmlExport
ImportError: cannot import name htmlExport
root@kali:~#

Additional Information

nano /usr/bin/theHarvester

from lib import *
#from lib import htmlExport #commented this out
#from lib import hostchecker #commented this out

nano /usr/share/theharvester/lib/htmlExport.py

from lib import *
#from lib import markup #commented this out
#from lib import graphs #commented this out

Activities

g0tmi1k

g0tmi1k

2018-01-29 12:52

administrator   ~0008237

Due to the age of the OS (Kali Moto [v1], Kali Safi [v2], Kali Rolling 2016.x), these legacy versions are no longer supported.
We will be closing this ticket due to inactivity.

Please could you see if you are able to replicate this issue with the latest version of Kali Linux - https://www.kali.org/downloads/)?

If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing,and also give information about your setup?
For more information, please read: https://kali.training/topic/filing-a-good-bug-report/

Issue History

Date Modified Username Field Change
2016-10-08 21:34 Phexcom New Issue
2018-01-29 12:52 g0tmi1k Assigned To => g0tmi1k
2018-01-29 12:52 g0tmi1k Status new => closed
2018-01-29 12:52 g0tmi1k Resolution open => suspended
2018-01-29 12:52 g0tmi1k Note Added: 0008237