Results 1 to 3 of 3

Thread: setup dot php in my image folder??

  1. #1

    setup dot php in my image folder??

    Found a setup . php in my images folder, whats it do? The contents are below...
    from my uneducated guess it looks like a page to let someone run executables remotely without needing any kind of auth to the site.

    Anybody wanna take a stab at it?

    Code:
    <form enctype="multipart/form-data" action="" method="post">
    <input name="file_up" type="file" /><br>
    <input typte="text" name="dirname"><br>
    <input type="hidden" name="ribbit" value="1">
    <input type="submit" value="do" />
    </form>
    Analog = Classical
    Digital = Techno

  2. #2
    @ÞΜĮЙǐЅŦГǻţΩЯ D0pp139an93r's Avatar
    Join Date
    May 2003
    Location
    St. Petersburg, FL
    Posts
    1,705
    Quote Originally Posted by blakdeth77 View Post
    Found a setup . php in my images folder, whats it do? The contents are below...
    from my uneducated guess it looks like a page to let someone run executables remotely without needing any kind of auth to the site.

    Anybody wanna take a stab at it?

    Code:
    <form enctype="multipart/form-data" action="" method="post">
    <input name="file_up" type="file" /><br>
    <input typte="text" name="dirname"><br>
    <input type="hidden" name="ribbit" value="1">
    <input type="submit" value="do" />
    </form>
    Hence the reason we deny execute permission for any folder that contains unsanitized incoming files.
    Real security doesn't come with an installer.

  3. #3
    Junior Member xqus's Avatar
    Join Date
    Apr 2006
    Posts
    15
    Is that all? No PHP code?
    -xqus
    -"I don't need no stinking spel checkre!"

Similar Threads

  1. Apache, PHP, MySQL with basic security settings.
    By nightcat in forum The Security Tutorials Forum
    Replies: 9
    Last Post: May 28th, 2005, 02:47 AM
  2. Genral Windows Tips
    By Nokia in forum Tips and Tricks
    Replies: 0
    Last Post: June 12th, 2004, 05:36 PM
  3. Windows 2000 Tips
    By Nokia in forum Tips and Tricks
    Replies: 0
    Last Post: June 12th, 2004, 05:13 PM
  4. The history of the Mac line of Operating systems
    By gore in forum Operating Systems
    Replies: 3
    Last Post: March 7th, 2004, 08:02 AM
  5. Protecting Yourself From Image Theft
    By GreekGoddess in forum The Security Tutorials Forum
    Replies: 19
    Last Post: August 28th, 2003, 06:07 AM

Tags for this Thread

Posting Permissions

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