Make http-fetch prepend host:port directory to destination #1099
Labels
Comments
@dmiller-nmap I'll work on it. |
aniketp
added a commit
to aniketp/nmap
that referenced
this issue
Jan 8, 2018
This commit fixes nmap#1099 on creation of separate sub-directories for each target in the form of (host:port)
aniketp
added a commit
to aniketp/nmap
that referenced
this issue
Jan 8, 2018
This commit fixes nmap#1099 on creation of separate sub-directories for each target in the form of (host:port)
@dmiller-nmap Fixed in #1100 . Please have a look. |
NK-Nikunj
added a commit
to NK-Nikunj/nmap
that referenced
this issue
Jan 9, 2018
This commit attempts to fix the issue nmap#1099 wrt to creation of separate sub-directories for each target. This commit will now enable the user to download to destination/target-name_or_ip/port:port_number.
Hello @dmiller-nmap I have been using nmap for quite some time(off-course for white hat purpose). I am new to open source community and would like to contribute. |
NK-Nikunj
added a commit
to NK-Nikunj/nmap
that referenced
this issue
Jan 10, 2018
This commit attempts to fix the issue nmap#1099 wrt to creation of separate sub-directories for each target. This commit will now enable the user to download to destination/target-name_or_ip/port:port_number.
NK-Nikunj
added a commit
to NK-Nikunj/nmap
that referenced
this issue
Jan 10, 2018
This commit attempts to fix the issue nmap#1099 wrt to creation of separate sub-directories for each target. This commit will now enable the user to download to destination/target-name_or_ip/port-port_number.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http-fetch
downloads files likewget
, but although it takes a destination directory script-arg, it doesn't keep separate subdirectories for separate targets. We should automatically create ahost:port
directory below the destination and keep the files in there.The text was updated successfully, but these errors were encountered: