*Full disclosure - I am permitted to exploit the target I am facing*
Here is the exploit I am trying to compile.
Code:
http://www.exploit-db.com/exploits/23/
I took that code and saved it in a file and named it thc.c
then ran gcc -o thc thc.c
I got some errors...
Then I tried to compile it with the command the author wrote in the beginning of the exploit, but BT5 doesn't know what "cl" is, and suggested I try to download cl-launch.
The Author said this should be compiled with MSVC++ compiler, but there is nothing like that in BT...
Can you guys offer any help or guidance on this issue?
Thanks so much, and this is my 1st post btw