DMCA for URLS you dont know the source too?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fris
    I have to go potty
    • Aug 2002
    • 55766

    #1

    DMCA for URLS you dont know the source too?

    How do people know who to DMCA say if the urls are encrypted.

    example

    Code:
    download.php?s=dGVzdC56aXAsMTMxMjE5NDIxNywyNC4xNDEu/filename.zip
    which could be on a local server or hotlinking to an external url.

    curious about this.

    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


    Totally Free Templates
  • u-Bob
    there's no $$$ in porn
    • Jul 2005
    • 33063

    #2
    click them and follow the redirect?

    Comment

    • Brujah
      Beer Money Baron
      • Jan 2001
      • 22157

      #3
      hm.. maybe curl -IL ( headers only, follow redirects )

      Comment

      • fris
        I have to go potty
        • Aug 2002
        • 55766

        #4
        cant seem to find the encrypted url location curl -IL doesnt show the url
        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


        Totally Free Templates

        Comment

        • Brujah
          Beer Money Baron
          • Jan 2001
          • 22157

          #5
          Originally posted by fris
          cant seem to find the encrypted url location curl -IL doesnt show the url
          Might have to fake the referer, or useragent, etc...

          Comment

          • fris
            I have to go potty
            • Aug 2002
            • 55766

            #6
            Originally posted by Brujah
            Might have to fake the referer, or useragent, etc...
            Code:
            <?
            
            $ch = curl_init($link);
            curl_setopt($ch, CURLOPT_URL, $link);
            curl_setopt($ch, CURLOPT_HEADER, true);
            curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
            curl_setopt($ch, CURLOPT_REFERER, 'http://google.com');
            curl_setopt($ch, CURLOPT_USERAGENT,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13');
            curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
            $data = curl_exec($ch);
            curl_close($ch);
            print_r($data);
             
            ?>
            didnt show the link.
            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


            Totally Free Templates

            Comment

            • Brujah
              Beer Money Baron
              • Jan 2001
              • 22157

              #7
              May also need cookies? It's just too hard to diagnose without having the link to test variations. There may not even be a remote link.

              Comment

              • epitome
                So Fucking Lame
                • Jun 2009
                • 12156

                #8
                Contact their host and tell them their customer is making it difficult to track down your pirated content and ask for help?

                Comment

                • DWB
                  Registered User
                  • Jul 2003
                  • 31779

                  #9
                  Originally posted by epitome
                  Contact their host and tell them their customer is making it difficult to track down your pirated content and ask for help?


                  Deal with the host.

                  Comment

                  • fris
                    I have to go potty
                    • Aug 2002
                    • 55766

                    #10
                    Originally posted by epitome
                    Contact their host and tell them their customer is making it difficult to track down your pirated content and ask for help?
                    ya thats what i will end up having to do.
                    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                    Totally Free Templates

                    Comment

                    • Half man, Half Amazing
                      Confirmed User
                      • Feb 2008
                      • 372

                      #11
                      Copy the redirect URLs into a list, paste into firefox bookmarks folder, open all as tabs, let the redirect happen, then bookmark all tabs into folder, copy and paste urls into notice.
                      Is this gonna get ugly, now? Huh? I hope not. Because I thought what we were here, racial differences notwithstanding, was just a couple of old friends. You know, just both of us Californians.

                      Comment

                      • nextri
                        Confirmed User
                        • May 2004
                        • 1661

                        #12
                        use live http headers. should show what files are being requested.
                        https://addons.mozilla.org/en-US/fir...-http-headers/
                        DivaTraffic - Traffic for Models

                        Comment

                        • fris
                          I have to go potty
                          • Aug 2002
                          • 55766

                          #13
                          Originally posted by Half man, Half Amazing
                          Copy the redirect URLs into a list, paste into firefox bookmarks folder, open all as tabs, let the redirect happen, then bookmark all tabs into folder, copy and paste urls into notice.
                          the actual links are expiring a new one gets regenerated every minute, and the old one no longer works.
                          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                          Totally Free Templates

                          Comment

                          • fris
                            I have to go potty
                            • Aug 2002
                            • 55766

                            #14
                            Originally posted by nextri
                            use live http headers. should show what files are being requested.
                            https://addons.mozilla.org/en-US/fir...-http-headers/
                            pretty good job of hiding it.



                            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                            Totally Free Templates

                            Comment

                            • epitome
                              So Fucking Lame
                              • Jun 2009
                              • 12156

                              #15
                              The reason for doing that is so that people cannot download and/or hotlink/embed the videos, right?

                              If so, it's ironic considering it sounds like its pirated content. They want to steal but God forbid somebody steal from them.

                              Comment

                              Working...