Package Details: theharvester-git 4.2.0.r307.gcaf21cb-1

Git Clone URL: https://aur.archlinux.org/theharvester-git.git (read-only, click to copy)
Package Base: theharvester-git
Description: Gather emails, names, subdomains, IPs and URLs related to targets using public sources
Upstream URL: https://github.com/laramies/theHarvester
Keywords: osint
Licenses: GPL2
Submitter: gehaxelt
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 15
Popularity: 0.160192
First Submitted: 2015-10-17 15:04 (UTC)
Last Updated: 2023-05-08 02:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

ocelot commented on 2019-02-11 06:18 (UTC)

Everything seems to be working - they updated plotly on the AUR.

ocelot commented on 2019-02-05 04:08 (UTC) (edited on 2019-02-05 04:10 (UTC) by ocelot)

What exactly is broken? I noticed that theHarvester requires plotly 3.5.0+, whereas that package is only 3.3.0. It looks like it is poorly maintained.

In the meantime, I'd recommend just using "easyinstall" to add python-plotly manually, and add python-plotly to your IgnorePkg.

dkasak commented on 2019-02-04 08:14 (UTC)

This is now broken because the python-plotly package is broken (due to conflicts between the py2 and py3 versions of that package).

ocelot commented on 2019-01-29 01:05 (UTC)

This package was broken for a small period due to addition of python-decorator upstream. Fixed now.

ocelot commented on 2019-01-24 13:44 (UTC) (edited on 2019-01-24 13:44 (UTC) by ocelot)

fixed :)

GI_Jack commented on 2019-01-18 21:24 (UTC) (edited on 2019-01-18 21:24 (UTC) by GI_Jack)

ModuleNotFoundError: No module named 'bs4'

add: python-beautifulsoup4 as dep

ocelot commented on 2019-01-13 10:04 (UTC)

Alright it's all updated and working! :)

ocelot commented on 2019-01-10 15:38 (UTC)

This package and its PKGBUILD are in dire need of an update. I have a working and up-to-date PKGBUILD and am requesting that I become the maintainer.

m3thodic commented on 2018-11-13 16:16 (UTC)

Replacing this package() function in the PKGBUILD will fix the stash.py issue:


package() {
    mkdir -p "$pkgdir/opt/$pkgname/"
    mkdir -p "$pkgdir/usr/bin"

    cp -r "$srcdir/$pkgname/discovery" "$pkgdir/opt/$pkgname/"
    cp -r "$srcdir/$pkgname/lib" "$pkgdir/opt/$pkgname/"
    install "$srcdir/$pkgname/myparser.py" "$pkgdir/opt/$pkgname/"
    install "$srcdir/$pkgname/stash.py" "$pkgdir/opt/$pkgname/"
    install "$srcdir/$pkgname/theHarvester.py" "$pkgdir/opt/$pkgname/"
    install "$srcdir/$pkgname/run.sh" "$pkgdir/opt/$pkgname/"

    ln -s "/opt/$pkgname/run.sh" "$pkgdir/usr/bin/theharvester"
}