hello all,
i'm looking for guidance on where to find resources for good php hacks. i can write basic php code to build websites but looking for knowledge on using GET and PUT etc
i have a target site for testing that doesn't use captha or any image recognition, the forum uses very old and outdated forum software.
here's the pseudo code
1. grab 3? random proxies for socks chaining
2. GET, use browser header to identify as a text only browser like lynx
3. PUT, create user & password
4. PUT, push button to create accound
5. GET, a random forum subject
6. PUT, a random bunch of text
7. loop back to 5
8. loop back to 3
does this seem feasible?
