Site Idea: .exe to .zip/.tar etc

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    Site Idea: .exe to .zip/.tar etc

    Most people at work can't download executables with some IT security software.

    Is there a site that you know that will enclose an executable from a link to a zip file to download.


    If one doesn't exist, I'll make a site tonight and host it (down the road, I'm getting new servers and moving locations)

    My Plan:
    1. Provide the link to the exe on the internet
    2. Download the file to a very limited folder or partition with read-only access to the file.
    3. With php, enclose the file using one or more zip software (tar, gzip, biz)
    4. Provide the link to the user to download.
    5. Accept donations :)

    Any thoughts on security or viability, etc?

    I think it's a niche market and it will catch on quick.

    Thanks,



    Dan
  • TheServant
    Recognized Expert Top Contributor
    • Feb 2008
    • 1168

    #2
    That's a good idea. I guess there should be no executing the program once downloaded on your server, so there should be no risk. Just trying to think, "how could I destroy your site" and work backwards from there. Once it's downloaded on your server you should restrict access to that folder so no one can run it by simply going to its address.

    Another idea would be to catalogue downloaded and zipped programs so when a user gives a URL which has already been done, it can simply use the file already made, rather than downloading another one?

    Do you plan on having a size limit? People could probably abuse it by using it to download movies and big programs to save them from doing all the downloading and kill your server?

    Also, if your site is flagged as a potential virus or malware source, you could have that blocked as well by most work filters defeating the whole point?

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      Interesting idea, indeed.

      To overcome the possibly of the server's IP being blacklisted, you might look into having the system being distributed (and distributable). That is, allow users to host the application from their own servers, be it at home, etc. Of course, this compromises the source code and your ownership of it. You could overcome this by, say, developing the application as compiled C for cgi execution, or even develop an extension for PHP, again in compiled C.

      Nevertheless, it is an interesting idea, and, as far as I have seen, a unique one.

      The only problems I can see: possible issues with hosting executables that have copyright laws on them disallowing the distribution of them; many simultaneous downloads of large files - that'll be quite costly; the security of the executables on the server.

      As The Servant suggested, you could provide a catalogue of popular downloads and search functionality within the application.

      Another possible area for this application could be a proxy. For a user to provide the link to the file he/she wants compressing, the user needs to know the address of it. What if the user finds that, when he/she accesses a site to look for this address, the site is blocked. Then he/she cannot get the address. You may incorporate a proxy to allow for this situation.

      Mark.

      P.S. Sounds like a cool project :)

      Comment

      • dlite922
        Recognized Expert Top Contributor
        • Dec 2007
        • 1586

        #4
        Great feedback guys, as always.

        My responses:

        1. Security: yes I think it would be in a non www accessible folder on a partition with no execution permitted.

        2. Catalog: I thought about it, then again it might not be a good idea for a few reasons that out-weigh the good:
        a. Some applications don't include the version number in the file name so when a new version comes along, it's the same link but different file.
        b. Limited disk space at the moment.
        c. I would have to do clean up.
        d. Markus also mentioned copyright laws that prohibit distribution.

        3. Abuse/Size: I have Limited disk space and limited bandwidth, I would have to definitely put a cap on size. Maybe 500MB? I don't see a lot of exec movies. Most programs aim to have a very small exec anyway. This is good for the essential tools you need at work: Firefox, RegexBuddy, TextPad, NetBeans, GoogleDesktop, etc.

        4. Proxy: This idea came about from going around a corporate IT firewall that allows zip downloads but not anything that ends in exe. (I could not download Firefox...I Know! Horrific right?). This same security program also blocks proxies. Even google/translate of web pages is blocked for me. So I think this would kill the original purpose of it if my site ends up categorized and black listed as a proxy.

        Also, if a site is blocked, it's blocked. One can find a proxy, if it's allowed by the user's company (highly doubt it).

        Like most everything else I do, it will be open source. So I'm not worried about distributing the source code. One can install this on their own home server.

        I'll try to have a one-pager up this weekend.

        Thanks guys!





        Dan

        Comment

        • Markus
          Recognized Expert Expert
          • Jun 2007
          • 6092

          #5
          Looking forward to it :)

          Maybe a publicly accessible repo?

          Comment

          • dlite922
            Recognized Expert Top Contributor
            • Dec 2007
            • 1586

            #6
            sure, sourceforge?

            In the mean time, think of a good name for it besides my unimaginative exe2zip.

            Cheerio!


            Dan

            Comment

            • Markus
              Recognized Expert Expert
              • Jun 2007
              • 6092

              #7
              Originally posted by dlite922
              sure, sourceforge?

              In the mean time, think of a good name for it besides my unimaginative exe2zip.

              Cheerio!


              Dan
              I prefer googlecode to sourceforge. The new design for sourceforge is blinding (and not in the good way)!

              I'll have a think of some names :)

              Comment

              • TheServant
                Recognized Expert Top Contributor
                • Feb 2008
                • 1168

                #8
                Dan, can I recommend having a smaller than 500MB limit to start off with if you're worried about bandwidth etc? I mean honestly, if it's for exe's that you're downloading, it's not likely to be more than 100MB, and if it is, and your work is still blocking it, it probably should be done more formally by the IT dept. as it's not just a quick file? As I'm sure you're well aware, you could have a 50-100MB limit for starters, see if people get up there, and if you had forums or suggestions you could increase it or make that a premium service.

                Also for the name, I'm an engineer, so everything must be functional for me, but try and have the function in the name somehow. exe2zip is boring, but I would google exe to zip converter, which would bring up exe2zip before "Xe Zipper" <--Actually I like this name (pronounced "zee zipper"), and it's my non-functional suggestion ;)

                Comment

                • dlite922
                  Recognized Expert Top Contributor
                  • Dec 2007
                  • 1586

                  #9
                  @Markus, I'll test out googlecode then. I haven't used it before.

                  @Servant, Functional is good but functional and catchy is awesome.

                  This app is probably going to be for me and my engineer colleagues at work (and of course you guys can use it to if you need it) so I don't think i'll publish it...yet.

                  Those limited server and bandwidth...wel l I don't even have that just yet. (I bought a house and haven't moved in yet, so my server is sitting my basement right now) So i'll probably limit it to like 50MB or something, whatever works for me at this time. But this will be a config option and if the source code is taken to a real host, it can be easily changed.

                  I started and I'm about 30% done.


                  Dan

                  PS: Googled "exe to zip": lots of results for the opposite of this: zip->exec but nothing the other way. the name could get lost but I have no choice. Unless any other awesome names come up, exe2zip it is.

                  Comment

                  • Dormilich
                    Recognized Expert Expert
                    • Aug 2008
                    • 8694

                    #10
                    Originally posted by dlite922
                    the name could get lost but I have no choice. Unless any other awesome names come up, exe2zip it is.
                    what about “Echse”? (german for lizard, pronounced [ɛksə], like exe)

                    Comment

                    • dlite922
                      Recognized Expert Top Contributor
                      • Dec 2007
                      • 1586

                      #11
                      lizard...hmmm I'm trying to think of a design.

                      The current one I have at the moment is something simple:, here's a screen shot of what I'm wasting my time with.



                      a zipper idea zipping up the page.

                      Simple to use: paste the link, click the button. One could add functionality by "clicking the zipper" changes the "zipper", ie to tar, bzip, gzip etc.

                      very web 2.0-ish right?

                      Comment

                      • Dormilich
                        Recognized Expert Expert
                        • Aug 2008
                        • 8694

                        #12
                        Originally posted by dlite922
                        very web 2.0-ish right?
                        let me cite Natalie Cole: very – close – second…

                        Comment

                        • dlite922
                          Recognized Expert Top Contributor
                          • Dec 2007
                          • 1586

                          #13
                          I know it freakin' sucks.

                          It's 2:00 AM here, gi'me a break.

                          My design sense never took off, but you got to admin the zipping up the page of binaries is a genius idea.

                          Forget the shiny floor, horizon or mismatching fonts, those can be deleted.

                          Comment

                          • Dormilich
                            Recognized Expert Expert
                            • Aug 2008
                            • 8694

                            #14
                            Originally posted by dlite922
                            I know it freakin' sucks.
                            it’s 9 o’clock and I’ve not had my daily dose of puns yet.

                            Comment

                            • dlite922
                              Recognized Expert Top Contributor
                              • Dec 2007
                              • 1586

                              #15
                              got to admit*

                              I can't even spell right :) and you're worried about puns.

                              You guys have a great day, I'm goin' to bed!

                              Comment

                              Working...