Changes between Version 40 and Version 41 of GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-portscanning


Ignore:
Timestamp:
10/30/17 21:01:12 (6 years ago)
Author:
Nabeel Akhtar
Comment:

--

Legend:

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

    v40 v41  
    286286Your ping should reach the destination and it should not be blocked.
    287287
    288 2. Download the Port Scan attack generator file.
     2882. Install port scanner application nmap on s2
     289
     290''' sudo apt-get update '''
     291
     292''' sudo apt-get install nmap '''
     293
     2943. Download the Port Scan attack generator file on s2.
    289295
    290296''' wget !https://raw.githubusercontent.com/akhtarnabeel/public/master/NFV-GENI/PortScanAttack.sh '''
    291297
    292 
    293298change file permissions so you can run it
    294299
    295300''' chmod 777 !PortScanAttack.sh '''
    296301
    297 3. Install port scanner application nmap
    298 
    299 ''' sudo apt-get update '''
    300 
    301 ''' sudo apt-get install nmap '''
    302302
    3033033. Run the file to create an attack
    304304
    305 ''' chmod 777 !PortScanAttack.sh '''
    306 
    307305''' ./!PortScanAttack.sh '''
    308 
    309306
    310307Attack file has following content