Skip to content

Instantly share code, notes, and snippets.

View AquilaSands's full-sized avatar
🤖
Existential crisis

Aquila Sands AquilaSands

🤖
Existential crisis
View GitHub Profile
@AquilaSands
AquilaSands / venom_security_headers_tests_suite.yml
Created September 22, 2021 11:37 — forked from righettod/venom_security_headers_tests_suite.yml
VENOM sample HTTP security response headers test suites.
name: HTTP security response headers test suites
# TOOLS
# VENOM HOME: https://github.com/ovh/venom
# VENOM RELEASE: https://github.com/ovh/venom/releases
# VENOM ASSERTION KEYWORDS: https://github.com/ovh/venom#assertion
# REF AND RUN
# REF BASE: https://owasp.org/www-project-secure-headers/
# RUN CMD: venom run --var="target_site=https://righettod.eu" venom_security_headers_tests_suite.yml
# venom run --var="target_site=https://righettod.eu" --var="internet_facing=true" venom_security_headers_tests_suite.yml
# venom run --var="target_site=https://righettod.eu" --var="internet_facing=true" --var="logout_url=/logout" venom_security_headers_tests_suite.yml
@AquilaSands
AquilaSands / Instructions.md
Created September 9, 2021 06:50 — forked from NickCraver/Microsoft.PowerShell_profile.ps1
Craver's oh-my-posh profile

Included here are the PowerShell profile I use as well as the oh-my-posh 3 config, but in addition to these you'll need:

  1. The PowerShell modules:
    • For git in PowerShell, I use posh-git
    • For prompt customization, I use oh-my-posh
    • For file/folder icons I use the excellent Terminal-Icons package by @devblackops: https://github.com/devblackops/Terminal-Icons
    • To install each:
Install-Module -Name posh-git -Repository PSGallery
Install-Module -Name oh-my-posh -Repository PSGallery
@AquilaSands
AquilaSands / app.html
Last active September 14, 2017 09:32 — forked from jdanyow/app.html
Aurelia Gist
<template>
<h1>${message}</h1>
</template>