Skip to content

Commit 1a03f27

Browse files
committed
Add scan examples to README for website, local codebase, and local network
1 parent 11664b6 commit 1a03f27

4 files changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,29 @@ cd SimpleSecCheck
8989

9090
That's it! Results will be available in the `results/` directory.
9191

92+
### Scan Examples
93+
94+
#### 🌐 Website/Domain Scanning
95+
Scan any public website or application:
96+
```bash
97+
./run-docker.sh https://example.com
98+
```
99+
![Website Scan Example](assets/1.png)
100+
101+
#### 💻 Local Codebase Scanning
102+
Scan your local project for security issues:
103+
```bash
104+
./run-docker.sh /path/to/your/project
105+
```
106+
![Codebase Scan Example](assets/2.png)
107+
108+
#### 🏠 Local Network Scanning
109+
Scan applications in your local Docker network (e.g., `http://host.docker.internal:8000`):
110+
```bash
111+
./run-docker.sh network
112+
```
113+
![Local Network Scan Example](assets/3.png)
114+
92115
### What Gets Scanned
93116

94117
**Code Projects:**

assets/1.png

120 KB
Loading

assets/2.png

125 KB
Loading

assets/3.png

125 KB
Loading

0 commit comments

Comments
 (0)