We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First attack in original label file:
<attack> <name>DDoSAttack</name> <note></note> <seed>301519677020500263716745499112853019373</seed> <injected_packets>268</injected_packets> <timestamp_start> <timestamp>1522558811.107838</timestamp> <timestamp_hr>2018-04-01 05:00:11.107838</timestamp_hr> </timestamp_start> <timestamp_end> <timestamp>1522558820.82536</timestamp> <timestamp_hr>2018-04-01 05:00:20.825360</timestamp_hr> </timestamp_end> <parameters> <inject.at-timestamp user_specified="False">1522558811.107838</inject.at-timestamp> <ip.src user_specified="False">['4.115.112.132', '16.216.136.189', '61.203.93.215']</ip.src> <mac.src user_specified="False">['3c:50:94:e5:96:b5', 'd0:75:31:87:e0:53', '14:67:9a:9c:34:3f']</mac.src> <port.src user_specified="False">51388</port.src> <packets.per-second user_specified="True">500.0</packets.per-second> <attack.duration user_specified="True">10</attack.duration> <ip.dst user_specified="False">54.158.146.175</ip.dst> <mac.dst user_specified="True">66:66:66:66:66:66</mac.dst> <victim.buffer user_specified="False">4187</victim.buffer> <bandwidth.max user_specified="True">5.12</bandwidth.max> <bandwidth.min.local user_specified="False">0.0</bandwidth.min.local> <bandwidth.min.public user_specified="False">0.0</bandwidth.min.public> <latency.max user_specified="False">0.0</latency.max> <attackers.count user_specified="True">1</attackers.count> </parameters> </attack>
First attack in the newly created label file:
<attack> <name>DDoSAttack</name> <note></note> <seed>{<Parameter.INJECT_AT_TIMESTAMP: 'inject.at-timestamp'>: ValuePair(value=1522558811.107838, user_specified=False), <Parameter.PORT_SOURCE: 'port.src'>: ValuePair(value=51388, user_specified=False), <Parameter.PACKETS_PER_SECOND: 'packets.per-second'>: ValuePair(value=500.0, user_specified=True), <Parameter.ATTACK_DURATION: 'attack.duration'>: ValuePair(value=10, user_specified=True), <Parameter.IP_DESTINATION: 'ip.dst'>: ValuePair(value='54.158.146.175', user_specified=False), <Parameter.MAC_DESTINATION: 'mac.dst'>: ValuePair(value='66:66:66:66:66:66', user_specified=True), <Parameter.VICTIM_BUFFER: 'victim.buffer'>: ValuePair(value=4187, user_specified=False), <Parameter.BANDWIDTH_MAX: 'bandwidth.max'>: ValuePair(value=5.12, user_specified=True), <Parameter.BANDWIDTH_MIN_LOCAL: 'bandwidth.min.local'>: ValuePair(value=0.0, user_specified=False), <Parameter.BANDWIDTH_MIN_PUBLIC: 'bandwidth.min.public'>: ValuePair(value=0.0, user_specified=False), <Parameter.LATENCY_MAX: 'latency.max'>: ValuePair(value=0.0, user_specified=False), <Parameter.NUMBER_ATTACKERS: 'attackers.count'>: ValuePair(value=1, user_specified=True)}</seed> <injected_packets>301519677020500263716745499112853019373</injected_packets> <timestamp_start> <timestamp>1522558811.107838</timestamp> <timestamp_hr>2018-04-01 05:00:11.107838</timestamp_hr> </timestamp_start> <timestamp_end> <timestamp>1522558820.82536</timestamp> <timestamp_hr>2018-04-01 05:00:20.825360</timestamp_hr> </timestamp_end> <parameters/> </attack>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First attack in original label file:
First attack in the newly created label file:
The text was updated successfully, but these errors were encountered: