Coder Social home page Coder Social logo

Profiller issue. about recon-ng HOT 4 CLOSED

michaelpotter16 avatar michaelpotter16 commented on July 19, 2024
Profiller issue.

from recon-ng.

Comments (4)

samari-k avatar samari-k commented on July 19, 2024 2

It seems like the profiler module is based on an older version of WhatsMyName. It tries to fetch the file https://raw.githubusercontent.com/WebBreacher/WhatsMyName/master/web_accounts_list.json that doesn't exist (anymore).

I used this workaround to get it running:

  • edit the file ~/.recon-ng/modules/recon/profiles-profiles/profiler.py as follows:
    • change url in line 21 to https://raw.githubusercontent.com/WebBreacher/WhatsMyName/main/wmn-data.json
    • edit dictionary keys in the function module_thread (line 28 to 38)
      • check_uri becomes uri_check
      • account_existence_code becomes e_code
      • account_existence_string becomes e_string
      • category becomes cat

This would also fix the Issues #174 and #172 (which are the same like this one)

(edit: there seems already to be a pull request fixing the issue: lanmaster53/recon-ng-marketplace#230)

from recon-ng.

RileighBurgin avatar RileighBurgin commented on July 19, 2024

I am getting the exact same error using my Kali Linux VM on Oracle VirtualBox running within my Ubuntu 22.04.1 host OS. My Kali Linux VM has two adapters setup, one for my home internet and one for host-only connectivity to other virtual machines I'm using for learning and practice.

from recon-ng.

anjannair avatar anjannair commented on July 19, 2024

It seems like the profiler module is based on an older version of WhatsMyName. It tries to fetch the file https://raw.githubusercontent.com/WebBreacher/WhatsMyName/master/web_accounts_list.json that doesn't exist (anymore).

I used this workaround to get it running:

* edit the file  `~/.recon-ng/modules/recon/profiles-profiles/profiler.py` as follows:
  
  * change url in line 21 to `https://raw.githubusercontent.com/WebBreacher/WhatsMyName/main/wmn-data.json`
  * edit dictionary keys in the function `module_thread` (line 28 to 38)
    
    * `check_uri` becomes `uri_check`
    * `account_existence_code` becomes `e_code`
    * `account_existence_string` becomes `e_string`
    * `category` becomes `cat`

This would also fix the Issues #174 and #172 (which are the same like this one)

(edit: there seems already to be a pull request fixing the issue: lanmaster53/recon-ng-marketplace#230)

Yup this is the working fix for now!

from recon-ng.

lanmaster53 avatar lanmaster53 commented on July 19, 2024

All module related issues, including dependencies, should be raised in the module repository.

A fix was merged to address this issue.

from recon-ng.

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.