hi all. I've got a little proof of concept idea I want to do and I was looking to get some advice from some of the CGI experts to help me with it.

I need test how secure is our webservers, it real protection; I want to have a concrete picture of my security posture, without guesswork or estimation, to get clear answers, are the webservers really vulnerable, what is the real impact of this vulnerability. So, I need test webserver from the outside, from the potential attacker side. What I want to do is simple.

I need perl script which should be forced into my server from the outside, and enabling get admin right(access to files,download,upload, modify etc). For example, like this scenario: to enter cgi script taken together with URL just in IE browser window, and try push it from there into target machine(via a web browser).

I'm sure that there has to be a way to do a some cgi script that will be able doing this. I don't think it will be anything huge, but I'm unsure where to start.

Could someone help with code?


In reply to need test stability by linex

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.