Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NotificationsYou must be signed in to change notification settings

west-wind/LAR

Repository files navigation

Light Armoured Recon is a python script designed to automate passive reconnaissance. It automates execution ofTheHarvester,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 ofLight 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 inLAR. py

For example, if you're only interested in downloadingpdf 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 theLICENSE.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

[8]ページ先頭

©2009-2025 Movatter.jp