-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME.txt
36 lines (28 loc) · 1.44 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Light Armoured Recon
Light Armoured Recon is a python script designed to automate execution of various tools used during target reconnaissance. It automates execution of theharvester, whois, Robtex.com, Builtwith.com, DNSrecon, metagoofil, & knockpy.
Installing
Prerequisites
• Python 2.7
• theharvester (https://code.google.com/p/theharvester/)
• whois (https://github.com/rfc1036/whois)
• DNSrecon (https://github.com/darkoperator/dnsrecon)
• metagoofil (www.edge-security.com/metagoofil.php)
• knockpy (https://github.com/guelfoweb/knock)
Dependencies
• subprocess
• threading
Installing
$ git clone https://github.com/west-wind/LAR.git
$ cd LAR
$ ./dependency_installer.sh
$ python LAR.py
Intended Use
Usage of Light Armoured Recon for sending any traffic to a target without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developer assume no liability and are not responsible for any misuse or damage caused by this program.
Getting Started
This script requires the user to input the target URL (excluding www) by selecting option 1 & the output filename by selecting option 2. Make sure the filename is unique, so as not to overwrite any existing files in the directory.
Built With
Python
Authors
Alex John, B. (@Praetorian_GRD)
License
Copyright (C) 2018 Alex John, B. This project is licensed under the GNU License - see the LICENSE.md file for details