Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

pownjs/lau

Repository files navigation

The project has moved to monorepo. See https://github.com/pownjs/pown for more information.

Follow on Twitter NPM Fury default workflow SecApps

Pown LAU

Pown LAU (List All URLs) is a library and Pownjs tool for enlisting target web application URLs using several public databases.

Credits

This tool is part of secapps.com open-source initiative.

  ___ ___ ___   _   ___ ___  ___
 / __| __/ __| /_\ | _ \ _ \/ __|
 \__ \ _| (__ / _ \|  _/  _/\__ \
 |___/___\___/_/ \_\_| |_|  |___/
  https://secapps.com

Authors

Quickstart

This tool is meant to be used as part of Pown.js, but it can be invoked separately as an independent tool.

Install Pown first as usual:

$ npm install -g pown@latest

Install lau:

$ pown modules install @pown/lau

Invoke directly from Pown:

$ pown lau

Standalone Use

Install this module locally from the root of your project:

$ npm install @pown/lau --save

Once done, invoke pown cli:

$ POWN_ROOT=. ./node_modules/.bin/pown-cli lau

You can also use the global pown to invoke the tool locally:

$ POWN_ROOT=. pown lau

Usage

WARNING: This pown command is currently under development and as a result will be subject to breaking changes.

{{usage}}

About

Pown LAU (List All URLs) is a library and Pownjs tool for enlisting target web application URLs using several public databases.

Resources

License

Stars

Watchers

Forks

Packages

No packages published