Script daap-get-library
Script types:
portrule
Categories:
discovery, safe
Download: https://svn.nmap.org/nmap/scripts/daap-get-library.nse
Script Summary
Retrieves a list of music from a DAAP server. The list includes artist names and album and song titles.
Output will be capped to 100 items if not otherwise specified in the
daap_item_limit
script argument. A
daap_item_limit
below zero outputs the complete contents of
the DAAP library.
Based on documentation found here: http://www.tapjam.net/daap/.
Script Arguments
- daap_item_limit
Changes the output limit from 100 songs. If set to a negative value, no limit is enforced.
- slaxml.debug
See the documentation for the slaxml library.
- http.host, http.max-body-size, http.max-cache-size, http.max-pipeline, http.pipeline, http.truncated-ok, http.useragent
See the documentation for the http library.
- smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername
See the documentation for the smbauth library.
Example Usage
nmap -sV --script=daap-get-library <target>
Script Output
| daap-get-library: | BUBBA|TWO | Fever Ray | Fever Ray (Deluxe Edition) | Concrete Walls | I'm Not Done | Here Before | Now's The Only Time I Know | Stranger Than Kindness | Dry And Dusty | Keep The Streets Empty For Me | Triangle Walks | If I Had A Heart | Seven | When I Grow Up |_ Coconut
Requires
Author:
License: Same as Nmap--See https://nmap.org/book/man-legal.html