[Osace-users] Http HEAD request by unicorscan
Status: Beta
Brought to you by:
jeneral
|
From: moreno e. <er...@gm...> - 2013-09-11 09:54:47
|
Hi! I'm looking for a way to send an http HEAD request by unicorscan.
I tried adding those lines in payload.conf:
/* Head PAYLOAD */
tcp 80 80 1 {
"HEAD / HTTP/1.0\r\n\r\n"
};
and using the command #us -msf -p80 -G 1 target_ip without success.
I've also thought to use the module httphead.c module I found in
www.defcon.org/images/defcon-13/dc13-presentations/DC_13-Lee.pdf but I
don't understand where I have to place it and how to use it.
Is there a method to reach the purpose and which is it?
Thank you in advance for your attention.
|