mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
1,015 B
1,015 B
How to Run Recon-NG in the O'Reilly Labs Environment
You probably already know that O'Reilly has numerous labs. I personally created a few labs that are available in the platform and the links can be found at: https://hackingscenarios.com
In this section, I will show you how to install and run the very popular tool called Recon-NG in the O'Reilly labs:
Logging in the Lab Environment
-
Login to O'Reilly and access any of the labs in https://hackingscenarios.com. For example: https://learning.oreilly.com/interactive-lab/ethical-hacking-active/9780137835720X005
-
Click START. A terminal window will eventually appear.
-
Type
apt update
. -
Install recon-ng using
apt install recon-ng
. -
Type
recon-ng
to start Recon-ng.