LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: URL with Credentials

0 votedvote

Detected 2 occurrence(s) of ‘[ht|f]tp[s]*:\/\/\w+\:.*\@\w*\.\w*’:

host:8888/vsm/api/physicalmachines/1" -X DELETE

Request URI

http://localhost:8888/vsm/api/physicalmachines/#{id}

Subscribe virtual machine
-------------------------

    curl --verbose -H "Content-type:application/xml" -H "Accept:application/xml" "http://localhost:8888/vsm/api/subscriptions" -X POST -d @subscribe.xml

Request DTO

    <virtualmachine>
        <id></id>
        <name>#{name}</name>
        <lastKnownState>UNKNOWN</lastKnownState>
        <physicalMachine>
            <id>#{id}</id>
            <address>#{HypervisorURL}</address>
            <type>#{Hyp

Source: http://pastebin.com/raw.php?i=90xY0yGu

Tags: ,

Comments are closed.