Skip to content

Instantly share code, notes, and snippets.

@erayarslan
erayarslan / proxy.txt
Created September 13, 2017 05:53
proxy shits
- crytool
- burp
- fiddler
{
"data": [
{ "name" : "Murat" , "hp" : 5 },
{ "name" : "Serkan" , "hp" : 1001 },
{ "name" : "Eray" , "hp" : 99999 },
{ "name" : "Sefa" , "hp" : 1300000 },
{ "name" : "Çağrı" , "hp" : 40000 },
{ "name" : "Berk" , "hp" : 30000 },
{ "name" : "Bınarcı" , "hp" : 1000 },
{ "name" : "Osman" , "hp" : 400000 },
@erayarslan
erayarslan / life.js
Created September 8, 2017 07:39
life
var life = function (o) {
var totalSec = 0;
var timer;
var time = function () {
};
var random = function (from, to) {
return Math.floor((Math.random() * to) + from);
};
@erayarslan
erayarslan / da.go
Created September 8, 2017 07:36
do.ga
package main
import (
"fmt"
"unsafe"
)
func main() {
fmt.Println("Hello, playground")
hi := "HI"
@erayarslan
erayarslan / fuck_nat.txt
Last active September 7, 2017 09:58
fuck_nat.txt
http://www.brynosaurus.com/pub/net/p2pnat/
https://tools.ietf.org/html/rfc5128
https://en.wikipedia.org/wiki/Rendezvous_protocol
https://en.wikipedia.org/wiki/UDP_hole_punching
https://github.com/samyk/pwnat
http://superuser.com/questions/885140/how-to-use-udp-hole-punching-for-a-ssh-tunnel-session
http://stackoverflow.com/questions/8993781/torrent-peer-to-peer-connection
https://github.com/jankolkmeier/node-upd-hole-punching
http://quicksorted.com/how-bit-torrent-and-skype-work-behind-a-nat-router/?so
https://www.quora.com/How-does-BitTorrent-deal-with-people-behind-NAT
@erayarslan
erayarslan / tost.js
Created September 5, 2017 12:52
tost.js
/**
* @module tost
* @author eray arslan
* @date may 2015
*
* var sucuklu = new tost([]);
*
*/
(function () {
@erayarslan
erayarslan / 8art.js
Created September 5, 2017 07:08
8art.js
/**
* @module $art
* author : eray arslan
*
* 8bit design thing with fuckin' javascript array
*
* Example
*
* var example = new $art({
* target : document.getElementById("example"),
@erayarslan
erayarslan / prid.js
Created September 5, 2017 07:03
pridjs
/*
prid.js 0.0.2
Eray Arslan
For all details and documentation: (README.md)
*/
(function(root, factory) {
if(typeof define === 'function' && define.amd) {
@erayarslan
erayarslan / dolly.js
Created August 24, 2017 08:54
dolly.js
//
// deep object cloning with pure javascript (jquery "extend" function based)
//
// full documantation : http://api.jquery.com/jquery.extend/
//
var dolly = function() {
var options, name, src, copy, copyIsArray, clone, target = arguments[0] || {}, i = 1, length = arguments.length, deep = false;
if (typeof target === "boolean") {
deep = target; target = arguments[ i ] || {}; i++;
}
@erayarslan
erayarslan / 3717bookmarks.txt
Created August 3, 2017 11:23
3717bookmarks.txt
https://www.verot.net/socks.htm
https://room362.com/post/2016/snagging-creds-from-locked-machines/
https://shoelace.style/