File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Launch the modern dashboard:
3939` ` ` bash
4040python upload_forge.py gui
4141` ` `
42+ ! [Screen Shot](./Images/2.png)
4243
4344# ## Command Line Interface (CLI)
4445Run 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
5860A vulnerable Flask application is included for testing purposes.
@@ -63,7 +65,7 @@ A vulnerable Flask application is included for testing purposes.
6365 ` ` `
64662. 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
You can’t perform that action at this time.
0 commit comments