Skip to content

Commit 13fdd5e

Browse files
Update README.md
1 parent bfb2d60 commit 13fdd5e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

  • 13 - Meterpreter Post Exploitation/02 - Meterpreter Commands
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
# Meterpreter Commands
12

3+
## 1. getuid
4+
5+
- The `getuid` command will display the **user** with which Meterpreter is ***currently*** running.
6+
7+
- This will give you an idea of your ***possible privilege level*** on the ***target*** system (e.g. Are you an admin level user like NT AUTHORITY\SYSTEM or a regular user?)
8+
9+
![image](https://user-images.githubusercontent.com/63872951/187253926-3c40f52c-83a2-490c-9f83-acd8d55f9449.png)
10+
11+
## 2. ps
12+
13+
- The `ps` command will list ***running*** processes.
14+
15+
- The **PID** column will also give you the PID information you will need to migrate Meterpreter to another process.
16+
17+
![image](https://user-images.githubusercontent.com/63872951/187254092-fd48f71b-6e22-4bfd-b1ec-c9f1f0eece25.png)

0 commit comments

Comments
 (0)