TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jacob R
NA
38
0
Need guidance on capturing web page post string...
Jan 25 2010 4:27 PM
I'm looking into writing a security tool to test web pages that send post data upon form submit. In a basic .Net WebBrowser control, when the user submits a form, I want my program to capture the post string before it is sent, display it to the user where they can add in a pre-made hack string (sql injection, java alter scripts ect..) and submit the newly edited post string to check against their web site for vulnerabilities
What I can't seem to find is information on is how to capcher that post string. I know it can be done because there is a tool out there called TamperIE that does what I want my program to do but TamperIE is a IE add-on and I'm looking to make a stand-alone winform.
Any tips, helpful links, direction or guidance would be great.
Thanks,
-J
Reply
Answers (
7
)
Regex Troubles
Creating the object