Skip to content

Commit

Permalink
Update usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
iomoath committed Aug 23, 2021
1 parent 914d2c4 commit b646953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ command_exec -e "quser" [remote IP address] -u [username] -d [domain] -p [passwo
ls_domain_groups*** - List domain user groups
ls_domain_admins*** - List domain admin users
ls_user_groups*** - List domain user with their associated groups
ls_computers*** - List computers on current domain


#### Process Operations
Expand All @@ -88,6 +89,7 @@ command_exec -e "quser" [remote IP address] -u [username] -d [domain] -p [passwo
active_users - List domain users with active processes on the targeted system
basic_info - Used to enumerate basic metadata about the targeted system
drive_list - List local and network drives
share_list - List network shares
ifconfig - Receive IP info from NICs with active network connections
installed_programs - Receive a list of the installed programs on the targeted machine
logoff - Log users off the targeted machine
Expand Down
2 changes: 1 addition & 1 deletion ServiceLayer/CommonPublic/Messages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public static void GetCommands()
"ls_domain_users_list*** - List domain users sAMAccountName",
"ls_domain_users_email*** - List domain users email address",
"ls_domain_groups*** - List domain user groups",
"ls_computers*** - List List computers on current domain",
"ls_domain_admins*** - List domain admin users",
"ls_user_groups*** - List domain user with their associated groups",
}
Expand Down Expand Up @@ -141,7 +142,6 @@ public static void GetExamples(bool isGui = false)
@"service_mod , -c service_mod --execute create --servicebin [path to service exe] --service [service] , -c service_mod --execute create -s 192.168.64.4 -u test -p 1 --servicebin c:\users\test\desktop\temp.exe --service fortynorth",
@"service_mod , -c service_mod --execute start --service [service] , -c service_mod --execute create -s 192.168.64.4 -u test -p 1 --service fortynorth",
@"service_mod , -c service_mod --execute delete --service [service] , -c service_mod --execute delete -s 192.168.64.4 -u test -p 1 --service fortynorth",
@"share_list , -c share_list , -c share_list -s 192.168.64.4 -u test -p 1",
@"ls_domain_users , -c ls_domain_users",
@"ls_domain_users_list , -c ls_domain_users_list",
@"ls_domain_users_email , -c ls_domain_users_email",
Expand Down

0 comments on commit b646953

Please sign in to comment.