We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b0223 commit 6dbd89eCopy full SHA for 6dbd89e
README.md
@@ -4,8 +4,25 @@
4
5
<h2 align=center>Jar scanning tool for links and ips</h2>
6
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
24
## Showcase
-<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>
26
27
### Build Instructions:
28
0 commit comments