Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 863 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 863 Bytes

CollapseScanner

Jar scanning tool for links and ips

Arguments

Since version 0.1.2, the following arguments have been added:

  • --help: Really?
  • --log <FILE>: Log the results to a file.

In addition, users can now simply add a file as an argument to scan it:

CollapseScanner.exe program.jar

Or with cargo

cargo run -- <path-to-file> (or arguments)

Showcase

Build Instructions:

  1. Clone the repository:
git clone https://github.com/CollapseLoader/CollapseScanner.git
cd CollapseScanner
  1. Build the project:
cargo build --release