Changes between Version 31 and Version 32 of GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-portscanning


Ignore:
Timestamp:
10/30/17 18:07:31 (6 years ago)
Author:
Nabeel Akhtar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-portscanning

    v31 v32  
    306306''' sudo apt-get install nmap '''
    307307
    308 3. Attack file has following content
     3083. Run the file to create an attack
     309
     310''' chmod 777 !PortScanAttack.sh '''
     311
     312''' ./!PortScanAttack.sh '''
     313
     314
     315Attack file has following content
    309316
    310317{{{
     
    313320 }}}
    314321
    315 Every 0.2 seconds, source node generates a ping to destination node and the output of ping is saved in ping.log file.
    316 
    317 Run the file to create an attack
    318 
    319 ''' chmod 777 !PortScanAttack.sh '''
    320 
    321 ''' ./!PortScanAttack.sh '''
     322Every 0.2 seconds, source node generates a ping to destination node and the output of ping is saved in ''ping.log'' file.
    322323
    323324