Skip to content

Commit 52851d5

Browse files
committed
Update GATEWAY to GATEWAY_PROBE_HOST, add GATEWAY_PROBE_PORT
1 parent b35eee3 commit 52851d5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/auxiliary/scanner/discovery/arp_sweep.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize
3030
OptInt.new('TIMEOUT', [true, 'The number of seconds to wait for new data', 5]),
3131
], self.class)
3232

33-
deregister_options('SNAPLEN', 'FILTER', 'PCAPFILE', 'UDP_SECRET', 'GATEWAY')
33+
deregister_options('SNAPLEN', 'FILTER', 'PCAPFILE', 'SECRET', 'GATEWAY_PROBE_HOST', 'GATEWAY_PROBE_PORT')
3434
end
3535

3636
def run_batch_size

modules/auxiliary/server/icmp_exfil.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def initialize
5757
OptAddress.new('LOCALIP', [false, 'The IP address of the local interface'])
5858
], self.class)
5959

60-
deregister_options('SNAPLEN','FILTER','PCAPFILE','RHOST','UDP_SECRET','GATEWAY', 'TIMEOUT')
60+
deregister_options('SNAPLEN','FILTER','PCAPFILE','RHOST','SECRET','GATEWAY_PROBE_HOST', 'GATEWAY_PROBE_PORT', 'TIMEOUT')
6161
end
6262

6363
def run

modules/auxiliary/spoof/arp/arp_poisoning.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def initialize
4747
OptBool.new( 'BROADCAST', [true, 'If set, the module will send replies on the broadcast address witout consideration of DHOSTS', false])
4848
], self.class)
4949

50-
deregister_options('SNAPLEN', 'FILTER', 'PCAPFILE','RHOST','UDP_SECRET','GATEWAY')
50+
deregister_options('SNAPLEN', 'FILTER', 'PCAPFILE','RHOST','SECRET','GATEWAY_PROBE_HOST','GATEWAY_PROBE_PORT')
5151
end
5252

5353
def run

modules/auxiliary/spoof/replay/pcap_replay.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def initialize
2727
OptInt.new('PKT_DELAY', [true, "the delay in millisecond between each packet",0]),
2828
], self.class)
2929

30-
deregister_options('SNAPLEN','FILTER','PCAPFILE','RHOST','TIMEOUT','UDP_SECRET','GATEWAY')
30+
deregister_options('SNAPLEN','FILTER','PCAPFILE','RHOST','TIMEOUT','SECRET','GATEWAY_PROBE_HOST','GATEWAY_PROBE_PORT')
3131
end
3232

3333
def run

modules/exploits/windows/misc/wireshark_packet_dect.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def initialize(info = {})
6565

6666
], self.class)
6767

68-
deregister_options('FILTER','PCAPFILE','RHOST','SNAPLEN','TIMEOUT','UDP_SECRET','GATEWAY')
68+
deregister_options('FILTER','PCAPFILE','RHOST','SNAPLEN','TIMEOUT','SECRET','GATEWAY_PROBE_HOST','GATEWAY_PROBE_PORT')
6969
end
7070

7171
def junk

0 commit comments

Comments
 (0)