mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-23 19:33:02 +00:00
Create recon_ng_oreilly.md
This commit is contained in:
parent
2ae23d573d
commit
1d71f4cb2b
1 changed files with 20 additions and 0 deletions
20
recon/recon_ng_oreilly.md
Normal file
20
recon/recon_ng_oreilly.md
Normal file
|
@ -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`.
|
||||
<img width="1600" alt="image" src="https://github.com/The-Art-of-Hacking/h4cker/assets/1690898/194da4dd-7248-4a63-b242-259e1bd11b15">
|
||||
|
||||
5. Type `recon-ng` to start Recon-ng.
|
||||
|
||||
<img width="1271" alt="image" src="https://github.com/The-Art-of-Hacking/h4cker/assets/1690898/fed03d29-cfec-4e01-87ed-4fcd7b0da1be">
|
Loading…
Reference in a new issue