Git Product home page Git Product logo

Comments (19)

thewhiteh4t avatar thewhiteh4t commented on July 28, 2024 2

@daniloalbuqrque blank output means import was successful, edit requirements.txt remove the line which contains psycopg2-binary and run finalrecon again

from finalrecon.

0xn4d avatar 0xn4d commented on July 28, 2024 1

Ok then! I will close the issue. Thank you for your time!

from finalrecon.

thewhiteh4t avatar thewhiteh4t commented on July 28, 2024

@daniloalbuqrque the path of the lib you mentioned is under /usr which suggests that you executed sudo pip3 install ? and you are running finalrecon without sudo ?

if you are running finalrecon without sudo, run pip3 install without sudo as well and check if you still get the error

from finalrecon.

0xn4d avatar 0xn4d commented on July 28, 2024

I ran all the attempts mentioned above with and without sudo permissions, and I still get the same error.

from finalrecon.

thewhiteh4t avatar thewhiteh4t commented on July 28, 2024

@daniloalbuqrque what is the output of python3 -c 'import psycopg2' ?

from finalrecon.

0xn4d avatar 0xn4d commented on July 28, 2024

Actually, there is no output.

from finalrecon.

0xn4d avatar 0xn4d commented on July 28, 2024

Ok, @thewhiteh4t, now I can run some of the features (e.g. headers). When I tried to run the --full flag, I got this:

Traceback (most recent call last):
  File "/home/kali/Tools/FinalRecon/finalrecon.py", line 275, in <module>
    full_recon()
  File "/home/kali/Tools/FinalRecon/finalrecon.py", line 201, in full_recon
    from modules.dirrec import hammer
  File "/home/kali/Tools/FinalRecon/modules/dirrec.py", line 5, in <module>
    import aiohttp
  File "/usr/lib/python3/dist-packages/aiohttp/__init__.py", line 6, in <module>
    from .client import (
  File "/usr/lib/python3/dist-packages/aiohttp/client.py", line 35, in <module>
    from . import hdrs, http, payload
  File "/usr/lib/python3/dist-packages/aiohttp/http.py", line 7, in <module>
    from .http_parser import (
  File "/usr/lib/python3/dist-packages/aiohttp/http_parser.py", line 15, in <module>
    from .helpers import NO_EXTENSIONS, BaseTimerContext
  File "/usr/lib/python3/dist-packages/aiohttp/helpers.py", line 667, in <module>
    class CeilTimeout(async_timeout.timeout):
TypeError: function() argument 'code' must be code, not str

from finalrecon.

thewhiteh4t avatar thewhiteh4t commented on July 28, 2024

weird, share cat /etc/os-release and python3 -V

from finalrecon.

0xn4d avatar 0xn4d commented on July 28, 2024
➜  FinalRecon git:(master) ✗ cat /etc/os-release 
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2022.1"
VERSION_ID="2022.1"
VERSION_CODENAME="kali-rolling"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
➜  FinalRecon git:(master) ✗ python -V
Python 2.7.18

FYI: I am using the Python3.9 version to run the finalrecon.py file.

from finalrecon.

thewhiteh4t avatar thewhiteh4t commented on July 28, 2024

@daniloalbuqrque did you install finalrecon from apt ?

from finalrecon.

0xn4d avatar 0xn4d commented on July 28, 2024

I tried both ways, from apt and then from git to test it through another way.

from finalrecon.

thewhiteh4t avatar thewhiteh4t commented on July 28, 2024

@daniloalbuqrque thanks I will try to reproduce the issue

from finalrecon.

0xn4d avatar 0xn4d commented on July 28, 2024

Ok, thank you! I will keep observing the issue as well and try to do something. if I get to something, I will tell you. In the meantime, I will also keep this issue open and wait for your response. :)

from finalrecon.

thewhiteh4t avatar thewhiteh4t commented on July 28, 2024

@daniloalbuqrque i have setup kali 2022.1 , I did get the psycopg2-binary error same as you and after editing rrequirrements.txt file and running the tool I am not getting the errors you have...
frr_test

from finalrecon.

0xn4d avatar 0xn4d commented on July 28, 2024

image

I am still getting the same.

My requirements.txt is updated without the psycopg2-binary line.

Even when I ran specifying the 3.9 Python version, it still brought me the same.

from finalrecon.

thewhiteh4t avatar thewhiteh4t commented on July 28, 2024

@daniloalbuqrque please try pip3 show aiohttp
Screenshot 2022-03-08 001558

from finalrecon.

thewhiteh4t avatar thewhiteh4t commented on July 28, 2024

if the version is old, update and try finalrecon again

from finalrecon.

0xn4d avatar 0xn4d commented on July 28, 2024

@thewhiteh4t, thank you! I got it now, it was that, the version for that package was in the 3.7.4. I updated and it has been resolved. Thank you very much!

from finalrecon.

thewhiteh4t avatar thewhiteh4t commented on July 28, 2024

great! @daniloalbuqrque I will probably remove the package checking soon

from finalrecon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.