From 1d71f4cb2b7a2a432ab12f52bbcaccc7d2bc3fa5 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Mon, 1 Jul 2024 13:28:14 -0400 Subject: [PATCH] Create recon_ng_oreilly.md --- recon/recon_ng_oreilly.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recon/recon_ng_oreilly.md diff --git a/recon/recon_ng_oreilly.md b/recon/recon_ng_oreilly.md new file mode 100644 index 0000000..2e2ef00 --- /dev/null +++ b/recon/recon_ng_oreilly.md @@ -0,0 +1,20 @@ +# 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 + +1. 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 + +2. Click START. A terminal window will eventually appear. + +3. Type `apt update`. +4. Install recon-ng using `apt install recon-ng`. +image + +5. Type `recon-ng` to start Recon-ng. + +image