Attack: Portscan
Jonathan Speth edited this page 6 years ago

The PortscanAttack currently supports the following attack parameters:

Field name Description
mac.src MAC address of the attacker
mac.dst MAC address of the victim
ip.src IP address of the attacker
ip.src.shuffle Randomizes the source IP address if ip.src is a list of ip addresses
ip.dst IP address of the victim
port.src Ports used by the attacker
port.src.shuffle Randomizes the source ports if port.src is a list of ports
port.dst Ports to be scanned
port.dst.shuffle Randomizes the destination ports if port.dst is a list of ports
port.open Open ports at the victim's side
port.dst.order-desc Changes the destination port order from ascending (False) to descending (True)
inject.at-timestamp Starts injecting the attack at the given unix timestamp
inject.after-pkt Starts injecting the attack after the given packet number
packets.per-second Number of packets sent per second by the attacker