Recon-ng в Windows отключает все модули

Recon-ng в Windows отключает все модули

Я использовал Python 3.5, но узнал, что инструмент recon-ng работает на Python 2.8 или ниже. Поэтому я установил Python 2.7.11 также на свою систему Windows 10. Я установил зависимости, также упомянутые в файле REQUIREMENTS, который поставляется с recon-ng. Все установилось правильно, но когда я запускаю recon-ng с помощью команды python27 recon-ng --no-check, я получаю следующую ошибку:

[!] Module 'readline' not available. Tab complete disabled.   
[!] Module 'C:\Users\vishi\recon-ng\modules\discovery\info_disclosure/cache_snoop' disabled. Dependency required: 'me is not supported.'.  
[!] Module 'C:\Users\vishi\recon-ng\modules\discovery\info_disclosure/interesting_files' disabled. Dependency required: 'me is not supported.'.  
[!] Module 'C:\Users\vishi\recon-ng\modules\exploitation\injection/command_injector' disabled. Dependency required: 'me is not supported.'.  
[!] Module 'C:\Users\vishi\recon-ng\modules\exploitation\injection/xpath_bruter' disabled. Dependency required: 'me is not supported.'.  
[!] Module 'C:\Users\vishi\recon-ng\modules\import/csv_file' disabled. Dependency required: 'me is not supported.'.  
[!] Module 'C:\Users\vishi\recon-ng\modules\import/list' disabled. Dependency required: 'me is not supported.'.  
[!] Module 'C:\Users\vishi\recon-ng\modules\recon\companies-contacts/bing_linkedin_cache' disabled. Dependency required: 'me is not supported.'.  
[!] Module 'C:\Users\vishi\recon-ng\modules\recon\companies-contacts/indeed' disabled. Dependency required: 'me is not supported.'.  
[!] Module 'C:\Users\vishi\recon-ng\modules\recon\companies-contacts/linkedin_auth' disabled. Dependency required: 'me is not supported.'.  
[!] Module 'C:\Users\vishi\recon-ng\modules\recon\companies-contacts\jigsaw/point_usage' disabled. Dependency required: 'me is not supported.'.  
[!] Module 'C:\Users\vishi\recon-ng\modules\recon\companies-contacts\jigsaw/purchase_contact' disabled. Dependency required: 'me is not supported.'.  
[!] Module 'C:\Users\vishi\recon-ng\modules\recon\companies-contacts\jigsaw/search_contacts' disabled. Dependency required: 'me is not supported.'.....................................

И многое другое.

В конце он показывает 87 modules disabledобщее количество модулей, присутствующих в нем. Хотя я все еще получаю интерактивную оболочку в конце и могу выполнить команду "help". Но когда я пытаюсь выполнить команду "show modules", он ожидаемо выдает ошибку. Пожалуйста, предложите, как это исправить.

решение1

Создатель Recon-ng здесь. Recon-ng загружает все модули при запуске. Если зависимости отсутствуют, то модули не будут загружены, как показано выше. В этом случае зависимости, скорее всего, установлены, но Recon-ng не поддерживается в Windows, что приводит к тому, что все модули не загружаются, и возникают эти ошибки. Recon-ng поддерживается только в операционных системах на базе Linux. Вы можете использовать контейнер Docker для запуска Recon-ng в Windows.

Связанный контент