Skip to content

Commit

Permalink
Add credentials check README details
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackndo authored Jul 31, 2021
1 parent c6c4c1f commit b8e7166
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@

Python tool to Check running WebClient services on multiple targets based on [@tifkin_ idea](https://twitter.com/tifkin_/status/1419806476353298442).

This tool uses [impacket](https://github.com/SecureAuthCorp/impacket) project
This tool uses [impacket](https://github.com/SecureAuthCorp/impacket) project.


### Usage

```bash
webclientservicescanner hackn.lab/user:S3cur3P4ssw0rd@10.10.10.0/24
```

Provided credentials will be tested against a domain controller before scanning so that a typo in the domain/username/password won't lock out the account. If you want to bypass this check, just use `-no-validation` flag.

0 comments on commit b8e7166

Please sign in to comment.