Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: API Key

$
0
0
Detected 1 occurrence(s) of ‘(api|private)[-_]key[ "']*=[ ="']*\w+’: "c_comment" value=""/></td> </tr> <tr> <td colspan="2"><input type="submit" name="create_comment" value="Create Comment"/></td> </tr> </table> </form> require 'path/to/disqusapi.php'; $secret_key = API_SECRET; $api_key = API_KEY; $thread_id = $_POST["c_thread_id"]; // Url of the thread disqus enabled $message = $_POST["c_comment"]; $author_name = $_POST["c_name"]; $author_email = $_POST["c_email"]; $disqus = new DisqusAPI($secret_key); $res = $disqus->posts->create(array( ' […]

Viewing all articles
Browse latest Browse all 2834

Trending Articles