Package Details: spiderfoot 4.0-3

Git Clone URL: https://aur.archlinux.org/spiderfoot.git (read-only, click to copy)
Package Base: spiderfoot
Description: SpiderFoot is an open source intelligence automation tool. Its goal is to automate the process of gathering intelligence about a given target.
Upstream URL: http://www.spiderfoot.net/
Keywords: gathering infosec intellegence lookup OSINT python security
Licenses: GPLv2
Submitter: GI_Jack
Maintainer: kleintux
Last Packager: kleintux
Votes: 5
Popularity: 0.106544
First Submitted: 2018-03-31 02:08 (UTC)
Last Updated: 2024-09-12 14:38 (UTC)

Latest Comments

1 2 Next › Last »

idanka commented on 2024-10-11 18:58 (UTC) (edited on 2024-10-11 18:59 (UTC) by idanka)

error, spiderfoot -l 127.0.0.1:5001


Traceback (most recent call last):
  File "/usr/share/spiderfoot/./sf.py", line 646, in <module>
    main()
  File "/usr/share/spiderfoot/./sf.py", line 247, in main
    start_web_server(sfWebUiConfig, sfConfig, loggingQueue)
  File "/usr/share/spiderfoot/./sf.py", line 598, in start_web_server
    cherrypy.quickstart(SpiderFootWebUi(sfWebUiConfig, sfConfig, loggingQueue), script_name=web_root, config=conf)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/spiderfoot/sfwebui.py", line 121, in __init__
    "tools.response_headers.headers": secure_headers.framework.cherrypy()
                                      ^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Secure' object has no attribute 'framework'

kleintux commented on 2024-09-12 14:39 (UTC)

@micwoj92 thx for the comment. I changed python-setuptools-scm to a makedependency. But the others are needed, see the official requirements.txt :) https://github.com/smicallef/spiderfoot/blob/master/requirements.txt

micwoj92 commented on 2024-09-05 20:47 (UTC)

Several dependencies not needed:

spiderfoot W: Dependency included, but may not be needed ('python-lxml')
spiderfoot W: Dependency included, but may not be needed ('python-pysocks')
spiderfoot W: Dependency included, but may not be needed ('python-ipaddress')
spiderfoot W: Dependency included, but may not be needed ('python-pygexf')
spiderfoot W: Dependency included, but may not be needed ('python-setuptools-scm')

python-setuptools-scm should be makedep

kleintux commented on 2023-10-02 14:45 (UTC)

@ReneS thx for mentioning. Added the dependency

ReneS commented on 2023-10-02 10:19 (UTC) (edited on 2023-10-02 10:21 (UTC) by ReneS)

Thanks for this PKGBUILD.

I'd suggest adding python-setuptools-scm as dependency because without it, installation fails.

handmadegold commented on 2022-11-12 16:05 (UTC)

Just letting you know that version 4.0 is now available on their Github.

CodingKoala commented on 2021-07-16 14:45 (UTC)

Quick heads-up:

The PKGBUILD contains:

pkgrel = 3

While the .SRCINFO contains:

pkgrel = 2

Causing Yet another Yogurt to complain about the local version being "newer" than the AUR version.

unkwn1 commented on 2021-02-13 03:20 (UTC)

Hey, just a heads up v3.3 has been released

Jack1221 commented on 2020-08-31 16:17 (UTC)

This package is out of date. New release came out yesterday, release 3.2. Just wanted to let you know.