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


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

--

Legend:

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

    v20 v21  
    283283}}}
    284284
     285== (7) Generate Intrusion Traffic ==
     286
     2871. In a separate window for source, ping destination:
     288
     289''' ping destination'''
     290
     291Your ping should reach the destination and it should not be blocked.
     292
     2932. Download the Port Scan attack generator file.
     294
     295''' wget https://raw.githubusercontent.com/akhtarnabeel/public/master/AttackAnalyzer/PortScanAttack.sh '''
     296       
     297change file permissions so you can run it
     298
     299''' chmod 777 PortScanAttack.sh '''
     300
     3013. Install port scanner application nmap
     302
     303''' sudo apt-get update '''
     304
     305''' sudo apt-get install nmap '''
     306
     3073. Run the file to create an attack
     308
     309''' chmod 777 PortScanAttack.sh '''
     310
     311''' ./PortScanAttack.sh '''
     312
     313
     314
    285315
    286316