In this recipe, you will learn how to do this:
- Let's download a program called AntServer. It has a lot of public exploits available, and we will try to build our own exploit for it.
- We will install it on the Windows XP SP2 machine that we used in the previous recipe.
- AntServer had a vulnerability that could be triggered by sending a long USV request to the AntServer running on port 6600:
- Let's run the AntServer by opening the software and navigating to Server | Run Service Control...:
- Now let's write a simple Python script, ...