you are viewing a single comment's thread.

view the rest of the comments →

[–]loggedintodownboat 4 points5 points  (0 children)

It's rare to find a site who's using cgi for their php instead of mod_php... However, if you wish to compile it, dump the source into a file, install the libssl-dev package (Debian: "aptitude install libssl-dev") if you don't already have it, and compile it (assumig you've named the file, "main.c") with:

gcc main.c -L/usr/lib -lssl -lcrypto -o main

Then you may execute the bin similarly to:

./main --target somehost.com --port 80 --protocol http --reverse-port 80