Skip to content

Commit 1faa943

Browse files
committed
Adding README
1 parent e33d237 commit 1faa943

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Verydisco
2+
Verydisco is a command line tool made to analyze a network, discover hosts and services, and generate a mapping of the network.
3+
4+
![Screenshot](https://share.f2ville.dev/file-1726879296249-922773729.png)
5+
6+
## Usage
7+
8+
```bash
9+
verydisco [options] <target_ip>
10+
```
11+
12+
## Build
13+
14+
To build it yourself, simply use
15+
```bash
16+
cargo build --release
17+
```
18+
19+
## Disclaimer
20+
21+
This tool is made for recon on networks you own or have permission to scan. Do not use this tool for malicious purposes.
22+
Also, be cautious with the **threads** option, as it can generate a lot of traffic and potentially get you in trouble with your network administrator, as well as performing a DOS attack on the target IP.

0 commit comments

Comments
 (0)