Changes between Version 21 and Version 22 of GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-portscanning


Ignore:
Timestamp:
10/30/17 17:50:55 (6 years ago)
Author:
Nabeel Akhtar
Comment:

--

Legend:

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

    v21 v22  
    2932932. Download the Port Scan attack generator file.
    294294
    295 ''' wget https://raw.githubusercontent.com/akhtarnabeel/public/master/AttackAnalyzer/PortScanAttack.sh '''
     295''' wget !https://raw.githubusercontent.com/akhtarnabeel/public/master/AttackAnalyzer/PortScanAttack.sh '''
    296296       
    297297change file permissions so you can run it
    298298
    299 ''' chmod 777 PortScanAttack.sh '''
     299''' chmod 777 !PortScanAttack.sh '''
    300300
    3013013. Install port scanner application nmap
     
    3073073. Run the file to create an attack
    308308
    309 ''' chmod 777 PortScanAttack.sh '''
    310 
    311 ''' ./PortScanAttack.sh '''
     309''' chmod 777 !PortScanAttack.sh '''
     310
     311''' ./!PortScanAttack.sh '''
    312312
    313313