Closed ruppde closed 4 months ago
A wrong --foreigndomain parameter like e.g. PingCastle.exe --foreigndomain doesnt_exist.no --healthcheck is ignored and the default domain is scanned.
PingCastle.exe --foreigndomain doesnt_exist.no --healthcheck
Alse there's no indication of the problem in the output, the only telling sign is the total number of objects found in the domain.
Preferred behavior should be to exit, if the foreign domain can't be found. Second best an error message.
to specify the target domain, the right paramter to use is --server --foreigndomain is used for scanner
A wrong --foreigndomain parameter like e.g.
PingCastle.exe --foreigndomain doesnt_exist.no --healthcheck
is ignored and the default domain is scanned.Alse there's no indication of the problem in the output, the only telling sign is the total number of objects found in the domain.
Preferred behavior should be to exit, if the foreign domain can't be found. Second best an error message.