Package Details: recon-ng 5.1.2-2

Git Clone URL: https://aur.archlinux.org/recon-ng.git (read-only, click to copy)
Package Base: recon-ng
Description: A full-featured Web Reconnaissance framework written in Python
Upstream URL: https://github.com/lanmaster53/recon-ng
Keywords: osint
Licenses: GPL3
Submitter: kpcyrd
Maintainer: mh4ckwascut
Last Packager: mh4ckwascut
Votes: 4
Popularity: 0.000000
First Submitted: 2018-02-15 22:24 (UTC)
Last Updated: 2024-05-23 18:54 (UTC)

Latest Comments

1 2 Next › Last »

ihabeid commented on 2024-05-13 04:38 (UTC) (edited on 2024-05-13 04:39 (UTC) by ihabeid)

@joethelion That only allows you to start recon-ng but it still leads to errors when you try to install modules because imp is called in other parts of the code.

What fixed it for me was installing "aur/python-zombie-imp" from the aur.

joethelion commented on 2024-04-28 09:39 (UTC)

@fam007e, solution. I had the same error while launching recon-ng.

Edit line 7 in /opt/recon-ng/recon/core/base.py to: import importlib

Module imp "Deprecated since version 3.4: The imp module is deprecated in favor of importlib." References: https://docs.python.org/3.9/library/imp.html

fam007e commented on 2024-04-28 05:17 (UTC) (edited on 2024-04-28 05:19 (UTC) by fam007e)

❯ recon-ng Traceback (most recent call last): File "/opt/recon-ng/recon-ng", line 8, in <module> from recon.core import base File "/opt/recon-ng/recon/core/base.py", line 7, in <module> import imp ModuleNotFoundError: No module named 'imp'

This error pops up and while intsallation I have used options "A" for build and diff.

mh4ckwascut commented on 2023-11-15 20:41 (UTC)

I'm happy to announce that the endless update bug is (should be) finally fixed ! Don't hesitate to come forward if you still have issues.

hecsa commented on 2023-09-18 00:40 (UTC)

Yeap, I see alll the time the need to upgrade the package, already upgraded... Please fix! Thanks a lot!

mh4ckwascut commented on 2023-05-14 12:49 (UTC)

Hello, the endless loop with new version available is still here, please fix the pkgrel value in the PKGBUILD.

BoBeR182 commented on 2022-10-25 16:09 (UTC)

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=recon-ng#n5 needs a bump to 2 as well, you only updated the SRCINFO file last time, thus creating a endless loop up new version available.

M0ustach3 commented on 2022-03-23 17:55 (UTC)

Hi @chmurli, I apologize for this (just starting to help the community ;) ). I updated the pkgrel to 2 ! Thanks again

chmurli commented on 2022-03-23 08:36 (UTC)

Hi, You forgot to update pkgrel number after fixing checksums. Please do remember next time ;).

M0ustach3 commented on 2022-03-22 20:30 (UTC) (edited on 2022-03-22 20:31 (UTC) by M0ustach3)

Hello @byro159 , thank you for your comment, the issue should be fixed now with commit 31211a1083fa.