Skip to content

Commit

Permalink
README: Update how to use
Browse files Browse the repository at this point in the history
  • Loading branch information
aztecrabbit committed Feb 12, 2022
1 parent d1b6c43 commit 94c34b6
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Bugscanner Go

This tool is dedicated to [DARKTUNNEL.NET](https://www.darktunnel.net), please support us if you find this tool useful.

Join to our telegram group @darktunnel_group or click [here](https://t.me/darktunnel_group).


Install
-------

Expand Down Expand Up @@ -37,32 +42,26 @@ Visit subfinder repo if you want to install subfinder [here](https://github.com/

### Scanning

#### Scan Server Name Indication
#### Scan Direct

bugscanner-go scan sni -f example.com.lst --threads 16 --timeout 8 --deep 3
bugscanner-go scan direct -f example.com.lst -o cf.lst

#### Scan CDN SSL

bugscanner-go scan cdn-ssl --cidr 127.0.0.1/32 --target example.com
bugscanner-go scan cdn-ssl --proxy-filename cf.lst --target ws.example.com

Please execute like this to see more options
* target server response must be returning 101 status code.

bugscanner-go scan cdn-ssl --help
#### Scan Server Name Indication

How to find cidr of cdn? Just googling `cdn-name cidr` e.g. `cloudflare cidr`, etc.
bugscanner-go scan sni -f example.com.lst --threads 16 --timeout 8 --deep 3

#### Note

*Another subcommand for scanning will be updated soon*
* Another subcommand for scanning will be updated soon.


Updating
--------

GOPROXY=direct go get -v github.com/aztecrabbit/bugscanner-go


About
-----

This tool is dedicated to [DARKTUNNEL.NET](https://www.darktunnel.net), please support us if you find this tool useful.

0 comments on commit 94c34b6

Please sign in to comment.