Skip to content

Commit 5be6c55

Browse files
authored
Update README.md
1 parent 12436a8 commit 5be6c55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
IDOR Forge is a powerful and versatile tool designed to detect Insecure Direct Object Reference (IDOR) vulnerabilities in web applications. IDOR vulnerabilities occur when an application exposes direct references to internal objects (e.g., database keys, file paths) without proper authorization checks, allowing attackers to access unauthorized data. This tool automates the process of identifying such vulnerabilities by dynamically generating and testing payloads, analyzing responses, and reporting potential issues.
3333

3434

35-
![Screen Shot](./IMG/IDOR-Forge_V1.5.png)
35+
![Screen Shot](./IMG/IDOR-Forge_V1.5.2.png)
3636

3737
## Flowchart 💾
3838

@@ -128,6 +128,8 @@ Options
128128

129129
- -Rv, --report-and-visualize: Enable reporting and visualization
130130

131+
- --num-range: Range of numbers to test as payloads, format: start-end (e.g., 1-100)
132+
131133
## Interactive GUI Mode
132134
```
133135
python IDOR-Forge.py --interactive

0 commit comments

Comments
 (0)