Skip to content

Commit 877002a

Browse files
authored
Update README.md
1 parent 159a4b8 commit 877002a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Enable deep crawl mode:
3232
python jsintellirecon.py --url https://example.com --output results.json --deep
3333
```
3434

35+
---
36+
3537
## Output Format
3638
A structured .json file containing:
3739

@@ -48,20 +50,25 @@ A structured .json file containing:
4850
]
4951
```
5052

53+
---
54+
5155
## Installation
5256
Install the required Python libraries:
5357

5458
```
5559
pip install -r requirements.txt
5660
```
5761

62+
---
63+
5864
## Disclaimer
5965

6066
```
6167
JSIntelliRecon is designed for ethical research and testing. Only scan websites you have permission to test.
6268
```
69+
---
6370

64-
License
71+
## License
6572

6673
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license.
6774
See the [LICENSE](LICENSE) file for full details.

0 commit comments

Comments
 (0)