rapid7 / recog

Pattern recognition for hosts, services, and content
Other
662 stars 195 forks source link

Add Transmission #568

Closed jvoisin closed 1 year ago

jvoisin commented 1 year ago

Description

Add Transmission

How Has This Been Tested?

On my LAN

Checklist:

mkienow-r7 commented 1 year ago

~Are there any available favicons on the web interface?~

EDIT: I answered my own question, there are two! Please add a favicon hash fingerprint with these two files.

<link href="./images/favicon.ico" rel="icon" />
<link href="./images/favicon.png" rel="shortcut icon" />
mkienow-r7 commented 1 year ago

It looks like we could also create an HTTP server (xml/http_servers.xml) fingerprint as well. :)

$ curl -v http://localhost:9091
*   Trying 127.0.0.1:9091...
* Connected to localhost (127.0.0.1) port 9091 (#0)
> GET / HTTP/1.1
> Host: localhost:9091
> User-Agent: curl/7.87.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 401 Unauthorized
< Server: Transmission
...
jvoisin commented 1 year ago

I'd rather add the favicons in a followup PR than in this one.