asleep777 wrote:So different question with same intent: What next?
Personally, I set up the cookie jar first, then POST with login credentials. The site stores the cookie info and then I move on to the challenge.
asleep777 wrote:So different question with same intent: What next?
<h2>Congrats</h2></div><div class="light-td">Good Job, amardeep234, You have successfully completed this mission<br />
./curlHTTPRequest.o [arg] //takes INPUT arg, either GET or POST. (GET function simply GETs HTS prog11 http-page and dump it into text file, POST functions posts decoded string, along with headers etc)
./search.o // finds the STRING & SHIFT in dumped text file from curlHTTPRequest.o, clean it up & output it
./prog11-reverseAsciiShift.o [arg] //takes arguments from search.o OUTPUT (STRING/SHIFT), and does the decoding
// Then back to curlHTTPRequest, which POST the decoded string. This was the most problematic for me, and I couldn't of done it without Wireshark
I've done the code, but I'm clueless on what to do next. I'm a beginner who only knows basic C and C++, with hardly any knowledge in networking. How do I program a code which transmits data over the internet? What should I be learning first?
Users browsing this forum: No registered users and 0 guests