Perform the following steps:
- Download a program called AntServer. It has a lot of public exploits available, and we will try to build our own exploit for it.
- Install it on the Windows XP SP2 machine that we used in the previous recipe (Exploiting buffer overflows on real software).
- AntServer had a vulnerability that can be triggered by sending a long USV request to the AntServer running on port 6600:
- Run AntServer by opening the software and navigating to Server | Run Service Control...:
- Write a simple Python script that ...