check_linux_burp_backup: burp -v vs burp -V inconsistency #17

Open
opened 2021-03-28 17:01:07 +02:00 by patrick · 1 comment
Owner

As of burp v2.2 the -v option has been replaced by -V:

root@mindea ~]# burp -v
burp-2.1.32

oot@moisen:/etc# burp -V
burp-2.2.18
root@moisen:/etc# burp -v
2021-03-28 17:00:33 +0200: burp[17788] Connecting to burps.home:4971
2021-03-28 17:00:33 +0200: burp[17788] auth ok
2021-03-28 17:00:33 +0200: burp[17788] Server version: 2.2.18
2021-03-28 17:00:33 +0200: burp[17788] nocsr ok
2021-03-28 17:00:33 +0200: burp[17788] SSL is using cipher: TLS_AES_256_GCM_SHA384  TLSv1.3 Kx=any      Au=any  Enc=AESGCM(256) Mac=AEAD

2021-03-28 17:00:33 +0200: burp[17788] extra_comms_begin ok:autoupgrade:incexc:orig_client:uname:counters_json:msg:forceproto=1:rshash=blake2:
2021-03-28 17:00:33 +0200: burp[17788] Server is forcing protocol 1
Backup: 0000001 2021-03-28 16:27:08 +0200 (deletable)
2021-03-28 17:00:33 +0200: burp[17788] main socket 4: Peer closed SSL session
2021-03-28 17:00:33 +0200: burp[17788] List finished ok
As of burp v2.2 the -v option has been replaced by -V: ``` root@mindea ~]# burp -v burp-2.1.32 oot@moisen:/etc# burp -V burp-2.2.18 root@moisen:/etc# burp -v 2021-03-28 17:00:33 +0200: burp[17788] Connecting to burps.home:4971 2021-03-28 17:00:33 +0200: burp[17788] auth ok 2021-03-28 17:00:33 +0200: burp[17788] Server version: 2.2.18 2021-03-28 17:00:33 +0200: burp[17788] nocsr ok 2021-03-28 17:00:33 +0200: burp[17788] SSL is using cipher: TLS_AES_256_GCM_SHA384 TLSv1.3 Kx=any Au=any Enc=AESGCM(256) Mac=AEAD 2021-03-28 17:00:33 +0200: burp[17788] extra_comms_begin ok:autoupgrade:incexc:orig_client:uname:counters_json:msg:forceproto=1:rshash=blake2: 2021-03-28 17:00:33 +0200: burp[17788] Server is forcing protocol 1 Backup: 0000001 2021-03-28 16:27:08 +0200 (deletable) 2021-03-28 17:00:33 +0200: burp[17788] main socket 4: Peer closed SSL session 2021-03-28 17:00:33 +0200: burp[17788] List finished ok ```
patrick added the
bug
linux
labels 2021-03-28 17:01:07 +02:00
patrick self-assigned this 2021-03-28 17:01:07 +02:00
Author
Owner

Added in a807703f61

Added in a807703f61
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kudos/check_health#17
No description provided.