Skip to content

Getting Started

lanmaster53 edited this page Apr 12, 2019 · 11 revisions

Installation - Kali Linux

  • Install Recon-ng
    • apt-get update && apt-get install recon-ng

Installation - Source

  • Clone the Recon-ng repository.
    • git clone https://github.com/lanmaster53/recon-ng.git
  • Change into the Recon-ng directory.
    • cd recon-ng
  • Install dependencies.
    • pip install -r REQUIREMENTS
  • Launch Recon-ng.
    • ./recon-ng
  • Use the "-h" switch for information on runtime options.
    • ./recon-ng -h

Dependencies

All 3rd party dependencies must be installed prior to use. The above guidance only installs dependencies for the framework core. Modules may have additional dependencies that must be met. See the Module Marketplace section of the Features page for more information.

Help

Recon-ng has an official Slack workspace. For additional help, information, or general discussion about the framework, join by completing the self-registration form at https://goo.gl/forms/IJrxxWpglWu0Eyzl2.

Clone this wiki locally