Hi,
I used this segment of code to send SYN packets from the attacker as botnet to 
the server
for ip in ips:  #this loop iterates 760 time      #if c<=7:        
attacker.cmd('(watch -n 3 sudo python SYN-ACK.py %s 192.168.1.100 %d 80 ) & 
'%(ip,ips[ip]))                #time.sleep(.3125)        c = c+1I used "$watch" 
command to renew the flows every 3 seconds. When I run the code for 760 bots, 
the flows was removed because the "Idle timeout" for the first flows expires 
before the for loop end, although the watch command for each IP run as separate 
process.When I run the code for small number like "7" the flows are renewed 
after 3 seconds and remains in the flow table., which is what I want.Could you 
please tell me how you renew the flows? or any help to do this?
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to