Racket fix bailiwicked modules
git-svn-id: file:///home/svn/framework3/trunk@6950 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
41121f5870
commit
5a84e7b47f
|
@ -302,7 +302,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
src_ip = Rex::Text.rand_text(4).unpack("C4").join(".")
|
src_ip = Rex::Text.rand_text(4).unpack("C4").join(".")
|
||||||
end
|
end
|
||||||
|
|
||||||
n = Racket.new
|
n = Racket::Racket.new
|
||||||
n.l3 = Racket::IPv4.new
|
n.l3 = Racket::IPv4.new
|
||||||
n.l3.src_ip = src_ip
|
n.l3.src_ip = src_ip
|
||||||
n.l3.dst_ip = target
|
n.l3.dst_ip = target
|
||||||
|
|
|
@ -296,7 +296,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
src_ip = Rex::Text.rand_text(4).unpack("C4").join(".")
|
src_ip = Rex::Text.rand_text(4).unpack("C4").join(".")
|
||||||
end
|
end
|
||||||
|
|
||||||
n = Racket.new
|
n = Racket::Racket.new
|
||||||
n.l3 = Racket::IPv4.new
|
n.l3 = Racket::IPv4.new
|
||||||
n.l3.src_ip = src_ip
|
n.l3.src_ip = src_ip
|
||||||
n.l3.dst_ip = target
|
n.l3.dst_ip = target
|
||||||
|
|
Loading…
Reference in New Issue