Skip to content

Commit

Permalink
update info
Browse files Browse the repository at this point in the history
  • Loading branch information
girorme committed Jan 1, 2024
1 parent bf2c79e commit 384ca62
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,32 @@ Search engines Integration
> Seamlessly integrate Binoculo with Meilisearch (current), enabling lightning-fast search capabilities over your scan results. Index and query your collected data with Meilisearch's powerful search engine, enabling efficient retrieval of network service information.
WIP - Specific Banner Searches
> With Binoculo's new features, perform targeted searches for specific service banners. Refine your queries to focus on precise service types or versions, streamlining your network reconnaissance efforts.
> Perform targeted searches for specific service banners. Refine your queries to focus on precise service types or versions, streamlining your network reconnaissance efforts.
WIP - HTTP Write (pnscan inspired)
> Leverage Binoculo's HTTP command transmission functionality to interact with discovered services. Send commands over HTTP to communicate with services and perform actions, enhancing your network exploration capabilities
> Send commands over HTTP to communicate with services and perform actions, enhancing your network exploration capabilities
## Commands
```
Binoculo: You Know, for Banner Grabbing! Version: 0.1.0
Binoculo: You Know, for Banner Grabbing! Version: 1.0.0
Author: Girorme <g1r0rm3@gmail.com>
A banner grabbing tool
USAGE:
Binoculo [--dashboard] [-v] --range host_notation --port port(s) [--output output]
Binoculo [-v] --range host_notation --port port(s) [--output output]
Binoculo --version
Binoculo --help
FLAGS:
--dashboard Launches a shodan like dashboard
-v Verbosity level
-v Verbosity level
OPTIONS:
-r, --range CIDR or IP range: 192.168.1.0/24 or
192.168.1.0..192.168.1.255
-p, --port Port(s) to scan: 80,443,8080 or 80-8080 or 21,80-8080
-o, --output Output file
-o, --output Output file
```

## Usage
Expand All @@ -54,7 +53,7 @@ There is a "binoculo" bash script that you can run:
- Start front dashboard to filter and visualize results
- Run binoculo via docker for ease of use

**The command bellow runs via docker**
**The command below runs via docker**
```
$ ./binoculo -r 192.168.101.1/24 -p 21,22 --output my_result.txt
```
Expand Down

0 comments on commit 384ca62

Please sign in to comment.