Skip to content

Instantly share code, notes, and snippets.

View wehmoen's full-sized avatar
:fishsticks:
Always working

wehmoen wehmoen

:fishsticks:
Always working
View GitHub Profile
@praswicaksono
praswicaksono / gist:dac438e1f501fae0917b
Last active July 3, 2023 15:51
AfterLogic Webmail Pro + Aurora Keygen
<?php
Class Keygen {
private $serial;
private function randChar($length = 8) {
$characters = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ';
$string = '';
for ($p = 0; $p < $length; $p++) {
@hanchang
hanchang / gakwt.js
Last active June 27, 2016 06:07 — forked from c93614/gist:3848993
Google Adwords Keyword Tool Scraper via Casper.js
// requires
var utils = require('utils');
var casper = require('casper').create()
var casper = require('casper').create({
verbose: true,
logLevel: "debug"
});
// setup globals
var email = casper.cli.options['email'] || 'REPLACE THIS EMAIL';