Results 1 to 3 of 3

Thread: What is and how to send NULL posts / requests

  1. #1
    Junior Member
    Join Date
    Mar 2004
    Posts
    1

    What is and how to send NULL posts / requests

    hello,
    I need to test some Web Application on internal server at my work. the security tests that i'm requiered to do is to send NULL post / requests.

    How can i find information on this subject ? is there any tools that might help me ?

    thanks.

  2. #2
    Senior Member Maestr0's Avatar
    Join Date
    May 2003
    Posts
    604
    If you are talking about sending an HTML request with the post method you can just connect to the web server on port 80 with telnet or netcat (nc will echo) and simply time POST HTTP/1.0 <enter + enter>
    although, thats actually a bad post request without a URL but might give you some info on the server depending on its configuration.
    -Maestr0
    \"If computers are to become smart enough to design their own successors, initiating a process that will lead to God-like omniscience after a number of ever swifter passages from one generation of computers to the next, someone is going to have to write the software that gets the process going, and humans have given absolutely no evidence of being able to write such software.\" -Jaron Lanier

  3. #3
    Junior Member
    Join Date
    Nov 2002
    Posts
    12
    Hello,

    You might also wanna check out achilles, its a small proxy server that acts as 'man-in-the-middle' and alows you to view/edit http post info ;

    http://www.securiteam.com/tools/6L00R200KA.html
    The Stranger: Do you have to use so many cuss words?
    The Dude: What the **** you talking about?

Posting Permissions

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