Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LoggedOn flag description with the registry method #701

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/data-collection/sharphound-all-flags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ common options you'll likely use:
collection method.
* **Session:** Just does user session collection. You will likely couple this with
the --Loop option. See SharpHound examples below for more info on that.
* **LoggedOn:** Does session collection using the privileged collection method. Use
this if you are running as a user with local admin rights on lots of systems
for the best user session data.
* **LoggedOn:** Does session collection using two methods: the privileged and the remote registry
collection method. Use this if you are running as a user with local admin rights on lots of systems
for the best user session data, but it is also useful running as a normal unprivilieged user on
server targets (remote registry method). For the latter, the RemoteRegistry service needs to be
installed on the targets (default on servers), but does not need to be running, it'll be triggered
temporarily.

Here are the less common CollectionMethods and what they do:

Expand Down
Loading