Project

General

Profile

Actions

Bug #3696

closed

Broken --http-header option

Added by Michael Schem almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
low
Difficulty:
low
Label:
Needs backport

Description

Adding a header as described in the docs [[https://suricata-update.readthedocs.io/en/1.1.2/add-source.html#cmdoption-http-header]] does not work.

Steps to reproduce:

# suricata-update --version
suricata-update version 1.1.2
# suricata-update add-source test http://localhost:8080/rules/ --http-header "Header: Value" 
13/5/2020 -- 10:42:06 - <Info> -- Using data-directory /var/lib/suricata.
13/5/2020 -- 10:42:06 - <Info> -- Found Suricata version 5.0.3 at /usr/bin/suricata.
# nc -l 8080 &
[1] 7026
# suricata-update
13/5/2020 -- 10:42:43 - <Info> -- Using data-directory /var/lib/suricata.
13/5/2020 -- 10:42:43 - <Info> -- Found Suricata version 5.0.3 at /usr/bin/suricata.
13/5/2020 -- 10:42:43 - <Info> -- Fetching http://localhost:8080/rules/.
GET /rules/ HTTP/1.1
Accept-Encoding: identity
Host: localhost:8080
User-Agent: Suricata-Update/1.1.2 (OS: Linux; CPU: x86_64; Python: 3.8.2; Suricata: 5.0.3)
Connection: close

Notice no "Header: Value" in what netcat sees


Related issues 2 (0 open2 closed)

Copied to Suricata-Update - Bug #3730: 1.0.x: Broken --http-header optionRejectedShivani BhardwajActions
Copied to Suricata-Update - Bug #3731: 1.1.x: Broken --http-header optionClosedShivani BhardwajActions
Actions #1

Updated by Jason Ish almost 4 years ago

  • Status changed from New to Closed
  • Target version changed from TBD to 1.2.0
Actions #2

Updated by Jason Ish almost 4 years ago

  • Label Needs backport added
Actions #3

Updated by Jason Ish almost 4 years ago

  • Copied to Bug #3730: 1.0.x: Broken --http-header option added
Actions #4

Updated by Jason Ish almost 4 years ago

  • Copied to Bug #3731: 1.1.x: Broken --http-header option added
Actions #5

Updated by Jason Ish over 3 years ago

  • Target version changed from 1.2.0 to 1.2.0rc1
Actions

Also available in: Atom PDF