Skip to content

Commit

Permalink
Update Version & README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Elbadry committed May 31, 2021
1 parent 82dabe8 commit c0c74f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sslenum"
version = "0.1.0"
version = "0.2.0"
authors = ["melbadry9 <me@melbadry9.xyz>"]
edition = "2018"

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,22 @@ cargo install --path .
- Help

```txt
SSLEnum recon tool 0.1
SSLEnum [SSL Data Enumeration] 0.2
Mohamed Elbadry <me@melbadry9.xyz>
USAGE:
sslenum [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-V, --version Prints version information
OPTIONS:
-d, --domain <DOMAIN> Sets domain to check
-t, --threads <THREADS> Sets number of threads
-d, --domain <DOMAIN> Sets domain to check
-p, --port <PORT> Sets port number [default: 443]
-t, --threads <THREADS> Sets number of threads [default: 5]
```

```bash
cat subdomains.list | sslenum -t 5
cat subdomains.list | sslenum -t 5 -p 443
````

0 comments on commit c0c74f2

Please sign in to comment.