Results 1 to 3 of 3

Thread: [RESOLVED] Reading php hidden fields

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2008
    Posts
    353

    Resolved [RESOLVED] Reading php hidden fields

    Hi guys...

    After many hours of packet sniffing and coding...i coulnd manage to get "all" the data from a url (php) with winsock....

    I founf out that DHTMLEdit1 , the control, can read entire pages...i dont acutally know how to use it :S


    Well i wanted to ask is there a way to get all the data with winsock,even the data stored in hidden forms?
    Thanks for helping me out.

  2. #2
    Frenzied Member Jim Davis's Avatar
    Join Date
    Mar 2001
    Location
    Mars base one Username: Jim Davis Password: yCrm33
    Posts
    1,284

    Re: Reading php hidden fields

    If your meaning of "hidden form" is a html form, or partial of a web page, that is not displayed by the browser (can be hide by using CSS, for example), that is not a problem, because the form (and all of its properties) will be in the html document. You just have to parse the html doc to get the values! Open up the html in notepad, and look for the form, that you wanna extract. If you found it in notepad, that means the html parser is you are after.

    In case, the web page is using Ajax (or similar) techniqes, that may be a bit difficult, but still possible.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2008
    Posts
    353

    Re: Reading php hidden fields

    Yeah lol i just did that before readin your reply...

    I read the code in the app, foun the string between 2 strings and voila! i got what i was searching


    Thanks for replying Jim!
    Thanks for helping me out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width