|
|
il y a 2 ans | |
|---|---|---|
| .. | ||
| README.md | il y a 2 ans | |
| beacon.h | il y a 2 ans | |
| bofcompile.bat | il y a 2 ans | |
| findwebclient.c | il y a 2 ans | |
| findwebclient.cna | il y a 2 ans | |
| findwebclient.h | il y a 2 ans | |
| findwebclient.o | il y a 2 ans | |
Find hosts with the WebClient service running based on a list of predefined hostnames or IP addresses. The list is loaded from your own attacker system.
A valid list with hostnames is considered newline separated and ends with a newline. Furthermore, the following hostname notations are correct:
database,database.example.local,10.100.10.1.
<path to file>: the path on your own attacker system to the file containing the list with predefined hostnames.debug: optional argument to include hostnames in the output that couldn't be reached or on which the WebClient was not running.findwebclient <path to hostname file> [opt:debug]findwebclient C:\Users\redmed\Documents\hostnames.txtfindwebclient C:\\Users\\redmed\\Documents\\hostnames.txt debugx64 Native Tools Command Prompt for VS <2019/2022> terminal.bofcompile.bat script to compile the object file.This project is based on the GetWebDAVStatus BOF and created as a more user friendly version.