epi
57db4adb69
added headers to regex filtering ( #1142 )
...
* added headers to regex filtering
* added regex header test
* added pipeline for mac arm
* bumped version; updated deps; updated .cargo/config to .toml
* -b more robust
* fixed overall prog bar showing 0 eta too early
* fixed ssl error test
* added time estimate to SMM
2024-06-16 08:59:17 -04:00
epi
8eb41f40a0
1105 - improve json logs for post processing ( #1114 )
...
* added timestamp field to responses
* added targets field to stats object
* clippy
* write config to output file
* --data implies post request if no other method provided
* fixed issue with multiple leading spaces
* ignoring flaky test
* upgraded deps
* bumped version to 2.10.3
2024-04-26 20:15:00 -04:00
epi
9ff0253deb
parallel time limit enforced individually instead of main thread ( #1072 )
...
* parallel time limit enforced individually instead of main thread
* added ability to select silent/quiet when using --parallel
* fixed robots.txt error -> hang
* build pipeline back to main
* fixed up tests
* removed retries from nextest
* clippy
2024-02-28 06:59:43 -05:00
epi
38a1ed3f63
custom backup extension list ( #1035 )
...
* --collect-backups flag changed to accept values
* added default set of backup extensions constant
* tweaked cli parsing to account for changes to --collect-backups
* changed backup collection to use new cli values; fixed bug that could hang ferox on exit
* fmt
* bumped version to 2.10.2
* underped cli logic
2023-11-25 09:51:07 -05:00
epi
55c67358d6
allow --json in conjunction with --silent ( #1022 )
...
* updated parser to allow --silent with --json
* updated config parsing with new silentjson output variant
* added new silentjson output variant
* updated outputlevel usage to include new variant
2023-11-08 21:18:53 -05:00
Andrea De Murtas
ad49320968
enable reading extensions from file
2023-09-07 19:27:31 +02:00
epi
83b55aaf10
updated deps
2023-07-11 05:22:11 -04:00
epi
328d1d2ec9
bumped version to 2.10.0
2023-05-06 04:54:17 -05:00
epi
5385ce5e99
bumped version to 2.9.6
2023-05-05 18:48:58 -05:00
epi
e094dab4a4
key requires cert; accept multiple server certs
2023-05-05 07:07:06 -05:00
Himadri Bhattacharjee
372f7c5cd4
add client_key flag to separated PEM key file for identity from_pkcs8_pem
2023-05-04 08:35:25 +05:30
Himadri Bhattacharjee
4198a019d3
added functionality to use SSL key as client identity for mutual authentication
2023-05-02 12:43:45 +05:30
Himadri Bhattacharjee
12206e668f
added basic functionality to add root cert to client
2023-04-29 21:07:08 +05:30
Himadri Bhattacharjee
1796e4eeb2
added cert flag
2023-04-29 18:20:04 +05:30
epi
16d34bbee0
bumped version to 2.9.5
2023-04-25 07:10:48 -05:00
epi
66bcbfc2f2
bumped version to 2.9.4
2023-04-19 06:51:35 -05:00
epi
4f679592b8
bumped version to 2.9.3
2023-04-11 18:34:02 -05:00
epi
c493d001b5
fmt clippy etc
2023-03-18 07:02:45 -05:00
epi
d6b10c6476
reverted collect-backups change
2023-03-18 06:07:38 -05:00
epi
1b8fdcec17
hid old false defaults; added dont-* flags
2023-03-17 06:32:28 -05:00
epi
0b0e08ae4f
updated extract-links and collect-backups default to true
2023-03-17 05:45:19 -05:00
Aan
99cbd657a5
Update parser, banner & test, exception handling, etc
2023-03-10 20:44:34 +07:00
Aan
a77c436e04
New feature checklist
2023-03-09 10:49:25 +07:00
Aan
c3455d123e
Implement auto update feature
2023-03-09 10:06:17 +07:00
epi
5e93da0a65
fixed #809 ; thorough/smart bypassed mutual exclusion
2023-03-08 05:29:30 -06:00
epi
94aafccf8a
bumped version
2023-03-07 06:30:53 -06:00
epi
ad0df8ccd3
updated deps
2023-03-07 06:00:00 -06:00
epi
584fc940cd
implemented fix for wildcard directories
2023-03-06 20:44:14 -06:00
epi
eb7ad68c01
all tests passing
2023-02-26 12:48:02 -06:00
epi
0437c2baac
updated deps harder
2023-02-26 07:30:28 -06:00
epi
74a1a8d597
bumped version to 2.8.0
2023-02-26 06:50:31 -06:00
epi
79edc42b17
bumped version to 2.7.3
2022-12-29 15:56:56 -06:00
epi
201873d7ac
bumped version to 2.7.2
2022-11-16 16:52:35 -06:00
epi
6befae1a93
updated clap from 3.x to 4.x
2022-10-03 05:16:50 -05:00
epi
3a6a61cc24
updated dependencies
2022-05-11 17:24:09 -05:00
epi
a9ef7f180f
force-recursion and no-recursion are mutually exclusive
2022-04-13 16:34:52 -05:00
epi
cafe766d9e
bumped version to 2.7.0
2022-04-11 20:12:38 -05:00
epi
9515a5da99
fixed bug related to methods/responses not being displayed
2022-04-09 11:08:46 -05:00
epi
b946565c2f
updated shell completions for new version
2022-04-09 06:46:14 -05:00
epi
7a58f8fcf8
clippy and tests
2022-04-03 20:42:55 -05:00
epi
6ba32d926c
fixed 513; backups requested from proper dir
2022-03-08 05:43:40 -06:00
epi
cbbf9be6c9
added composite flags
2022-03-04 21:15:43 -06:00
epi
063e7b0420
added --collect-words implementation
2022-03-01 17:55:14 -06:00
epi
7b7eeeebfa
Merge branch 'release-2.6.0-multi-feature' into Misc-Fixes
2022-02-18 08:05:12 -06:00
epi
44693a3498
added cli/banner/tests etc...
2022-02-17 19:44:29 -06:00
epi
71885e7e56
implemented --collect-extensions; numerous bugfixes/code improvements
2022-02-12 07:01:25 -06:00
godylockz
3c474920bb
Fix per comments
2022-01-24 23:10:21 -05:00
godylockz
4a678ef65b
Shell completions
2022-01-23 14:30:41 -05:00
epi
1500e651fa
clippy / nitpickery
2022-01-15 19:04:53 -06:00
epi
e5048f0c8d
fixed multiple -u issue
2022-01-15 18:46:41 -06:00