We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159a4b8 commit 877002aCopy full SHA for 877002a
README.md
@@ -32,6 +32,8 @@ Enable deep crawl mode:
32
python jsintellirecon.py --url https://example.com --output results.json --deep
33
```
34
35
+---
36
+
37
## Output Format
38
A structured .json file containing:
39
@@ -48,20 +50,25 @@ A structured .json file containing:
48
50
]
49
51
52
53
54
55
## Installation
56
Install the required Python libraries:
57
58
59
pip install -r requirements.txt
60
61
62
63
64
## Disclaimer
65
66
67
JSIntelliRecon is designed for ethical research and testing. Only scan websites you have permission to test.
68
69
70
-License
71
+## License
72
73
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license.
74
See the [LICENSE](LICENSE) file for full details.
0 commit comments