Skip to content

Commit 895bdd9

Browse files
committed
Remove unused options
1 parent 1340469 commit 895bdd9

File tree

1 file changed

+1
-1
lines changed
  • modules/auxiliary/spoof/cisco

1 file changed

+1
-1
lines changed

modules/auxiliary/spoof/cisco/cdp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize
3333
OptBool.new('FULL_DUPLEX', [true, 'True iff full-duplex, false otherwise', true])
3434
], self.class)
3535

36-
deregister_options('RHOST')
36+
deregister_options('FILTER', 'PCAPFILE', 'RHOST', 'SNAPLEN', 'TIMEOUT')
3737
end
3838

3939
def setup

0 commit comments

Comments
 (0)