tklab-tud / ID2T

Official ID2T repository. ID2T creates labeled IT network datasets that contain user defined synthetic attacks.
MIT License
56 stars 22 forks source link

Feature/attack/win http sys #121

Closed MartinBarrettNielsen11 closed 1 year ago

MartinBarrettNielsen11 commented 1 year ago

Utilizes common functionality in BaseAttack.py merged from feature/attack/Log4Shell. Enables parameter: 'successful.attack' - in case this is set to true - background traffic is manipulated post injection. 'successful.attack' defaults to False. -'Backgroundtraffic.py' uses inner classes for scalability purposes -Due to scapy versioning, it was not possible to filter background traffic based on timestamp prior to merge functionality (would have been quicker and reflected better in 'POST INJECTION STATISTICS SUMMARY'). Therefore, manipulation of pcap post merge was done.