Changeset 5504
- Timestamp:
- 05/16/08 16:20:43 (3 months ago)
- Files:
-
- framework3/trunk/lib/msf/core/exploit/tcp.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/lib/msf/core/exploit/tcp.rb
r5452 r5504 427 427 428 428 ensure 429 ohost = datastore['RHOST']430 oport = datastore['RPORT']429 datastore['RHOST'] = ohost 430 datastore['RPORT'] = oport 431 431 end 432 432
