Skip to content

Commit 2ae1884

Browse files
author
Your Name
committed
added automation script with domains
0 parents  commit 2ae1884

File tree

6 files changed

+3621
-0
lines changed

6 files changed

+3621
-0
lines changed

Diff for: README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Dutch-Government-VDP-Scope
2+
This repo consists of an automated way to extract the In-Scope Targets of the Dutch(Netherland) Government Vulnerability Disclosure Program using a **python** script.<br>
3+
4+
**Requirements**
5+
6+
```
7+
requests
8+
pyexcel_ods3
9+
bs4
10+
```
11+
12+
**Usage Example** <br>
13+
Download the **run.py** file and run the below commmands.
14+
```
15+
pip install -r requirements.txt
16+
python run.py
17+
```
18+
19+
This command will automatically download the **.ods** source file which is provided in the offical Netherland Government website and extract only the domains.
20+
21+
22+
## Reference Links:
23+
**Program Page** - https://english.ncsc.nl/contact/reporting-a-vulnerability-cvd <br>
24+
**Report Form** - https://english.ncsc.nl/contact/reporting-a-vulnerability-cvd/cvd-report-form <br>
25+
**Domains Source** - https://www.communicatierijk.nl/vakkennis/r/rijkswebsites/verplichte-richtlijnen/websiteregister-rijksoverheid <br>
26+
27+
Good Luck with finding a 🪲! Happy Hunting :sunglasses: !

0 commit comments

Comments
 (0)