Re: [Osace-users] Sending payloads via Unicornscan
Status: Beta
Brought to you by:
jeneral
|
From: Kedy L. <ked...@gm...> - 2012-09-30 02:58:34
|
I'm using unicornscan (version 0.4.7).
Another small question, when source port is set to -1, unicornscan
will get random 16bits, if int16 is less than 4096 it will add 4096.
Why is MIN_LOCALPORT 4096 and not 1024?
On Sat, Sep 29, 2012 at 9:25 PM, Kedy Liu <ked...@gm...> wrote:
> I'm trying to send a simple HTTP payload using unicornscan. I've added
> tcp 80 -1 1 {
> "HEAD / HTTP/1.0\r\n\r\n"
> };
> to paylaods.conf. I call unicornscan as below
> $ unicornscan -msf -p80 -G 1 target_ip
> Unicornscan will still do a half open scan. After it sends reset
> packet, it will send an ack for the syn+ack from target, and then
> proceed to send the payload. Is there a bug in the unicornscan tcp/ip
> stack? Or maybe I have something misconfigured?
|