Skip to content

Commit

Permalink
update: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRoom committed Mar 1, 2024
1 parent ab548fe commit b89dfa1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,23 @@ func main() {
}
```

### 3. For More
### 3. Http/Port Finger
Http Web Cms Finger
```go
// "github.com/XinRoom/go-portScan/core/port/fingerprint"
func ProbeHttpInfo(net.ParseIP("1.1.1.1"), 443, 5*time.Second) (httpInfo *port.HttpInfo, banner []byte, isDailErr bool)

// "github.com/XinRoom/go-portScan/core/port/fingerprint/webfinger"
func WebFingerIdent(resp *http.Response) (names []string)
```
Tcp Port Service Finger

```go
// "github.com/XinRoom/go-portScan/core/port/fingerprint"
func PortIdentify(network string, ip net.IP, _port uint16, dailTimeout time.Duration) (serviceName string, banner []byte, isDailErr bool)
```

### 4. For More

To see [./cmd/go-portScan.go](./cmd/go-portScan.go)

Expand Down

0 comments on commit b89dfa1

Please sign in to comment.