Skip to content

Instantly share code, notes, and snippets.

View shakaran's full-sized avatar
🏠
Working from home

Ángel Guzmán Maeso shakaran

🏠
Working from home
View GitHub Profile
@shakaran
shakaran / serie-profetas-ciencia-ficcion.md
Last active January 8, 2024 01:39
Capítulos primera temporada "Profetas de la ciencia ficción" - Discovery Max (público en Youtube)
@shakaran
shakaran / InvestingRemoveScrollBodyBlocker.js
Last active August 29, 2021 18:25
Remove body overflow hidden from investing website
// ==UserScript==
// @name InvestingRemoveScrollBodyBlocker
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Remove body overflow hidden
// @author Ángel Guzmán Maeso <angel@guzmanmaeso.com>
// @match https://*.investing.com/*
// @grant none
// ==/UserScript==
@shakaran
shakaran / patch-yuzo-related-post.php
Last active April 10, 2019 16:30
Patch for Zero Day Vulnerability Yuzo Related Post plugin (Lenin Zatapa http://ilentheme.com https://yuzopro.com)
<?php
/**
@author Ángel Guzmán Maeso <angel@guzmanmaeso.com>
@web https://shakaran.net/blog
This is another similar Critical zero-day vulnerability fixed in WordPress Easy WP SMTP plugin and Social Warfare Plugin but for another
plugin with the same problem called "Related Post" or "yuzo-related-post".
"This plugin was closed on March 30, 2019 and is no longer available for download."
https://wordpress.org/plugins/yuzo-related-post/
https://yuzopro.com
@shakaran
shakaran / patch-social-warfare.php
Created March 25, 2019 05:37
Patch for Zero Day Vulnerability Easy WP SMTP plugin and Social Warfare Plugin
<?php
/**
@author Ángel Guzmán Maeso <angel@guzmanmaeso.com>
@web https://shakaran.net/blog
Critical zero-day vulnerability fixed in WordPress Easy WP SMTP plugin and Social Warfare Plugin.
This is cleaner script for security vulnerability related with "Easy WP SMTP" and "Social Warfare".
This version only covers "Social Warfare" settings infected
@shakaran
shakaran / Zhou_Pizhong-ipranges-block.txt
Created September 11, 2017 22:22
Zhou Pizhong ipranges block
ZHOU PIZHONG IP Ranges
This is a full list of IP ranges that belongs to Zhou_Pizhong network, which seems an spammer and bruteforce Worpdress blogs.
ZHOU PIZHONG is associated with 10,128 IP addresses across 393 ranges.
Data extracted from: https://www.domainiq.com/ip_organization?Zhou_Pizhong
63.141.224.144-63.141.224.159
63.141.224.192-63.141.224.199
@shakaran
shakaran / system_information.txt
Created May 12, 2017 14:28
system information for steam client report
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz
CPU Family: 0x6
@shakaran
shakaran / ciudad_real_municipios.txt
Last active August 18, 2016 18:41
Pueblos de Ciudad Real - Listado de mis visitas turísticas
visited cp_provincia cp_municipio dc nombre
✖ 13 001 3 Abenójar
✖ 13 002 8 Agudo
✖ 13 003 4 Alamillo
✖ 13 004 9 Albaladejo
✔ 13 005 2 Alcázar de San Juan
✖ 13 006 5 Alcoba
✖ 13 007 1 Alcolea de Calatrava
✖ 13 008 7 Alcubillas
✖ 13 009 0 Aldea del Rey
@shakaran
shakaran / ideas-ocm-manzanares.md
Last active March 14, 2016 21:43
Ideas públicas y abiertas para presentar propuesta en ocm.enmanzanares.net
@shakaran
shakaran / house_movement_evolution.txt
Last active January 16, 2016 00:10
Evolución de compraventa de viviendas. Datos generados con el script housemov.py https://github.com/shakaran/scripts/blob/master/housemov.py
Año: 2007 Mes: 01 Total: 70928
Año: 2007 Mes: 02 Total: 74716
Año: 2007 Mes: 03 Total: 91858
Año: 2007 Mes: 04 Total: 70155
Año: 2007 Mes: 05 Total: 81939
Año: 2007 Mes: 06 Total: 81304
Año: 2007 Mes: 07 Total: 86241
Año: 2007 Mes: 08 Total: 48190
Año: 2007 Mes: 09 Total: 55969
Año: 2007 Mes: 10 Total: 66788
@shakaran
shakaran / parse_tz.c
Created April 11, 2013 23:17
parse_tz.c cpanel version shipped with cpeasyapache
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2013 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_01.txt |