-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: stephanie0x00 <[email protected]> Co-authored-by: Donny Peeters <[email protected]> Co-authored-by: Rieven <[email protected]>
- Loading branch information
1 parent
894e6af
commit deaddf7
Showing
82 changed files
with
2,250 additions
and
2,973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 31 additions & 23 deletions
54
boefjes/tests/examples/scheduler/pop_response_boefje.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,33 @@ | ||
{ | ||
"id": "70da7d4f-f41f-4940-901b-d98a92e9014b", | ||
"priority": 1, | ||
"scheduler_id": "boefje-_dev", | ||
"schedule_id": null, | ||
"status": "dispatched", | ||
"type": "boefje", | ||
"hash": "70da7d4f-f41f-4940-901b-d98a92e9014b", | ||
"data": { | ||
"id": "70da7d4f-f41f-4940-901b-d98a92e9014b", | ||
"boefje": { | ||
"id": "dns-records", | ||
"version": null | ||
}, | ||
"input_ooi": "Hostname|internet|test.test", | ||
"organization": "_dev", | ||
"arguments": {}, | ||
"started_at": null, | ||
"runnable_hash": null, | ||
"environment": null, | ||
"ended_at": null | ||
}, | ||
"created_at": "2021-06-29T14:00:00", | ||
"modified_at": "2021-06-29T14:00:00" | ||
"count": 1, | ||
"next": null, | ||
"previous": null, | ||
"results": [ | ||
{ | ||
"id": "70da7d4f-f41f-4940-901b-d98a92e9014b", | ||
"priority": 1, | ||
"scheduler_id": "boefje", | ||
"organisation": "_dev", | ||
"schedule_id": null, | ||
"status": "dispatched", | ||
"type": "boefje", | ||
"hash": "70da7d4f-f41f-4940-901b-d98a92e9014b", | ||
"data": { | ||
"id": "70da7d4f-f41f-4940-901b-d98a92e9014b", | ||
"boefje": { | ||
"id": "dns-records", | ||
"version": null | ||
}, | ||
"input_ooi": "Hostname|internet|test.test", | ||
"organization": "_dev", | ||
"arguments": {}, | ||
"started_at": null, | ||
"runnable_hash": null, | ||
"environment": null, | ||
"ended_at": null | ||
}, | ||
"created_at": "2021-06-29T14:00:00", | ||
"modified_at": "2021-06-29T14:00:00" | ||
} | ||
] | ||
} |
54 changes: 31 additions & 23 deletions
54
boefjes/tests/examples/scheduler/pop_response_boefje_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,33 @@ | ||
{ | ||
"id": "70da7d4f-f41f-4940-901b-d98a92e9014c", | ||
"priority": 1, | ||
"scheduler_id": "boefje-_dev", | ||
"schedule_id": null, | ||
"status": "dispatched", | ||
"type": "boefje", | ||
"hash": "70da7d4f-f41f-4940-901b-d98a92e9014c", | ||
"data": { | ||
"id": "70da7d4f-f41f-4940-901b-d98a92e9014c", | ||
"boefje": { | ||
"id": "dns-records", | ||
"version": null | ||
}, | ||
"input_ooi": "Hostname|internet|test.test", | ||
"organization": "_dev", | ||
"arguments": {}, | ||
"started_at": null, | ||
"runnable_hash": null, | ||
"environment": null, | ||
"ended_at": null | ||
}, | ||
"created_at": "2021-06-29T14:00:00", | ||
"modified_at": "2021-06-29T14:00:00" | ||
"count": 1, | ||
"next": null, | ||
"previous": null, | ||
"results": [ | ||
{ | ||
"id": "70da7d4f-f41f-4940-901b-d98a92e9014c", | ||
"priority": 1, | ||
"scheduler_id": "boefje", | ||
"organisation": "_dev", | ||
"schedule_id": null, | ||
"status": "dispatched", | ||
"type": "boefje", | ||
"hash": "70da7d4f-f41f-4940-901b-d98a92e9014c", | ||
"data": { | ||
"id": "70da7d4f-f41f-4940-901b-d98a92e9014c", | ||
"boefje": { | ||
"id": "dns-records", | ||
"version": null | ||
}, | ||
"input_ooi": "Hostname|internet|test.test", | ||
"organization": "_dev", | ||
"arguments": {}, | ||
"started_at": null, | ||
"runnable_hash": null, | ||
"environment": null, | ||
"ended_at": null | ||
}, | ||
"created_at": "2021-06-29T14:00:00", | ||
"modified_at": "2021-06-29T14:00:00" | ||
} | ||
] | ||
} |
Oops, something went wrong.