Using some phpbb exploits I can run any command on my friends freeBSD server, but there aren't any transfer commands available. One way to get the files is by copying them to the htdocs folder and then downloading them, but that is often not a viable option.
Basically I send a request to the server and the server executes that request and the output is displayed on the webpage.
Ok, so there are some interesting files of type [data] that I want to examine using my computer. Unfortunately I don't have the knowledge required to make this work.
I have tried [cat file], [dd if=file], and [hexdump file] and then I have to copy off the webpage source the output of those commands.
Is there a way I can ouput the binary of a file? Then it would be easy to retrieve the 0's and 1's out of the source and recreate the file on my computer for examining.
Any suggestions or other methods?