- Configurable crawling parameters such as threads, request timeout, queue (in-memory or file) and seeds
- Detect CVE's for specific targets
- Helps identify websites running outdated or vulnerable software versions
To install lazyscan, clone the repository and build the project using Cargo:
$ git clone https://github.com/proxin187/lazyscan.git
$ cd lazyscan
$ cargo install --path .
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes with a descriptive commit message
- Push your changes to your fork.
- Submit a pull request to the main repository.
lazyscan is licensed under the MIT license