Closed Abdiiir closed 8 months ago
Added common functionalities to BaseAttack.
Added drupal CMS version and plugin scan attack.
get_unique_random_ipv4_from_ip_network()
generate_ephemeral_ports()
This two features contribute to the "realness" of the attack traffic generated.
Supersedes #118
Hi @pepper-jk, I implemented the changes from #118 in this PR - if you find the time to have a look
Added common functionalities to BaseAttack.
Added drupal CMS version and plugin scan attack.
get_unique_random_ipv4_from_ip_network()
is used to get a unique random IPv4 address within the specified IP network of the victim server,generate_ephemeral_ports()
is used to generate ephemeral ports for the convo.This two features contribute to the "realness" of the attack traffic generated.
Supersedes #118