Skip to content

Instantly share code, notes, and snippets.

View hypery2k's full-sized avatar
🎯
Focusing

Martin Reinhardt hypery2k

🎯
Focusing
View GitHub Profile
@hypery2k
hypery2k / Gruntfile.js
Last active August 29, 2015 14:05
ngJEE - app sceleton
'use strict';
module.exports = function (grunt) {
require('load-grunt-tasks')(grunt);
require('time-grunt')(grunt);
grunt.loadNpmTasks('grunt-bower-task');
grunt.initConfig({
bower: {
install: {
#galen|spec|v2
# in the new spec lang v2 everything will be done based on indentation
# All sections will have their own structure
#
# Also we will get rid of '@@' symbols for importing, conditions, rules etc.
#
objects (
login-button .login-button
@hypery2k
hypery2k / nice.css
Last active August 29, 2015 14:16
qs_jenkins
.col-xlg-20 {
width: 100%;
}
#main-panel {
width: 100% !important;
}
#!/usr/bin/env node
// clean a specific dir recursivly
// e.g. clean_dir.js ./tmp
var args = process.argv.slice(2),
fs = require('fs'),
dir = args[0];
var deleteFolderRecursive = function(path) {
if( fs.existsSync(path) ) {
@hypery2k
hypery2k / todo-app.component.css
Last active December 16, 2016 11:06
Angular 2 Workshop
hr {
margin: 20px 0;
border: 0;
border-top: 1px dashed #c5c5c5;
border-bottom: 1px dashed #f7f7f7;
}
.learn a {
font-weight: normal;
text-decoration: none;
@hypery2k
hypery2k / keybase.md
Created February 10, 2017 06:42
keybase.md

Keybase proof

I hereby claim:

  • I am hypery2k on github.
  • I am hyper2k (https://keybase.io/hyper2k) on keybase.
  • I have a public key whose fingerprint is 88EF 4441 51FB CEFD 450B 4DA7 8399 7039 462E AFB2

To claim this, I am signing this object:

$('<style>.vis-background,.vis-labelset,.vis-timeline{overflow:hidden}.vis .overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.vis-active{box-shadow:0 0 10px #86d5f8}.vis [class*=span]{min-height:0;width:auto}div.vis-configuration{position:relative;display:block;float:left;font-size:12px}div.vis-configuration-wrapper{display:block;width:700px}div.vis-configuration-wrapper::after{clear:both;content:"";display:block}div.vis-configuration.vis-config-option-container{display:block;width:495px;background-color:#fff;border:2px solid #f7f8fa;border-radius:4px;margin-top:20px;left:10px;padding-left:5px}div.vis-configuration.vis-config-button{display:block;width:495px;height:25px;vertical-align:middle;line-height:25px;background-color:#f7f8fa;border:2px solid #ceced0;border-radius:4px;margin-top:20px;left:10px;padding-left:5px;cursor:pointer;margin-bottom:30px}div.vis-configuration.vis-config-button.hover{background-color:#4588e6;border:2px solid #214373;color:#fff}div.vis-configuration.vis-conf
@hypery2k
hypery2k / INSTALL
Created February 7, 2018 14:56
letsencrypt role @ AppAgile
oc create -f letsencrypt-clusterrole.yaml
oc adm policy add-cluster-role-to-user letsencrypt system:serviceaccount:bdkinfrastructure:letsencrypt
oc adm policy add-cluster-role-to-user letsencrypt system:serviceaccount:bdk-fo-dev:letsencrypt
// or maybe cluster-wide for our projects if possible
@hypery2k
hypery2k / AWS Fierce Request
Last active September 29, 2018 11:05
Fierce
root@kali:~# fierce -DNS cloudci.net
DNS Servers for cloudci.net:
ns-999.awsdns-60.net
ns-1802.awsdns-33.co.uk
ns-1444.awsdns-52.org
ns-420.awsdns-52.com
Trying zone transfer first...
Testing ns-999.awsdns-60.net
Request timed out or transfer not allowed.
@hypery2k
hypery2k / map
Created September 29, 2018 11:09
Nikto & NMap
root@60808f78e55d:/# nmap -Pn -sV --version-all --reason -v honeypot-wp.holisticon.de
Starting Nmap 7.70 ( https://nmap.org ) at 2018-05-21 09:12 UTC
NSE: Loaded 43 scripts for scanning.
Initiating Parallel DNS resolution of 1 host. at 09:12
Completed Parallel DNS resolution of 1 host. at 09:12, 0.00s elapsed
Initiating SYN Stealth Scan at 09:12
Scanning honeypot-wp.holisticon.de (195.201.92.37) [1000 ports]
Discovered open port 80/tcp on 195.201.92.37
Discovered open port 22/tcp on 195.201.92.37
Completed SYN Stealth Scan at 09:12, 3.39s elapsed (1000 total ports)