Skip to content

Commit 70eae3d

Browse files
committed
readme
1 parent 4905252 commit 70eae3d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.MD

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@ Use these scripts only against environments you are authorized to assess.
1010

1111
## Scripts
1212

13-
### 1. `docker_envs.py`
13+
### EnumEnvVars.py`
1414
Enumerates running and stopped containers, extracts their **environment variables**, and prints them to the console.
1515
Can also save the results in structured JSON.
1616

17-
#### Features
18-
- Fetches `/info` for Docker Engine overview (version, OS, CPUs, memory, etc.).
19-
- Lists all containers (like `docker ps -a`).
20-
- Shows each container’s environment variables.
21-
- Displays a progress bar with [`alive-progress`](https://github.com/rsalmei/alive-progress).
22-
- Optionally saves results to a JSON file.
17+
### EnumSecrets.py
18+
Enumerates Secrets from Docker Swarm mode, attempting to read their values if specified. Can also save the results in structured JSON.
2319

24-
#### Usage
20+
### Usage
2521

2622
##### Environment Variables Enumeration
2723

0 commit comments

Comments
 (0)