Skip to content

Commit 6dbd89e

Browse files
authored
Update README.md
1 parent e9b0223 commit 6dbd89e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,25 @@
44

55
<h2 align=center>Jar scanning tool for links and ips</h2>
66

7+
## Arguments
8+
9+
> Since version 0.1.2, the following arguments have been added:
10+
11+
- `--help`: Really?
12+
- `--log <FILE>`: Log the results to a file.
13+
14+
In addition, users can now simply add a file as an argument to scan it:
15+
```
16+
CollapseScanner.exe program.jar
17+
```
18+
19+
Or with cargo
20+
```sh
21+
cargo run -- <path-to-file> (or arguments)
22+
```
23+
724
## Showcase
8-
<img src="https://github.com/user-attachments/assets/68dd7cd5-bd3b-4a10-ab40-eb623cdd8397" width=1000>
25+
<img src="https://github.com/user-attachments/assets/b9a219e4-50d5-4661-ab82-c4976b2913ed" width=500>
926

1027
### Build Instructions:
1128

0 commit comments

Comments
 (0)