IT4510 - Ethical Hacking

IT4510 @ utahtech

Scapy 3

SMBLoris

Read this to learn about what this attack is. Your challenge is to recreate the attack using Scapy. Essentially, if you send “\x00\x01\xff\xff” to an smb port (445) you can consume the target’s memory (send as raw data). (You have to send a lot of them (a loop) to be able to see this). So here is your task,

To Submit