Skip to content

Commit 316733c

Browse files
Bump version to 1.0.4 & update readme doc
1 parent 9762b56 commit 316733c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,17 @@ git clone https://github.com/vulnebify/vulnebify-python.git && cd vulnebify-pyth
8282
### `run scan`
8383

8484
| Command | Description |
85-
| ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
85+
|-------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
8686
| `vulnebify run scan 45.33.32.156` | Run scan for a IP scanning scope. |
8787
| `vulnebify run scan 45.33.32.156 --output json` | Run scan for a IP scanning scope with `json` output. Default: `human`. |
8888
| `vulnebify run scan 45.33.32.156 --wait` | Run scan for a IP scanning scope and block until the scan finishes. |
89-
| `vulnebify run scan vulnebify.com --ports TOP1000` | Run scan for a IP scanning scope to check `TOP1000` ports. Default: `TOP100`. |
89+
| `vulnebify run scan 45.33.32.156 --ports TOP1000` | Run scan for a IP scanning scope to check `TOP1000` ports. Default: `TOP100`. |
90+
| `vulnebify run scan 45.33.32.156 -p-` | Run scan for a IP scanning scope to check full-range (65,535) ports. Default: `TOP100`. |
9091
| `vulnebify run scan vulnebify.com --scanners subdomain` | Run scan for a domain scanning scope and enumerate subdomains with `subdomain` scanner. |
9192
| `vulnebify run scan 193.176.180.0/22 -p 554 --scanners rtsp` | Run scan for a CIDR scanning scope to check a single `554` port with detailed checks for RTSP using `rtsp` scanner. |
9293
| `vulnebify run scan 45.33.32.156 vulnebify.com 193.176.180.0/22 -p 8000-9000` | Run scan for multiple scanning scopes to check `8000-9000` port range. |
9394

95+
9496
📥 Piping is supported too:
9597
```bash
9698
echo 193.176.180.0/22 | vulnebify run scan -p 80 443 --wait -o json | jq .hosts[]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="vulnebify",
8-
version="1.0.3",
8+
version="1.0.4",
99
packages=find_packages(exclude=["tests", "tests.*"]),
1010
install_requires=["requests==2.32.3", "pydantic==2.11.2"],
1111
entry_points={

0 commit comments

Comments
 (0)