Skip to content

Light Armoured Recon is a python script designed to automate passive recon. It automates execution of TheHarvester, whois, Robtex.com, Builtwith.com, DNSrecon, metagoofil, & knockpy.

License

west-wind/LAR

Repository files navigation

Light Armoured Recon

Light Armoured Recon is a python script designed to automate passive reconnaissance. It automates execution of TheHarvester, whois, Robtex.com, Builtwith.com, DNSrecon, metagoofil, & knockpy.

Installing

Prerequisites

Dependencies

  • subprocess
  • threading

Installation

$ 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.

To begin

$ cd LAR
$ python LAR.py

Enter target URL by selecting option 1.

Running the script

Enter output filename by selecting option 2. Make sure that no other file with the same name exists in the same directory, so as to avoid overwriting any existing files.

Entering target information

Select option 3 to proceed with recon.

Entering output filename

Enter 'EXECUTE' to commence execution of packages.

Commence recon

Customisation

You can customise the execution of each package by editing command specific parameters in LAR. py

For example, if you're only interested in downloading pdf files with metagoofil, you can do so by editing the filetype parameter.

from

cmd = 'metagoofil -d ' + target + ' -t pdf,doc,xls,ppt,odp,ods,docx,xlsx,pptx -l 10 -n 1 -o metagoofil_downloads -f metagoofil_output.html'

to

cmd = 'metagoofil -d ' + target + ' -t pdf -l 10 -n 1 -o metagoofil_downloads -f metagoofil_output.html' 

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.

Acknowledgements

Joe Perry & Cybrary for the awesome ‘Python for Security Professionals’ course.

About

Light Armoured Recon is a python script designed to automate passive recon. It automates execution of TheHarvester, whois, Robtex.com, Builtwith.com, DNSrecon, metagoofil, & knockpy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published