Skip to content

Instantly share code, notes, and snippets.

View Horaddrim's full-sized avatar
👽
Seeking knowledge...

Horaddrim Horaddrim

👽
Seeking knowledge...
  • C-137
View GitHub Profile
wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install jenkins
@adam-cowley
adam-cowley / index.js
Created March 2, 2018 16:24
Neo4j Driver as an Express Middleware
// Create an express app
const express = require('express');
const app = express();
// Tell it to use Neo4j middleware
app.use(require('./neo4j'));
// Example Route
app.get('/', (req, res) => {
// Create Driver session
name line
Tucuruvi Linha 1–Azul
Parada Inglesa Linha 1–Azul
Jardim São Paulo-Ayrton Senna Linha 1–Azul
Santana Linha 1–Azul
Carandiru Linha 1–Azul
Portuguesa-Tietê Linha 1–Azul
Armênia Linha 1–Azul
Tiradentes Linha 1–Azul
Luz Linha 1–Azul
@6a6f6a6f
6a6f6a6f / base.md
Created February 29, 2020 20:08
Combo maroto para escrever os relatórios da Offensive Security e da eLeanSecurity sem usar o ~câncer~ do Word e/ou similares.

title: "Penetration Test Report" author: ["[email protected]", "Name: r4f1x"] date: "2019-02-29" subject: "Markdown" keywords: [Markdown, Example] subtitle: "Web Application Extreme Penetration Tester" lang: "en" titlepage: true titlepage-color: "1E90FF"