Skip to content

Commit 38fce18

Browse files
author
GomoR
committed
4.17 Tue 28 Jan 16:06:24 CET 2025
- BREAKING: onyphe: default to set -aslines to true - New: Onyphe::Api: ASD Pivot, Top, Domain, Keyword, Domain2so, So2domain APIs - New: onyphe: add -field, -keyword, -astask, -filter arguments - New: onyphe: add -ports argument to select which ports to scan with On-demand APIs
1 parent a8144c5 commit 38fce18

38 files changed

Lines changed: 295 additions & 229 deletions

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Revision history for Perl extension Onyphe.
22

3+
4.17 Tue 28 Jan 16:06:24 CET 2025
4+
- BREAKING: onyphe: default to set -aslines to true
5+
- New: Onyphe::Api: ASD Pivot, Top, Domain, Keyword, Domain2so, So2domain APIs
6+
- New: onyphe: add -field, -keyword, -astask, -filter arguments
7+
- New: onyphe: add -ports argument to select which ports to scan with On-demand APIs
8+
39
4.16 Thu 31 Oct 10:12:01 CET 2024
410
- New: Onyphe::Api: ASD Mx API
511
- New: Onyphe::Api: Ondemand Resolver Domain Bulk API

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2024, ONYPHE SAS
3+
Copyright (c) 2025, ONYPHE SAS
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@
174174
},
175175
"Onyphe" : {
176176
"file" : "lib/Onyphe.pm",
177-
"version" : "4.16"
177+
"version" : "4.17"
178178
},
179179
"Onyphe::Api" : {
180180
"file" : "lib/Onyphe/Api.pm",
181-
"version" : "4.16"
181+
"version" : "4.17"
182182
}
183183
},
184184
"release_status" : "stable",
@@ -187,6 +187,6 @@
187187
"http://opensource.org/licenses/BSD-3-Clause"
188188
]
189189
},
190-
"version" : "4.16",
190+
"version" : "4.17",
191191
"x_serialization_backend" : "JSON::PP version 4.06"
192192
}

META.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ provides:
114114
version: '1.00'
115115
Onyphe:
116116
file: lib/Onyphe.pm
117-
version: '4.16'
117+
version: '4.17'
118118
Onyphe::Api:
119119
file: lib/Onyphe/Api.pm
120-
version: '4.16'
120+
version: '4.17'
121121
requires:
122122
Carp: '0'
123123
Config::INI::Tiny: '0'
@@ -136,5 +136,5 @@ requires:
136136
Tie::IxHash: '0'
137137
resources:
138138
license: http://opensource.org/licenses/BSD-3-Clause
139-
version: '4.16'
139+
version: '4.17'
140140
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

bin/onyphe

Lines changed: 147 additions & 148 deletions
Large diffs are not rendered by default.

lib/OPP.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Id: OPP.pm,v 462dcd9243b5 2024/10/31 09:09:10 gomor $
2+
# $Id: OPP.pm,v cfbea05b0bc4 2025/01/28 15:06:19 gomor $
33
#
44
package OPP;
55
use strict;
@@ -413,7 +413,7 @@ OPP - ONYPHE Processing Pipeline
413413
414414
=head1 COPYRIGHT AND LICENSE
415415
416-
Copyright (c) 2024, ONYPHE SAS
416+
Copyright (c) 2025, ONYPHE SAS
417417
418418
You may distribute this module under the terms of The BSD 3-Clause License.
419419
See LICENSE file in the source distribution archive.

lib/OPP/Output.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Id: Output.pm,v 462dcd9243b5 2024/10/31 09:09:10 gomor $
2+
# $Id: Output.pm,v cfbea05b0bc4 2025/01/28 15:06:19 gomor $
33
#
44
package OPP::Output;
55
use strict;
@@ -52,7 +52,7 @@ OPP::Output - output object for OPP's processors
5252
5353
=head1 COPYRIGHT AND LICENSE
5454
55-
Copyright (c) 2024, ONYPHE SAS
55+
Copyright (c) 2025, ONYPHE SAS
5656
5757
You may distribute this module under the terms of The BSD 3-Clause License.
5858
See LICENSE file in the source distribution archive.

lib/OPP/Proc.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Id: Proc.pm,v c0575c37c27d 2024/05/06 13:15:26 james $
2+
# $Id: Proc.pm,v cfbea05b0bc4 2025/01/28 15:06:19 gomor $
33
#
44
package OPP::Proc;
55
use strict;
@@ -270,7 +270,7 @@ OPP::Proc - base class for OPP's processors
270270
271271
=head1 COPYRIGHT AND LICENSE
272272
273-
Copyright (c) 2024, ONYPHE SAS
273+
Copyright (c) 2025, ONYPHE SAS
274274
275275
You may distribute this module under the terms of The BSD 3-Clause License.
276276
See LICENSE file in the source distribution archive.

lib/OPP/Proc/Addcount.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Id: Addcount.pm,v 462dcd9243b5 2024/10/31 09:09:10 gomor $
2+
# $Id: Addcount.pm,v cfbea05b0bc4 2025/01/28 15:06:19 gomor $
33
#
44
package OPP::Proc::Addcount;
55
use strict;
@@ -38,7 +38,7 @@ OPP::Proc::Addcount - addcount processor
3838
3939
=head1 COPYRIGHT AND LICENSE
4040
41-
Copyright (c) 2024, ONYPHE SAS
41+
Copyright (c) 2025, ONYPHE SAS
4242
4343
You may distribute this module under the terms of The BSD 3-Clause License.
4444
See LICENSE file in the source distribution archive.

lib/OPP/Proc/Addfield.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Id: Addfield.pm,v 683f32a81df6 2024/03/07 08:31:39 gomor $
2+
# $Id: Addfield.pm,v cfbea05b0bc4 2025/01/28 15:06:19 gomor $
33
#
44
package OPP::Proc::Addfield;
55
use strict;
@@ -55,7 +55,7 @@ OPP::Proc::Addfield - addfield processor
5555
5656
=head1 COPYRIGHT AND LICENSE
5757
58-
Copyright (c) 2024, ONYPHE SAS
58+
Copyright (c) 2025, ONYPHE SAS
5959
6060
You may distribute this module under the terms of The BSD 3-Clause License.
6161
See LICENSE file in the source distribution archive.

0 commit comments

Comments
 (0)