Tôi đã chạy Python 3.5 nhưng phải biết rằng công cụ trinh thám chạy trên Python 2.8 trở xuống. Do đó, tôi đã cài đặt Python 2.7.11 trên hệ thống Windows 10 của mình. Tôi đã cài đặt các phụ thuộc cũng được đề cập trong tệp YÊU CẦU đi kèm với bản điều chỉnh. Mọi thứ đã được cài đặt đúng nhưng khi tôi khởi động lại bằng lệnh python27 recon-ng --no-check
, tôi gặp lỗi sau:
[!] 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.'.....................................
Và nhiều hơn nữa.
Cuối cùng, nó hiển thị 87 modules disabled
tổng số mô-đun có trong đó. Mặc dù tôi vẫn nhận được lớp vỏ tương tác ở cuối và có thể thực hiện lệnh "trợ giúp". Nhưng, khi tôi đang cố thực hiện lệnh "hiển thị mô-đun", nó sẽ bị lỗi. Xin đề nghị làm thế nào để khắc phục điều này.