Skip to content

Commit af409ca

Browse files
authored
Update README.md
1 parent 27d49e8 commit af409ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Launch the modern dashboard:
3939
```bash
4040
python upload_forge.py gui
4141
```
42+
![Screen Shot](./Images/2.png)
4243

4344
### Command Line Interface (CLI)
4445
Run a scan directly from your terminal:
@@ -53,6 +54,7 @@ python upload_forge.py scan --url http://target.com/upload --param file --upload
5354
- `--upload-dir`: URL where uploaded files are stored (for verification).
5455
- `--proxies`: Proxy string (e.g., `http://127.0.0.1:8080`).
5556

57+
![Screen Shot](./Images/4.png)
5658
## 🧪 Testing
5759

5860
A vulnerable Flask application is included for testing purposes.
@@ -63,7 +65,7 @@ A vulnerable Flask application is included for testing purposes.
6365
```
6466
2. Run the scanner against it:
6567
```bash
66-
python upload_forge.py scan --url http://127.0.0.1:5000/upload --upload-dir http://127.0.0.1:5000/uploads/
68+
python main.py scan --url http://127.0.0.1:5000/upload --upload-dir http://127.0.0.1:5000/uploads/
6769
```
6870

6971
## ⚠️ Disclaimer

0 commit comments

Comments
 (0)