Pedro Maioli
881af1c9d2
Add user-configurable verbosity levels to wizard interface
...
- Enhanced wizard to allow selection of verbose levels 0-6
- Maintains backward compatibility with level 0 default
- Provides clear labels for wizard vs application defaults
- Follows existing wizard UI patterns with input validation
- Enables users to choose appropriate output detail level
Resolves the need for configurable verbosity in beginner-friendly wizard mode
while preserving the original 'minimal output' behavior for automation.
2025-08-22 02:54:16 -03:00
Miroslav Stampar
8f75402c3c
Fixes #5875
2025-08-19 11:31:57 +02:00
Miroslav Stampar
59844b1929
Adding switch --http1.0
2025-08-18 11:53:30 +02:00
Miroslav Stampar
de10cff3e0
Fixes leakage of sqlmap temporary directories
2025-07-09 23:18:48 +02:00
Miroslav Stampar
0a4cdd7fb3
Fixes #5913
2025-06-22 13:47:48 +02:00
Miroslav Stampar
d4f479e7a8
Minor update for #5910
2025-06-16 11:22:29 +02:00
Nicolas Thumann
b8402744fc
Use API to check Tor connection ( #5910 )
2025-06-16 11:16:29 +02:00
Miroslav Stampar
e60bd21b08
Fixes #5908
2025-06-12 20:40:34 +02:00
Miroslav Stampar
1d7493d243
Patch for #5897
2025-05-08 23:54:39 +02:00
Miroslav Stampar
ad1266a080
Minor style updates
2025-05-08 22:30:54 +02:00
Miroslav Stampar
d058cc820d
Minor fixes for --http2 ( #4402 )
2025-02-20 23:32:58 +01:00
Miroslav Stampar
ed4fc46217
Year bump
2025-01-02 00:51:30 +01:00
Miroslav Stampar
87cd5906f9
Fixes #5805
2024-11-15 17:46:24 +01:00
Miroslav Stampar
8fc166197d
Fixes #5802
2024-11-12 20:51:55 +01:00
Miroslav Stampar
989840c094
Fixes #5763
2024-08-26 00:09:58 +02:00
Ben Kofman
73a62f9f4e
Update option.py ( #5736 )
...
auth-type=pki requires auth-file option to pass in a certificate. auth-pki is not a valid option
2024-06-24 18:20:09 +02:00
Miroslav Stampar
5c9a5943e7
Removing some obsolete code
2024-04-08 10:11:36 +02:00
Miroslav Stampar
c84f141b89
Bumping copyright year
2024-01-03 23:11:52 +01:00
Miroslav Stampar
acce97bfcb
Patch related to the #5567
2023-11-12 20:25:42 +01:00
Miroslav Stampar
e0ec2fcdbd
Implements option --time-limit ( #5502 )
2023-09-28 20:34:52 +02:00
Miroslav Stampar
be118e861c
Implements option --union-values ( #5508 )
2023-09-04 18:34:21 +02:00
Miroslav Stampar
4f2a883544
Update for #5508
2023-08-31 12:22:11 +02:00
Miroslav Stampar
3117730d84
Fixes #5364
2023-03-15 23:00:16 +01:00
Miroslav Stampar
d3bfe59401
Fixes #5308
2023-02-07 09:40:42 +01:00
Miroslav Stampar
6336389322
Another update for #5295
2023-01-24 12:00:23 +01:00
Miroslav Stampar
de527f1814
Minor update for #5285
2023-01-09 15:35:21 +01:00
Miroslav Stampar
96adc7c098
Fixes #5285
2023-01-09 15:34:08 +01:00
Miroslav Stampar
05293e01a4
Year and version bump
2023-01-02 23:24:59 +01:00
Miroslav Stampar
33a6547f5b
Fixes #5252
2022-12-06 11:55:03 +01:00
Miroslav Stampar
55b2b43f0e
Fixes #5233
2022-11-21 00:20:05 +01:00
Miroslav Stampar
eda669e10b
Fixes #5216
2022-11-01 23:26:15 +01:00
CrazyKidJack
5c55602296
Fix --cookie-del (cookieDel) error checking ( #5198 )
...
error checking was checking if len(conf.cookieDel) which always returns true when option is used. Now it checks if len(conf.cookieDel) != 1
2022-10-17 11:59:17 +02:00
Miroslav Stampar
aa9cc3987e
Implements option --csrf-data ( #5199 )
2022-10-17 11:52:22 +02:00
Miroslav Stampar
70665c5d2b
Improvement regarding #5171
2022-09-13 22:59:34 +02:00
Miroslav Stampar
43fba39366
Fixes #5131
2022-06-29 15:36:43 +02:00
Miroslav Stampar
290058451d
Fixes #5133
2022-06-29 15:11:40 +02:00
Miroslav Stampar
df4293473d
Fixing DeprecationWarning (logger.warn)
2022-06-22 12:04:34 +02:00
Miroslav Stampar
5eaf1d2d27
Fixes #5076
2022-04-29 17:32:16 +02:00
Miroslav Stampar
e91b1a0f97
Fixes #5032
2022-03-15 21:52:05 +01:00
Miroslav Stampar
b528fc07f9
Update for #4928
2022-02-10 22:30:52 +01:00
Miroslav Stampar
6276db1d80
Copyright year bump
2022-01-03 11:30:34 +01:00
Miroslav Stampar
1d8643db09
Fixes #4899
2021-12-13 15:24:58 +01:00
Miroslav Stampar
8c904bf73c
Some fine tuning for #4876
2021-11-01 22:00:26 +01:00
Miroslav Stampar
9e17babe7b
Implements option --retry-on ( #4876 )
2021-11-01 21:50:16 +01:00
Miroslav Stampar
94706bd7fc
More fine-tuning for Github Actions
2021-09-29 16:41:58 +02:00
Miroslav Stampar
a9f998273c
Fine-tuning for Github Actions
2021-09-29 16:33:52 +02:00
Miroslav Stampar
1d6d2c1892
Some refactoring (isMultiThreadMode fuzz)
2021-09-29 16:13:13 +02:00
Miroslav Stampar
d95406016c
Update regarding #4795
2021-09-08 21:01:41 +02:00
Miroslav Stampar
506e3f0871
Fixes #4611
2021-03-22 11:03:57 +01:00
Miroslav Stampar
38c341076d
Update regarding #4142 (--auth-type bearer)
2021-03-11 20:41:05 +01:00